Re: [O] Internal Links with Spaces

2015-03-10 Thread Jacob Gerlach
On Tue, Mar 10, 2015 at 12:12 PM, John Kitchin wrote: > As far as I know you have only two options to use refs to a headline in > Latex export. > > 1) Use a CUSTOM_ID property on a heading and then use [[#your-custom-id]] as > your link. You have to put relevant text in like: see section > [[#your

Re: [O] Internal Links with Spaces

2015-03-10 Thread Jacob Gerlach
On Mon, Mar 9, 2015 at 7:28 PM, John Kitchin wrote: > I think you need to set > > (setq org-id-link-to-org-use-id 'create-if-interactive) Indeed, this is a variation of what Leo suggested and customizing org-id-link-to-org-use-id is almost working for me... Unfortunately, I want the links to exp

Re: [O] Internal Links with Spaces

2015-03-10 Thread John Kitchin
I am not sure what the convention there is. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Tue, Mar 10, 2015 at 1

Re: [O] Internal Links with Spaces

2015-03-09 Thread John Kitchin
I think you need to set (setq org-id-link-to-org-use-id 'create-if-interactive) Then the usual C-c l and C-c C-l should work to store links and insert them. It might be worth noting though, that in my experience, this is most useful for links within a file, or to files in your agenda list. org d

Re: [O] Internal Links with Spaces

2015-03-09 Thread Jacob Gerlach
On Mon, Mar 9, 2015 at 10:38 AM, Leo Ufimtsev wrote: > On the side, if of any help: > > I generally use ID's for linking to headings. > The benefit is that headings can be re-named safley and links still work. A great suggestion. I wasn't aware of the feature, and renaming safety is a great benef

Re: [O] Internal Links with Spaces

2015-03-09 Thread Leo Ufimtsev
-id (quote create-if-interactive-and-no-custom-id)) '(org-modules (quote (org-id ... Leo Ufimtsev | Intern Software Engineer @ Eclipse Team - Original Message - From: "Jacob Gerlach" To: "Org-mode" Sent: Monday, March 9, 2015 9:05:40 AM Subject: [O] Int

[O] Internal Links with Spaces

2015-03-09 Thread Jacob Gerlach
Hi List, I'd like to re-raise the issue discussed here . In short, storing and inserting an internal link to a headline containing spaces using org-store-link and org-insert-link causes export to fail because the space is "hexified" into %20. I