Re: [O] [PATCH] ox-html.el: add exporting of priority

2015-01-09 Thread Nicolas Goaziou
Hello, "Zane D. Purvis" writes: Thanks for the patch. The summary line should be capitalized, i.e., ox-html: Add exporting of priority > * list/ox-html.el (org-html--priority): new function Capitalize, too. > (org-html-format-headline-default-function): call `org-html--priority' Ditto.

Re: [O] [PATCH] ox-html.el: DONE is monospace for consistency

2015-01-09 Thread Nicolas Goaziou
Hello, "Zane D. Purvis" writes: > * lisp/ox-html.el (org-html-style-default): `.done' gets `font-family: > monospace;' Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] ox-html.el: add exporting of priority

2015-01-09 Thread Zane D. Purvis
Sure thing. Expect a new patch momentarily. Thanks. On Fri, Jan 9, 2015 at 3:20 AM, Nicolas Goaziou wrote: > Hello, > > "Zane D. Purvis" writes: > > Thanks for the patch. > > The summary line should be capitalized, i.e., > > ox-html: Add exporting of priority > >> * list/ox-html.el (org-html--

[O] [PATCH] ox-html.el: Add exporting of priority

2015-01-09 Thread Zane D. Purvis
* list/ox-html.el (org-html--priority): New function. (org-html-format-headline-default-function): Call `org-html--priority'. (org-html-style-default): Add `.priority'. HTML export previously did not support exporting of priority simply by setting `org-export-with-priority' to `t'. TINYCHANGE ---

Re: [O] Fwd: demoting a heading inserts spaces in column-0 text

2015-01-09 Thread Daniel Clemente
Two proposed solutions: 1. > >> Another option would be to have another option to indent only planning > >> info, properties drawer, and every drawer located right after it, à la > >> `org-log-state-notes-insert-after-drawers'. At least, it couldn't break > >> structure. Is this possible?

Re: [O] Lentic.0.6 and org mode

2015-01-09 Thread Phillip Lord
I normally do (global-lentic-start-mode) which just adds some keybindings for you. Then, do one of lentic-mode-create-in-selected-window, (C-c,h) lentic-mode-split-window-below, (C-c,b) lentic-mode-split-window-right (C-c,r) Or there are menu items which does the same. All of these create t

Re: [O] Lentic.0.6 and org mode

2015-01-09 Thread Alan Schmitt
On 2015-01-09 17:12, phillip.l...@newcastle.ac.uk (Phillip Lord) writes: > It's configurable, though. By default, the two windows share the same > text (which is nearly the same behaviour as indirect buffers). But they > can also be different (but related). I use a file or dir-local variable > for

Re: [O] Lentic.0.6 and org mode

2015-01-09 Thread Phillip Lord
> On 2015-01-09 17:12, address@hidden (Phillip Lord) writes: > > > It's configurable, though. By default, the two windows share the same > > text (which is nearly the same behaviour as indirect buffers). But they > > can also be different (but related). I use a file or dir-local variable > > for t

Re: [O] 63 failures for org-test-run-all-tests in an Emacs GUI

2015-01-09 Thread Sebastien Vauban
Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> Did I misunderstand the change of last year (Dec '13) or should `sh' >> language be abandoned in favor of `shell'? > > I think you're right. > >> IIUC, then, those blocks should be updated: ... >> And those inline calls as well: ... >> I am wil

[O] [ANN] orgtbl-aggregate version 2

2015-01-09 Thread Thierry Banel
Hi The List I am glad to announce the second version of the Org Aggregate package. It comes with more flexibility and performance, while being simpler. This new version is based on a clever idea of Michael Brand. Thanks Michael for your reviews and suggestions. * What is it?