Re: [O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-20 Thread Bastien
Hi Martin, Martin Kampas writes: > This seems to fix the bug. I applied the patch, thanks! If you have time to add tests, that'd be great, as Nicolas suggested. Best, -- Bastien

Re: [O] [ANN] ob-elvish: org-babel support for Elvish code

2018-03-20 Thread Bastien
Hi Diego, Diego Zamboni writes: > If you want to take a look: https://github.com/zzamboni/ob-elvish I didn't know Elvish... thanks for contributing this! -- Bastien

Re: [O] cautionary tale: avoid creating/using a macro called "title"

2018-03-20 Thread Bastien
Hi Eric, Eric S Fraga writes: > I have, until now, used a macro > > #+macro title The title of the document > > to be subsequently used in the actual #+title line, as in > > #+title: @@latex:...@@ {{{title}}} @@latex:...@@ > > (LaTeX details not important, I think.) just out of curiosity, I

Re: [O] [PATCH] org-global-tags-completion-table does not include tags from buffers

2018-03-20 Thread Bastien
Hi Matt, Matt Lundin writes: > Attached is a patch that fixes the issue. Thanks a lot, applied -- together with some other fixes related to group tags. Can you check and report any problems? -- Bastien

Re: [O] column view with display-line-numbers-mode

2018-03-20 Thread Bastien
Hi Eric, Eric S Fraga writes: > Not a major problem but I thought I would mention it. Affects the > æsthetic in me. :-) can you try the attached patch against master? There is still a problem with big .org files, because we cannot recompute the colview header format depending on the width re

Re: [O] Connecting to Org ELPA via an HTTP proxy from Emacs 25 and older

2018-03-20 Thread Bastien
Hi Keshav and Roland, I was not aware the redirection could cause such a problem. Both http://orgmode.org and https://orgmode.org should now work, let me know if this fixes your issue. Thanks for reporting this, -- Bastien

Re: [O] org-mode R using xtable produces strange output

2018-03-20 Thread Brian Shine
Brilliant! Thank you so much. Best wishes, Brian > On 20 Mar 2018, at 16:47, Berry, Charles wrote: > > > >> On Mar 19, 2018, at 4:44 PM, Brian Shine wrote: >> >> I am using xtable to produce summary tables of linear models, specifying the >> output as latex. If I just run the code in R,

Re: [O] does this pandoc error look familiar to anybody?

2018-03-20 Thread Samuel Wales
thanks eric and nick. i was able to look at the h levels in the org direct export html. they were h7 or so. dunno if there was an h1. so i am going to try to get them down to h4. then who knows if that will fix it.

Re: [O] does this pandoc error look familiar to anybody?

2018-03-20 Thread Nick Dokos
Eric S Fraga writes: > On Monday, 19 Mar 2018 at 15:10, Samuel Wales wrote: >> i will have to try this, but can i assume [i do hope] that >> org->html->pandoc->pdf does not count clean view as approximately >> doubling the number of levels? > > I do not understand this question. Sorry. > IIUC,

Re: [O] org-mode R using xtable produces strange output

2018-03-20 Thread Berry, Charles
> On Mar 19, 2018, at 4:44 PM, Brian Shine wrote: > > I am using xtable to produce summary tables of linear models, specifying the > output as latex. If I just run the code in R, I get the correct output. > However, the latex output in the org document contains a lot of “|”s. I > think th

Re: [O] Bug: Bug in svg generation from plantuml sources [9.1.7 (9.1.7-20-ge1f1ac-elpa @ /home/guertler/.emacs.d/elpa/org-20180319/)]

2018-03-20 Thread Andy Moreton
On Tue 20 Mar 2018, Martin Gürtler wrote: > ob-plantuml wraps a plantuml source in @startuml/@enduml tags without > checking whether they are already in the source code. This results in > the creation of invalid SVG, at least for newer versions of plantuml, > because the resulting SVG file contain

[O] Bug: Bug in svg generation from plantuml sources [9.1.7 (9.1.7-20-ge1f1ac-elpa @ /home/guertler/.emacs.d/elpa/org-20180319/)]

2018-03-20 Thread Martin Gürtler
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

Re: [O] [BUG] org-sort-entries errors out when headline is empty

2018-03-20 Thread Nicolas Goaziou
Hello, Sebastian Reuße writes: > An alternative is to guard inside ‘org-sort-entries’. I’m following up with an > implementation of this. Applied. Thank you! I used `org-get-heading', which handles empty headlines without messing with `org-complex-heading-regexp'. > I was also wondering if it

Re: [O] Regression in #+include behavior [master]

2018-03-20 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Though I didn't understand why it failed when exporting from the large > file, but not when moving the relevant subtrees (where the #+include was > called, and the included) to a separate file.. The code was fixing links in the whole document, not only in the subtr

Re: [O] does this pandoc error look familiar to anybody?

2018-03-20 Thread Eric S Fraga
On Monday, 19 Mar 2018 at 15:10, Samuel Wales wrote: > i will have to try this, but can i assume [i do hope] that > org->html->pandoc->pdf does not count clean view as approximately > doubling the number of levels? I do not understand this question. Sorry. > and that it does not count levels abo