Re: [O] Help on org-export-filter-link-functions

2014-10-05 Thread Rasmus
Hi John, John Kitchin writes: > hmmm... the sometimes makes me nervous. I found even for links, this > only works sometimes. That doesn't seem reliable to me. With headlines the case where it does not work is for verb-only headings. I guess that could occur more frequently with links, though I

Re: [O] Help on org-export-filter-link-functions

2014-10-05 Thread John Kitchin
Rasmus writes: hmmm... the sometimes makes me nervous. I found even for links, this only works sometimes. That doesn't seem reliable to me. I think extending existing backends (e.g. http://orgmode.org/manual/Advanced-configuration.html) is probably more reliable for getting element properties, a

Re: [O] Help on org-export-filter-link-functions

2014-10-04 Thread Rasmus
John Kitchin writes: > I too am wondering if there is a defined way to get to the element > properties within a filter function. qNo. But sometimes you can recover it from the text-properties, if it is not a verb, (~·~, =·=). Her's an example: (defun rasmus/get-org-headline-string-element

Re: [O] Help on org-export-filter-link-functions

2014-10-04 Thread John Kitchin
Daimrod writes: Why don't you just define how the link should be exported in your link definition? for example: https://github.com/jkitchin/jmax/blob/master/org/org-ref.org#the-links You can see a link that is defined, with different export formats for different backends. I am intrigued by you

[O] Help on org-export-filter-link-functions

2014-10-03 Thread Daimrod
Hi, I've wrote a simple filter to customize how links are exported in latex: #+BEGIN_SRC (defun dmd--latex-bib-link-filter (data backend info) "Convert a bib link to a citation (e.g. bib:foo93 -> \cite{foo93})." (let* ((beg (next-property-change 0 data)) (link (if beg (get-text-proper