[O] Latex class files in async export?

2017-04-29 Thread D Bro
I have the following definition in my org-mode file: (add-to-list 'org-latex-classes ;; https://emacs.stackexchange.com/questions/29694/spacemacs-and-org-mode-configuration-problem '("koma-article" "\\documentclass{scrartcl}"

[O] [RFC PATCH] ox-extra: Merge sections from ignored headlines

2017-04-29 Thread Kyle Meyer
Hello, I'd like to apply the following patch to maint. It solves an issue that results from using ox-extra's "ignore headlines" feature along with ox-texinfo. org-export-ignore-headlines transforms the tree to remove headlines with the "ignore" tag, moving the ignored headline's content to the

Re: [O] org-src--contents-for-write-back : preserve original major-mode, and avoid mixing tabs and spaces in org-mode buffers

2017-04-29 Thread Brent Goodrick
On Sat, Apr 29, 2017 at 2:59 AM, Nicolas Goaziou wrote: > Hello, > > Brent Goodrick writes: > >> I do not understand what is meant by "tailored for the source" which >> is the Org buffer. All of the indentation changes being made here are >> within the

Re: [O] [PATCH] Honor the :python header argument in python src-blocks

2017-04-29 Thread Nicolas Goaziou
Hello, Nathaniel Nicandro writes: > Below is a patch that should fix the problem where a python session was > being initiated without first checking the :python header argument. > > --- PATCH --- > > From a721c97924b5b965179a2dd90e54d63c7de00317 Mon Sep 17 00:00:00 2001 > From:

Re: [O] No explicit way to add blank lines to the beginning or end of example or source blocks

2017-04-29 Thread Nicolas Goaziou
Hello, Li DebugFan writes: > No explicit way to add blank lines to the beginning or end of example or > source blocks. > For example: describing HTTP header: > --- > HTTP header consists of colon-separated

Re: [O] Bug: Canceling a TODO state change does not revert the heading [9.0.5 (9.0.5-elpa @ /home/laurence/.emacs.d/elpa/org-20170210/)]

2017-04-29 Thread Nicolas Goaziou
Hello, Laurence Rochfort writes: > I notice that supplying an empty message with C-c C-k results in no > logbook entry at all. Is that intended behaviour too? C-c C-k is supposed to cancel note taking, so I guess it is. Regards, -- Nicolas Goaziou

Re: [O] org-src--contents-for-write-back : preserve original major-mode, and avoid mixing tabs and spaces in org-mode buffers

2017-04-29 Thread Nicolas Goaziou
Hello, Brent Goodrick writes: > I do not understand what is meant by "tailored for the source" which > is the Org buffer. All of the indentation changes being made here are > within the temporary buffer created by with-temp-buffer, which is > using fundamental-mode which is