Hi,

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.

—Rasmus

-- 
However beautiful the theory, you should occasionally look at the evidence


Reply via email to