emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [bug] links in macros comments are fortified


From: Nicolas Goaziou
Subject: Re: [O] [bug] links in macros comments are fortified
Date: Thu, 26 Feb 2015 00:27:53 +0100

Hello,

Rasmus <address@hidden> writes:

> Consider the following macro that I'm employing hoping to export a
> document as a odt (the document is optimized towards latex).
>
> #+MACRO: tikzgraph  (eval (format "[[file:$1.%s]]" (if 
> (org-export-derived-backend-p org-export-current-backend 'latex) "tikz" 
> "png")))
>
> In org this was displayed as
>
> #+MACRO: tikzgraph  (eval (format "file:$1.%s" (if 
> (org-export-derived-backend-p org-export-current-backend 'latex) "tikz" 
> "png")))
>
> Which let me to type
>
> #+MACRO: tikzgraph  (eval (format "[[[[file:$1.%s]]]]" (if 
> (org-export-derived-backend-p org-export-current-backend 'latex) "tikz" 
> "png")))
>
> Which gave a funky output that I fortunately found.  At least in macros,
> links should not be formatted IMO.

This should be fixed in 37d2a2d1cfa58c5334eec4f7fbabc4a2f313ab33. Thank
you.


Regards,

-- 
Nicolas Goaziou



reply via email to

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