Re: [O] Documentation fix

2017-05-15 Thread Colin Baxter
Dear Nicolas, > "Nicolas" == Nicolas Goaziou writes: Nicolas> I see, thanks. Could you send the warnings, or better, a Nicolas> patch, so as to fix them? Nicolas> Regards, Nicolas> -- Nicolas Goaziou I have attached the warnings when making the

Re: [O] [PATCH 1/2] Add tests for org-refile-get-targets

2017-05-15 Thread Nicolas Goaziou
Hello, Sebastian Reuße writes: > * testing/lisp/test-org.el: Add test. > --- Thank you. > testing/examples/refile/a.org | 6 ++ > + > +;;; org-refile Nitpick: Sections in test-org.el are sorted alphabetically. So the new "Refile" section could go between "Radio

Re: [O] [PATCH] Fontify inline source blocks when exporting to HTML

2017-05-15 Thread Nicolas Goaziou
Hello, Nicolas Berthier writes: > Inline source code blocks are not fontified by the HTML backend anymore > (I have a document with such code blocks that exported fine two years > ago, with Org 7 or 8 I think). After a quick investigation, it happens I "fixed" this in

Re: [O] More clocktable breakage

2017-05-15 Thread Achim Gratz
Nicolas Goaziou writes: > Is your issue solved? I can confirm the issue is solved. Thanks again. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

Re: [O] Documentation fix

2017-05-15 Thread Nicolas Goaziou
Hello, Colin Baxter writes: >> "Nicolas" == Nicolas Goaziou writes: > > Nicolas> Hello, Robert Klein writes: > > >> Ahh, well, on second look it only was a warning: > >> > >> org.texi:11371: warning: `.' or

Re: [O] Bug: Export Error with author [9.0.6 (9.0.6-elpaplus @ /home/phillord/.emacs.d/elpa/25.2/org-plus-contrib-20170502/)]

2017-05-15 Thread Nicolas Goaziou
Hello, phillip.l...@russet.org.uk (Phillip Lord) writes: > I am having problems with exporting org files with either author or > titles set. I have found this with ox-reveal, ox-s5 and ox-deck. [...] > Debugger entered--Lisp error: (wrong-type-argument listp #("Phillip Lord" 0 > 12 (:parent

[O] [PATCH] Fontify inline source blocks when exporting to HTML

2017-05-15 Thread Nicolas Berthier
Hi! Inline source code blocks are not fontified by the HTML backend anymore (I have a document with such code blocks that exported fine two years ago, with Org 7 or 8 I think). If that's the intended behavior, then I would like to know the proper way to recover the old behavior; otherwise, let

Re: [O] Documentation fix

2017-05-15 Thread Colin Baxter
> "Nicolas" == Nicolas Goaziou writes: Nicolas> Hello, Robert Klein writes: >> Ahh, well, on second look it only was a warning: >> >> org.texi:11371: warning: `.' or `,' must follow @xref, not `f'. Nicolas> Oddly, I don't

[O] Bug: Export Error with author [9.0.6 (9.0.6-elpaplus @ /home/phillord/.emacs.d/elpa/25.2/org-plus-contrib-20170502/)]

2017-05-15 Thread Phillip Lord
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 mailing list.

[O] fixing level in md export

2017-05-15 Thread John Kitchin
Hi, I used to use a snippet like this to convert "** test" to "## test", but recently this quit working: #+BEGIN_SRC emacs-lisp (cl-flet ((org-export-get-relative-level (headline info) (org-element-property :level headline)))

[O] [PATCH 1/2] Add tests for org-refile-get-targets

2017-05-15 Thread Sebastian Reuße
* testing/lisp/test-org.el: Add test. --- testing/examples/refile/a.org | 6 ++ testing/examples/refile/b.org | 6 ++ testing/lisp/test-org.el | 44 +++ 3 files changed, 56 insertions(+) create mode 100644 testing/examples/refile/a.org

[O] [PATCH 2/2] org-refile: Fix inconsistency when listing refile targets

2017-05-15 Thread Sebastian Reuße
* org.el (org-refile-get-targets): Setting org-refile-use-outline-path to `file' or `buffer-name' causes an additional target for the file’s root node to be inserted. This functionality was absent when using `full-file-path'. We now add this since it is convenient and makes the behavior more

Re: [O] Documentation fix

2017-05-15 Thread Nicolas Goaziou
Hello, Robert Klein writes: > Ahh, well, on second look it only was a warning: > > org.texi:11371: warning: `.' or `,' must follow @xref, not `f'. Oddly, I don't get this warning when using "make info". Anyway, I added the missing comma. Thank you. Regards, -- Nicolas

Re: [O] 9.0.6 and clock tables -> solved

2017-05-15 Thread Rainer Stengele
Am 15.05.2017 um 08:57 schrieb Rainer Stengele: Am 12.05.2017 um 17:23 schrieb Nicolas Goaziou: Hello, Rainer Stengele writes: I have a wrong clock summary in my agenda and also in clock tables since 9.0.6. Also the clock sum format suddenly includes days instead

[O] Release 9.0.7

2017-05-15 Thread Bastien
Hi all, Org 9.0.7 is out. Enjoy! -- Bastien

Re: [O] Documentation fix

2017-05-15 Thread Robert Klein
Hallo, On Mon, 15 May 2017 08:42:42 +0200 Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > there are two typos which causes compile to fail. Patch below. > > Thank you. > > > Options for MathJax (@code{org-html-mathjax-options}).

Re: [O] 9.0.6 and clock tables

2017-05-15 Thread Rainer Stengele
Am 12.05.2017 um 17:23 schrieb Nicolas Goaziou: Hello, Rainer Stengele writes: I have a wrong clock summary in my agenda and also in clock tables since 9.0.6. Also the clock sum format suddenly includes days instead of only hours as before. I have a function

Re: [O] Documentation fix

2017-05-15 Thread Nicolas Goaziou
Hello, Robert Klein writes: > there are two typos which causes compile to fail. Patch below. Thank you. > Options for MathJax (@code{org-html-mathjax-options}). MathJax is > used to -typeset @LaTeX{} math in HTML documents. @xref{Math > formatting in HTML -export} for

[O] Documentation fix

2017-05-15 Thread Robert Klein
Hi, there are two typos which causes compile to fail. Patch below. PS: Probably there should be a comma after the “example”. Sorry, my English not so good is... Best regards Robert From 355901f48b9b81e9d5509f2df66e4f25eb23adae Mon Sep 17 00:00:00 2001 From: Robert Klein