emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] escaping org commands


From: Charles Berry
Subject: Re: [O] escaping org commands
Date: Fri, 20 Dec 2013 19:46:03 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Rustom Mody <rustompmody <at> gmail.com> writes:

> 
> 
> 
> On Fri, Dec 20, 2013 at 9:37 PM, Bastien <bzg <at> gnu.org> wrote:
> 
> 
> Hello,
> 
> Rustom Mody <rustompmody <at> gmail.com> writes:
> > How does one escape something in a text that is an org-command
> > eg
> > I wanted to write
> > <<Something>>
> >
> > It vanished from the export because its a link-target!
> You can customize `org-activate-links' so that radio links are
> not activated -- not tested, but my assumption is that the exporter
> should handle this fine.
> There is also `org-export-filter-radio-target-functions'.
> HTH,
> 
> 
> 
> 
> Thanks Bastien that will work in this case
> 
> However I am also looking for something more generic:
> 
[snip]


Mark it verbatim or use an export snippet??

Exporting this:

* Start

Verbatim:

: <<headline>>

Export-snippet:

@@ascii:<<headline>>@@

* headline

to ASCII yields this:

1 Start
=======

  Verbatim:

  ,----
  | <<headline>>
  `----

  Export-snippet:

  <<headline>>


2 headline
==========





reply via email to

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