Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-12-08 Thread Sebastian Christ
BUMP ??? Best wishes, Sebastian

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-12 Thread Sebastian Christ
Hi Aaron, thanks for the tip with (org-element-property :value X). I also got rid of the let*. Actually, the previous patch is buggy and I've thought had submitted another patch to fix that. But unfortunately it seems it got lost in the interwebs. Best wishes, Sebastian >From

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-12 Thread Sebastian Christ
Hi Kyle, you're completely right. This is a bug in the provided patch. I've thought I had submitted another patch to fix that, but it seems that it got lost somewhere on the interwebs. It took some time until I've realized this. I've submitted an new patch already. Thanks. -Sebastian

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-10 Thread Aaron Ecay
Hi Sebastian, Thanks for the patch. In addition to Kyle’s comments: 2015ko urriak 9an, Sebastian Christ-ek idatzi zuen: > > Hi group, > > I'd like to provide a patch to > ox-extra.el. `org-latex-header-blocks-filter' still calls > `org-edit-src-find-region-and-lang' and raises therefore an

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-10 Thread Kyle Meyer
Sebastian Christ writes: [...] > >> + (let* ((beg (third pos)) > >> + (end (second pos)) > >> + (post-affiliated (first pos)) > Kyle> > Kyle> Hmm, the pos items are constructed as > Kyle> > Kyle>

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-10 Thread Sebastian Christ
> On Mon, 09 Nov 2015 01:30:23 -0500, Kyle Meyer said: >> * ox-extra.el (org-latex-header-blocks-filter): Use `org-element' API to >> find begin and end of latex header blocks. Kyle> Kyle> s|ox-extra.el|contrib/lisp/ox-extra.el| Kyle> s/begin/beginning/ Kyle>

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-11-08 Thread Kyle Meyer
Hello, Sebastian Christ writes: > Hi group, > > I'd like to provide a patch to > ox-extra.el. `org-latex-header-blocks-filter' still calls > `org-edit-src-find-region-and-lang' and raises therefore an undefined > function error. Thanks for the patch. Sorry for the

Re: [O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-10-11 Thread Sebastian Christ
And of course, the previous patch contains a bug. I should have tested it with multiple latex header blocks. Sorry for the inconvenience. The attached patch should (hopefully) fix that. Best wishes, Sebastian >From d9890ab84c92ec60e76913d2a1b3967353819500 Mon Sep 17 00:00:00 2001 From:

[O] [PATCH] ox-extra.el: Fix filtering of latex header blocks

2015-10-09 Thread Sebastian Christ
Hi group, I'd like to provide a patch to ox-extra.el. `org-latex-header-blocks-filter' still calls `org-edit-src-find-region-and-lang' and raises therefore an undefined function error. Best wishes, Sebastian >From 34b76e06bda5739e433c95b451915c8b804a1733 Mon Sep 17 00:00:00 2001 From: Sebastian