What determines at what level LaTeX export goes from sections to
enumerations?
I am using `report', the definition of which looks like this:
("report" "\\documentclass[11pt]{report}"
("\\part{%s}" . "\\part*{%s}")
("\\chapter{%s}" . "\\chapter*{%s}")
I wanted to (and did) change a number of timestamps by a
constant. So I found (and successfully used)
org-timestamp-change which starts with (master):
| […]
| (defun org-timestamp-change (n &optional what updown suppress-tmp-delay)
| "Change the date in the time stamp at point.
| The date will
> From: Ihor Radchenko
> Cc: 35...@debbugs.gnu.org
> Date: Sun, 05 May 2019 09:05:46 +0800
>
> > Of course, if someone comes up with ideas how to speed up
> > vertical-motion without changing what Org does with overlays and/or
> > how overlays are implemented, such ideas will be most welcom
"Fraga, Eric" writes:
> On Thursday, 2 May 2019 at 21:11, Lawrence Bottorff wrote:
>> Well, at least there is a sane explanation. Ironically, I was also about to
>> complain about all my loose ">"s getting flagged. So they are related!
>> Would there be a way to make an exception for < and > ins
Hello,
pinkanon pinkanon writes:
> There are two things that work undesirably for me when using
> org-edit-src-code:
> (1) With a selected region, the point in the edit buffer will be one line
> below the bottom of the selection.
> (2) After closing the edit buffer, if it was modified, the poi
Hello,
Li Feng writes:
> 0. clean start emacs with "emacs -q"
> 1. create an org-mode file
> 2. enter a few plain list items
> 3. use M-S-up/down to move them
> 4. observe that the numbers are wrong
This is expected. M-S-up/down moves lines around /without taking context
into consideration/. No
Hello,
David Trudgett writes:
> Reproduce:
>
> In an Org mode file, add a #+DATE tag as follows:
>
> #+DATE: First published: 1 February 2014
>
> Then initiate a project publish, which publishes (by default) only
> changed files. A date such as the above will not be parsed, so
> ox-publish.el wi