emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: org-store-link and org-link-to-org-use-id issue
Date: Fri, 14 Dec 2012 14:06:51 -0600	[thread overview]
Message-ID: <CA+M2ft_-2QN_Zxf6Z0w5HH6Ls9y6p-2jCduKVvhLH5FGv91YsQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]

This is a continuation from here:
http://comments.gmane.org/gmane.emacs.orgmode/61552

I thought this was fixed, but something's not functioning correctly. My
main .emacs calls an org file with babel blocks housing my various
configurations. Below are relevant sections:

#+begin_src .emacs
;; set load paths
;; set load dirs and global config options
(add-to-list 'load-path "~/.elisp/site-lisp/")
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp/")
(add-to-list 'load-path "~/.elisp/org.git/lisp/")
(add-to-list 'load-path "~/.elisp/site-lisp/ess/lisp/")

;; setup babel languages
(org-babel-do-load-languages
 'org-babel-load-languages
 '((latex . t)
   (emacs-lisp . t)
   (org . t)
   (R . t)
   (sh . t)
   (python .t )))

;; load org-based config
(org-babel-load-file "~/org/aux/emacs-config.org")
#+end_src

#+begin_src ~/org/aux/emacs-config.org
Load orgmode modules:

#+begin_src emacs-lisp
(require 'org-id)

;; use unique ids for links
(setq org-link-to-org-use-id "create-if-interactive")
#+end_src

Any reason this shouldn't create a unique ID when I do =C-c l= on a
headline? I thought it was working as you can see from the followup to the
thread above. Now, with the same settings, it's not working again.


Thanks for any suggestions,
John

[-- Attachment #2: Type: text/html, Size: 2022 bytes --]

             reply	other threads:[~2012-12-14 20:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-14 20:06 John Hendy [this message]
2012-12-15  8:21 ` org-store-link and org-link-to-org-use-id issue Bastien
2012-12-20 17:21   ` John Hendy
  -- strict thread matches above, loose matches on Subject: below --
2012-10-12 20:34 John Hendy
2012-10-12 21:21 ` John Hendy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+M2ft_-2QN_Zxf6Z0w5HH6Ls9y6p-2jCduKVvhLH5FGv91YsQ@mail.gmail.com \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).