Re: [O] LaTeX filter for captions

2015-06-28 Thread Suvayu Ali
On Sun, Jun 28, 2015 at 11:52:06PM +0200, Nicolas Goaziou wrote: > Suvayu Ali writes: > > > I wanted to apply a filter to normal text and captions. So I initially > > used org-export-filter-body-functions, however this also applies on the > > section title. Handling that case would make my filt

Re: [O] LaTeX filter for captions

2015-06-28 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > I wanted to apply a filter to normal text and captions. So I initially > used org-export-filter-body-functions, however this also applies on the > section title. Handling that case would make my filter a bit more > complicated. So I switched to using > org-export-f

[O] LaTeX filter for captions

2015-06-28 Thread Suvayu Ali
Hi, I wanted to apply a filter to normal text and captions. So I initially used org-export-filter-body-functions, however this also applies on the section title. Handling that case would make my filter a bit more complicated. So I switched to using org-export-filter-paragraph-functions. Howeve

Re: [O] problem with ox-pandoc export

2015-06-28 Thread Alan Schmitt
On 2015-06-27 12:26, Nicolas Goaziou writes: > "ox-org" inserts meta-data in its template function (org-org-template). > Since you're overriding it in the `mytest' back-end, you need to take > care of that. Ah, I was not aware of this. Thanks! Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 Athmosp

Re: [O] old ob-clojure in orgmode.org/elpa/?

2015-06-28 Thread Oleh Krehel
Hi Julien, I asked this before, and the reason is that it was missed in the last release. And there's still some time until the next release that will finally update it. regards, Oleh

Re: [O] Why navigating in Org mode is so slow in overview mode?

2015-06-28 Thread Stefan-W. Hahn
Mail von Q, Wed, 17 Jun 2015 at 00:51:02 +: Hello, according to emacs bug#16803 I'm using toggle-cache-long-scans in my org-files. Best (first line in org-file): -*- eva: (toggle-cache-long-scans); -*- Greetings Stefan -- Stefan-W. Hahn It is easy to make things.

Re: [O] Special blocks with options in LaTeX export

2015-06-28 Thread Suvayu Ali
Hi Rasmus, On Sun, Jun 28, 2015 at 01:30:33PM +0200, Rasmus wrote: > > Options are read via > > (org-export-read-attribute :attr_latex special-block :options). > > As to whether special blocks should support options via a keyword like in > your example, I do not know. FWIW ox-html als

Re: [O] Special blocks with options in LaTeX export

2015-06-28 Thread Rasmus
Suvayu Ali writes: > Hi, > > I am trying to export special blocks with options. But it seems the > options part is being ignored completely. I expect the following: > > #+begin_aside :options {Combinatorial background} > It is all random! > #+end_aside > > to be exported as: > > \begin{

[O] Special blocks with options in LaTeX export

2015-06-28 Thread Suvayu Ali
Hi, I am trying to export special blocks with options. But it seems the options part is being ignored completely. I expect the following: #+begin_aside :options {Combinatorial background} It is all random! #+end_aside to be exported as: \begin{aside}{Combinatorial background} It is

Re: [O] [PATCH] org-add-planning-info: Improve deletion handling

2015-06-28 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I've attached a patch that fixes up a few issues I've noticed with > org-add-planning-info. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org-mobile: Tiny fix in creating index.org file

2015-06-28 Thread Nicolas Goaziou
Sergey Gordienko writes: > * lisp/org-mobile.el (org-mobile-create-index-file): > Eliminate cloning of `#+READONLY' property in the `index.org' file. > A sublists of `org-todo-keywords' don't need to contain the `|'. Applied. Thank you. Regards,