[O] LaTeX export hline

2017-04-14 Thread Justen Rickert
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}

Re: [O] [PATCH] lisp/ob-sql.el: Fix filename conversion in minGW environment.

2017-04-14 Thread Xi Shen
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

[O] [PATCH]: org-link-search failing to find links created by clock table

2017-04-14 Thread Stacey Marshall
* 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

[O] [PATCH] lisp/org-el: Fix explanation, if state change is blocked by contained checkboxes

2017-04-14 Thread Marc Ihm
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