[O] What's wrong with org-export-html-final-hook in 8.x

2013-05-14 Thread visayafan
be very appreciated. Sorry for my broken English :) visayafan --

Re: [O] What's wrong with org-export-html-final-hook in 8.x

2013-05-14 Thread visayafan
@)) \\1 string))) #+END_SRC Now with this code and the macro below I can have colorful font inside a paragraph. #+BEGIN_SRC org #+macro: color !font color=$1@$2!/font@ before {{{color(red,this is red)}}} after #+END_SRC visayafan --

Re: [O] What's wrong with org-export-html-final-hook in 8.x

2013-05-14 Thread visayafan
#+BEGIN_SRC emacs-lisp (eval-after-load 'ox-html '(add-to-list 'org-export-filter-final-output-functions 'fan/org-html-produce-inline-html)) #+END_SRC

Re: [O] Internal link with custom caption

2013-05-17 Thread visayafan
Baptiste bate...@bat.fr.eu.org writes: Hello, Baptiste I would like to be able to manage internal link that is exported with a custom reference text. I mean define somewhere an anchor *plus the reference caption* and then use link mechanism to create a reference to this point with its