Re: [O] Release Org 9.2 soon ?

2018-04-20 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > I think current development branch is in good shape. I think there is no > blocker, although there are a few reported bugs floating around. I agree. In this period, no big features, only small patches. It's time to a reg

[O] Should wip-cite branch be merged to master?

2018-04-20 Thread tumashu
There is a package which support wip-cite: https://github.com/andras-simonyi/citeproc-org, should wip-cite branch be merged to master now?

Re: [O] [PATCH] Add new keyword :coding for #+include directive

2018-04-20 Thread Pierre Téchoueyres
pierre.techouey...@free.fr (Pierre Téchoueyres) writes: Hello, > ... >> ... >> Is it really an Org problem? E.g., couldn't you put a coding: cookie in >> your ".cmd" file? IMO, the coding system depends on the includee, not >> the includer. > > I tend to aggree with you that TRTDT is to put cookie

Re: [O] Release Org 9.2 soon ?

2018-04-20 Thread Samuel Wales
:tags:in:the:agenda: look:like:this is this deliberate? On 4/20/18, Nicolas Goaziou wrote: > Hello, > > I think current development branch is in good shape. I think there is no > blocker, although there are a few reported bugs floating around. > > Is there any pending feature that should absol

[O] [PATCH] ox-md.el: fixed an issue where exporting markdown ToC would fail if heading numbering is not enabled

2018-04-20 Thread Yue Zhu
When exporting markdown with ToC, if heading numbering is not enabled, it would fail with the attached backtrace. The cause is that the function `org-md--build-toc' in `ox-md.el' does not properly handle this case which effectively results in a function call `(format "%d." nil)'. In my patch, when

Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Alex Branham
On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou wrote: >> #+BEGIN_EXAMPLE >> #+TAGS: office(c) car(C) >> * one >> #+END_EXAMPLE > > FWIW, I couldn't reproduce it on master. It seems to be a problem with org-tag-persistent-alist. I can't reproduce it if that's nil, but if it's set to (setq org

Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Alex Branham
On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou wrote: >> I'm tracking maint. With the following file: >> >> #+BEGIN_EXAMPLE >> #+TAGS: office(c) car(C) >> * one >> #+END_EXAMPLE > > FWIW, I couldn't reproduce it on master. That's surprising, since I can reproduce this on maint and master. May

Re: [O] Quoting a REPL session in an org document

2018-04-20 Thread Diego Zamboni
Hi Dov, I think the easiest way is to use a SRC block with a mode that understands the iPython-REPL format - this would give you not only syntax highlighting, but also the possibility of executing code from Org-mode using org-babel. A quick search reveals two likely candidates: https://github.

[O] Release Org 9.2 soon ?

2018-04-20 Thread Nicolas Goaziou
Hello, I think current development branch is in good shape. I think there is no blocker, although there are a few reported bugs floating around. Is there any pending feature that should absolutely go into Org 9.2? Bastien, what do you think? Regards, -- Nicolas Goaziou

Re: [O] Does anyone else have this table problem?

2018-04-20 Thread Nicolas Goaziou
Hello, William Denton writes: > I know this isn't a proper "emacs -q" bug report, but I'm not sure > what's causing a problem I have with tables. This is using the master > branch of the Org development tree and has been going on for a while. > > When I load this short file with one Org table:

Re: [O] [Documentation Bug?] Markdown export

2018-04-20 Thread Loris Bennett
Nicolas Goaziou writes: > Hello, > > "Loris Bennett" writes: > >> On the page >> >> https://orgmode.org/manual/Markdown-export.html >> >> the second line reads: >> >> Since md is built on top of the HTML back-end, any Org constructs not >> supported by Markdown, such as tables, the underly

Re: [O] [BUG] org-sort-entries errors out when headline is empty

2018-04-20 Thread Nicolas Goaziou
Hello, Sebastian Reuße writes: > As for my 5 cents on the (probably not too consequential) design issue: > I’d probably choose to treat this as an empty headline with tags. Due to > the special syntax, tags are “more special” than headlines, and my > expectation would be that most folks would fi

[O] Quoting a REPL session in an org document

2018-04-20 Thread Dov Grobgeld
Hello, I wonder if there is a "standard" way of quoting a REPL session in an org document. Right now I'm using #example, but I wonder if there is something richer. The ideal would be to get something that is syntax aware so that anything after the "prompt" is syntax highlighted. Here is an exampl

Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Nicolas Goaziou
Hello, Alex Branham writes: > I'm tracking maint. With the following file: > > #+BEGIN_EXAMPLE > #+TAGS: office(c) car(C) > * one > #+END_EXAMPLE FWIW, I couldn't reproduce it on master. Regards, -- Nicolas Goaziou

Re: [O] [Documentation Bug?] Markdown export

2018-04-20 Thread Nicolas Goaziou
Hello, "Loris Bennett" writes: > On the page > > https://orgmode.org/manual/Markdown-export.html > > the second line reads: > > Since md is built on top of the HTML back-end, any Org constructs not > supported by Markdown, such as tables, the underlying html back-end > (see HTML export)

Re: [O] [PATCH] Document undocumented undocumented behavior in two org-timestamp-up and org-timestamp-down

2018-04-20 Thread Nicolas Goaziou
Hello, Andrew Eggenberger writes: > Document org-timestamp-up and org-timestamp-down behavior. Applied. Thank you. Would it make sense to update the manual accordingly? If so, would you want to do it? Regards, -- Nicolas Goaziou

Re: [O] [PATCH] migrate ob-clojure initiate session code from ob-clojure-literate.el into ob-clojure.el

2018-04-20 Thread Nicolas Goaziou
Hello, stardiviner writes: > Those code belongs to ob-clojure.el. Thank you. Comments follow. > From 7306147a55ea29be7a685cd7a92dc158612dfccd Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Thu, 19 Apr 2018 18:16:27 +0800 > Subject: [PATCH] * ob-clojure.el: support `org-babel-initiate-se