[O] [PATCH] org.texi: Fix case of `results' header-arg node.

2015-08-17 Thread Grant Rettke
Lower-case the results header arg node in /doc/org.texi. Right now it is upper-cased. Previously, I filled out the FSF paperwork, so I didi't include TINYCHANGE. 0001-org.texi-Fix-case-of-results-header-arg-node.patch Description: Binary data

Re: [O] [PATCH] Allow early-warning anniversaries in agends [was: Re: org-bbdb-birthday reminder]

2015-08-17 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: Here's a patch to add a new function to org-bbdb.el that provides early warning for upcoming anniversaries; it also adds some documentation to org.texi. Thank you. Some comments follow. +(defun org-bbdb-date-list (date n) + Return a list of

[O] [PATCH] Fix property name completion

2015-08-17 Thread Alexey Lebedeff
Hi all, When property name completion is being performed, it means that we are inside malformed property drawer that will become valid only after successful completion. In this case in makes no sense to perform interactive drawer repair. Best, Alexey From 926fe940f04cd94cdc0b06e50a485e65d35e903a

Re: [O] Bug: babel load error [8.3.1 (8.3.1-16-gf6aa53-elpaplus @ /Users/chromiak/.emacs.d/elpa/org-plus-contrib-20150810/)]

2015-08-17 Thread Kyle Meyer
Chromiak, Walter chrom...@dickinson.edu writes: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the

Re: [O] [PATCH] Allow early-warning anniversaries in agends [was: Re: org-bbdb-birthday reminder]

2015-08-17 Thread Rasmus
Nick Dokos ndo...@gmail.com writes: I did a mapcan originally and saw that it was an alias for cl-mapcan in cl-extras.el and that got me scared: I vaguely recalled some rules about using cl-* stuff, but I don't really remember the rules any more. For future reference, are they written down

Re: [O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-17 Thread Rasmus
Hi, Eric Abrahamsen e...@ericabrahamsen.net writes: Currently, if the global variable `org-html-html5-fancy' is t, some elements of HTML export will use fancy elements even when not exporting to HTML5 at all. Specifically, the TITLE of a document will be wrapped in header tags, even when

Re: [O] [PATCH] Allow early-warning anniversaries in agends [was: Re: org-bbdb-birthday reminder]

2015-08-17 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Nick Dokos ndo...@gmail.com writes: I did a mapcan originally and saw that it was an alias for cl-mapcan in cl-extras.el and that got me scared: I vaguely recalled some rules about using cl-* stuff, but I don't really remember the rules any more. For future

Re: [O] [PATCH] Allow early-warning anniversaries in agends [was: Re: org-bbdb-birthday reminder]

2015-08-17 Thread Nick Dokos
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Nick Dokos ndo...@gmail.com writes: Here's a patch to add a new function to org-bbdb.el that provides early warning for upcoming anniversaries; it also adds some documentation to org.texi. Thank you. Some comments follow. Thanks for

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-17 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Brady Trainor algeb...@uw.edu writes: Speaking of COMMENT, I had noticed some strange behavior if I have a state like COMMENTED_OUT. If I have a header like =#+TODO: TODO COMMENTED_OUT | DONE=, and cycle through state with S-right

[O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-17 Thread Eric Abrahamsen
Currently, if the global variable `org-html-html5-fancy' is t, some elements of HTML export will use fancy elements even when not exporting to HTML5 at all. Specifically, the TITLE of a document will be wrapped in header tags, even when exporting to XHTML4. I ran into this while making some epub

Re: [O] 8.3.1 and org-latex-with-hyperref

2015-08-17 Thread Suvayu Ali
On Sun, Aug 16, 2015 at 04:22:43PM -0400, Scott Randby wrote: On 08/16/2015 09:36 AM, Bastien Guerry wrote: Scott Randby sran...@gmail.com writes: Unfortunately, the \hypersetup{...} generated by org is last one in the preamble when an org document is exported. Is there anything to fix

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-17 Thread Nicolas Goaziou
Hello, Brady Trainor algeb...@uw.edu writes: Speaking of COMMENT, I had noticed some strange behavior if I have a state like COMMENTED_OUT. If I have a header like =#+TODO: TODO COMMENTED_OUT | DONE=, and cycle through state with S-right arrow, it gets pretty wonky. Could you elaborate a

[O] Bug: babel load error [8.3.1 (8.3.1-16-gf6aa53-elpaplus @ /Users/chromiak/.emacs.d/elpa/org-plus-contrib-20150810/)]

2015-08-17 Thread Chromiak, Walter
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-17 Thread Eric Abrahamsen
Thomas Holst thomas_ho...@gmx.de writes: · Eric Abrahamsen e...@ericabrahamsen.net wrote: [ ... snip ... ] [ ... snip completion issue with gnorb ... ] [...] ok here is what I did to reproduce behavior with ECM All right, now that's a bug report! I followed your steps, and can confirm

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-17 Thread Brady Trainor
Hello, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Brady Trainor algeb...@uw.edu writes: Speaking of COMMENT, I had noticed some strange behavior if I have a state like COMMENTED_OUT. If I have a header like =#+TODO: TODO COMMENTED_OUT | DONE=, and cycle through state with

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-17 Thread Thomas Holst
Hi Eric, · Eric Abrahamsen e...@ericabrahamsen.net wrote: Thomas Holst thomas_ho...@gmx.de writes: · Eric Abrahamsen e...@ericabrahamsen.net wrote: [ ... snip ... ] [ ... snip completion issue with gnorb ... ] [...] ok here is what I did to reproduce behavior with ECM All right,