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

2015-01-10 Thread Nicolas Goaziou
Hello, Zane D. Purvis zane.pur...@gmail.com writes: * 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'. Applied. Thank you. Regards, -- Nicolas Goaziou

[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] [PATCH] ox-html.el: add exporting of priority

2015-01-09 Thread Nicolas Goaziou
Hello, Zane D. Purvis zane.pur...@gmail.com 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

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 m...@nicolasgoaziou.fr wrote: Hello, Zane D. Purvis zane.pur...@gmail.com writes: Thanks for the patch. The summary line should be capitalized, i.e., ox-html: Add exporting of priority

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

2015-01-08 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 ---