jwhendy comments on Personal information management - Less Wrong

14 Post author: John_Maxwell_IV 11 September 2012 11:40AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (31)

You are viewing a single comment's thread. Show more comments above.

Comment author: jwhendy 20 October 2014 11:20:58PM *  0 points [-]

For links, I switched to the org-id module and a unique ID for any new links. It works as long as the file containing the target headline is in the same directory as the file containing the link.

(require 'org-id)

(global-set-key "\C-cl" 'org-store-link)

(setq org-link-to-org-use-id 'create-if-interactive)