emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] problem with label in latex export


From: Bastien
Subject: Re: [Orgmode] problem with label in latex export
Date: Wed, 22 Sep 2010 11:10:29 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi Indraneel,

Indraneel Majumdar <address@hidden> writes:

> 11.
>     #+ <<target>>
>     Some text
> 12.  More text [[target][go to]]

You're right that there is a problem.

The usual way of turning radio links invisible is to comment them, but
Org comments need to be at the beginning of the line, which breaks list
indentation.  (Btw, no need for the '+' in '#+' -- '#+' is the syntax
prefix for optional elements like blocks, etc.)

The workaround here is to add (INVISIBLE) after your <<target>>

This works:

> 11. <<target>>(INVISIBLE)
>     Some text
> 12. More text [[target][go to]]

It exports okay in HTML and LaTeX.

I've added a FAQ entry for this -- not sure whether it should go in the
manual.

Thanks for bringing this up!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]