[O] Bug: Properties do not show up in clock table [9.0.6 (9.0.6-elpa @ /home/nick/.emacs.d/elpa/org-20170502/)]

2017-05-06 Thread Nick Guiffrida
Hello, First of all thank you for org-mode. It's such an awesome tool. Below is content which that can be used to reproduce my problem: * Job1 > :PROPERTIES: > :job-number: 123457 > :END: > :LOGBOOK: > CLOCK: [2017-05-06 Sat 18:59]--[2017-05-06 Sat 19:30] => 0:31 > :END: > #+BEGIN: clocktable

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-06 Thread Kyle Meyer
Zhitao Gong writes: > I think there is a bug in org-sort or org-sort-list function. > > If you call org-sort (C-c ^) on list items, this function will call > org-sort-list. However, org-sort calls org-sort-list with only one > argument, i.e., the with-case (see the code below) > > #+BEGIN_SRC em

Re: [O] [PATCH] ORG-NEWS: Update new features

2017-05-06 Thread Kyle Meyer
Sebastian Reuße writes: > --- > etc/ORG-NEWS | 5 + > 1 file changed, 5 insertions(+) Thanks. Applied. -- Kyle

[O] [PATCH] ORG-NEWS: Update new features

2017-05-06 Thread Sebastian Reuße
--- etc/ORG-NEWS | 5 + 1 file changed, 5 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index b16b73ae1..2c00f767a 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -219,6 +219,11 @@ This allow to use a different title than entry title. Using ~C-c C-a u~ prompts for a URL pointing to

Re: [O] Fontification error

2017-05-06 Thread Thomas S. Dye
Aloha all, Aaron Jensen writes: > On Sun, Mar 19, 2017 at 3:58 PM, Nicolas Goaziou > wrote: >> Hello, >> >> Applied. Thank you. >> >> I added TINYCHANGE at the end of the commit message since I don't know >> whether you signed FSF papers or not. > > Thank you! I have not yet. > > Aaron Many th

Re: [O] [PATCH 1/2] org-refile: escape slashes only in headline of refile target

2017-05-06 Thread Kyle Meyer
Sebastian Reuße writes: > I have a copyright assignment with FSF; the reason I’m not on the org > contributors page is that I haven’t submitted a patch before. Great, I'll add you to that page. -- Kyle

Re: [O] [PATCH 1/2] org-refile: escape slashes only in headline of refile target

2017-05-06 Thread Kyle Meyer
Sebastian Reuße writes: > Thank you, Kyle. I’ve incorporated your suggestions (after pulling the > git send-mail trigger early a few times). Thanks. Applied to the master branch. Could you send a patch that mentions the org-refile-use-outline-path change in ORG-NEWS? -- Kyle

Re: [O] Prevent creating empty lines with trailing spaces when tangling noweb

2017-05-06 Thread Kaushal Modi
On Sat, May 6, 2017, 3:23 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > I'd rather clean every empty line upon tangling, or let the user do it > with `org-babel-post-tangle-hook'. I just tried this again and it worked this time! (add-hook 'org-babel-post-tangle-hook #'d

Re: [O] More clocktable breakage

2017-05-06 Thread Achim Gratz
> As I asked 5 weeks ago (!), could you provide an ECM demonstrating the > issue so that I can fix it, in the light of our discussion? I've told you from the beginning that it was a file at work and that it would take some time to dig down to the problem since it did work at home when I tried to c

Re: [O] More clocktable breakage

2017-05-06 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > No, I meant context of application, rather than context in the > syntactical sense. Org-element-* deals with syntax, nothing else. > Whether you need strict syntactical interpretation or something else > gets decided someplace else. OK. Then we agree here. > Whate

Re: [O] Prevent creating empty lines with trailing spaces when tangling noweb

2017-05-06 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Notice that the empty line is created between noweb segments as expected > because of ":noweb-sep "\\n\\n"". But what was unexpected to me was the > creation of empty line with spaces inserted to match the indentation. > > Is this by design? I lean towards "yes".

Re: [O] [PATCH] ox-s5: Update to work with refactored html backedn

2017-05-06 Thread Nicolas Goaziou
Hello, Łukasz Stelmach writes: > * contrib/lisp/ox-s5.el (org-s5-template): Adapt to changes introduced > by c9ca0b6d in the way :html-divs/org-html-divs are passed to ox-html. Applied. Thank you. Regards, -- Nicolas Goaziou