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}"
("\\section{
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 p
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 temporary buffer created by with-temp-buffer
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: Nathaniel Nicandr
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 name-value pairs,
> and te
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
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 not the same as eithe