Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-17 Thread mdl
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Nov 13, 2008, at 5:36 PM, Matthew Lundin wrote: > >> >> Question about org-export: >> >> I'd like to create invisible radio targets to html anchor links using >> org-export. >> >> E.g., >> >> # <> >> >> should become >> >> >> >> Currently, however,

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-17 Thread mdl
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Nov 13, 2008, at 5:36 PM, Matthew Lundin wrote: [snip] >> >> 2) If the commented radio target is directly beneath or above a >> headline, it is not exported. I checked org-exp.el and this seems to >> be an intentional behavior. I'm not sure I under

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-16 Thread Carsten Dominik
On Nov 13, 2008, at 5:36 PM, Matthew Lundin wrote: Question about org-export: I'd like to create invisible radio targets to html anchor links using org-export. E.g., # <> should become Currently, however, there are a couple of behaviors of org-exp.el that make this difficult. 1) Org-ex

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-16 Thread Carsten Dominik
On Nov 13, 2008, at 5:36 PM, Matthew Lundin wrote: Question about org-export: I'd like to create invisible radio targets to html anchor links using org-export. E.g., # <> should become Currently, however, there are a couple of behaviors of org-exp.el that make this difficult. 1) Org-ex

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-13 Thread Matthew Lundin
Matthew Lundin <[EMAIL PROTECTED]> writes: > Question about org-export: > > I'd like to create invisible radio targets to html anchor links using > org-export. > > E.g., > > # <> > > should become > > > > Currently, however, there are a couple of behaviors of org-exp.el that > make this difficul