Hello,
LaTeX export for five dashes - exports from org as
\rule{\linewidth}{0.5pt}
which then produces a pdf with a horizontal line having the width of the
paragraph but indented. This means the line extends into the margin by the
width
of the indent.
If I do \noindent\rule{\linewidth}{0.5pt}
On Wed, Apr 12, 2017, 11:16 Xi Shen wrote:
> Hi,
>
> Regarding a patch I made early. Ref. title: [PATCH] ob-sql.el: Support
> sqlcmd and cygwin environment.
>
> I found it does not for Emacs for Windows. More generally, it does not
> work in minGW or MSYS environments. I think it is because minGW
* Example of the issue
Emacs : GNU Emacs 25.2.1 (x86_64-apple-darwin16.4.0, Carbon Version 157
AppKit 1504.81)
of 2017-03-07
Package: Org mode version 9.0.5 (release_9.0.5-351-g0e0fda.dirty @
/Users/stacey/.emacs.d/org-mode/lisp/)
In this buffer the TODO keywords are FIXME and FIXED, as se
Hi,
The patch below fixes a minor problem:
Consider a node, which contains unchecked checkboxes; if you have set
org-enforce-todo-checkbox-dependencies and try to change the node to
DONE, you will be denied with a message explaining why. However in this
special case the explanation would be wron