Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Yehonathan Sharvit
On Thu, Dec 15, 2016 at 5:35 PM, Bastien Guerry wrote: > Hi Matt, > > thanks for the new patch! > > Before applying it (and working further on it), I suggest we wait for > Yehonathan's feedback on making klipse.js librejs-compatible. That's > possibly a blocking issue, and we need

Re: [O] Bug: Org Emphasis Issues (Trunk)

2016-12-15 Thread Ian Dunn
Nicolas Goaziou writes: > Hello, > > Matt Lundin writes: > >> Ian Dunn writes: >> >>> I encountered these issues this morning when I updated Org from >>> trunk (and reloaded it with C-c C-x !). I believe it's following >>>

Re: [O] transcluding some org-elements in multiple places

2016-12-15 Thread Matt Price
Replying only to say that I think both the name and the idea are brilliant.

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Eduardo Bellani
Hello Nicolas. > Thank you. However, this is not a "fix" per se. I agree. I should be more explicit as to what this is. >> * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to eval >> the scope if it is a lisp expression, or to return the scope if it >> is just a list. > > This

Re: [O] [bug] org 9 hangs on link search

2016-12-15 Thread Samuel Wales
On 12/15/16, Nicolas Goaziou wrote: > Could you fill in the dots and give the capture template you're using? * bug *** [[file:$dorg/executive--a.org::*%5B%5Bfile:$dorg/executive--a.org::*test%5D%5Btest%5D%5D][test]] link to next header captured says no match for

Re: [O] [bug] org 9 hangs on link search

2016-12-15 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > header a has a link on it. > > * [...] > > header b is created by capture and points to header a. > > * [...] > > this goes to the file but fails to find header a. Could you fill in the dots and give the capture template you're using?

Re: [O] org-agenda fails on particular construct

2016-12-15 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > The culprit seems to be in org-agenda.el, ll. 6098 ff., in > org-agenda-get-deadlines: > > ((eq org-agenda-skip-deadline-prewarning-if-scheduled > 'pre-scheduled) > ;; Set pre-warning to

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Nicolas Goaziou
Hello, Eduardo Bellani writes: > org-clock.el: Fix clocktable scope parameter Thank you. However, this is not a "fix" per se. > * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to eval > the scope if it is a lisp expression, or to return the scope if it >

Re: [O] allow live execution of code snippets in html export

2016-12-15 Thread Yehonathan Sharvit
On Thu, Dec 15, 2016 at 5:50 PM, Matt Price wrote: > > > On Thu, Dec 15, 2016 at 5:07 AM, Bastien wrote: > >> Hi Matt, >> >> Matt Price writes: >> >> > Would we need a switch to permit the old syntax for people with >> > complex setups who

Re: [O] org-agenda fails on particular construct

2016-12-15 Thread Ingo Lohmar
On Thu, Dec 15 2016 21:02 (+0100), Ingo Lohmar wrote: > [Sorry for not replying in-thread...] > > Hi All, > > after updating I'm getting the same result, but I could not reproduce it > even with my org-config until now. > > The culprit seems to be in org-agenda.el, ll. 6098 ff., in >

Re: [O] org-agenda fails on particular construct

2016-12-15 Thread Ingo Lohmar
[Sorry for not replying in-thread...] Hi All, after updating I'm getting the same result, but I could not reproduce it even with my org-config until now. The culprit seems to be in org-agenda.el, ll. 6098 ff., in org-agenda-get-deadlines: ((eq

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Nicolas Goaziou
Hello, "Thomas S. Dye" writes: > orgmanual.org is an old experiment about keeping the org mode manual in > org mode. I don't consider it as an outdated experiment however. I welcome any work to keep it up to date. > The documentation is in org.texi, and this is the one you

Re: [O] [bug] org 9 hangs on link search

2016-12-15 Thread Samuel Wales
header a has a link on it. * [...] header b is created by capture and points to header a. * [...] this goes to the file but fails to find header a. On 12/15/16, Nicolas Goaziou wrote: > Hello, > > Samuel Wales writes: > >> file links don't

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Eduardo Bellani
org-clock.el: Fix clocktable scope parameter * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to eval the scope if it is a lisp expression, or to return the scope if it is just a list. * doc/org.texi: Document the feature of using a function as the scope for the clocktable.

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Thomas S. Dye
Aloha Eduardo, orgmanual.org is an old experiment about keeping the org mode manual in org mode. The documentation is in org.texi, and this is the one you should work on for new documentation. All the best, Tom Eduardo Bellani writes: > Hello everyone, > > One extra question, about

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Eduardo Bellani
Hello everyone, One extra question, about documentation. The place for documenting this feature seems to be 'orgmanual.org'. But my searches revealed that there is also 'org.texi' there. Exporting the first file to the texi format didn't match the second file. Is there a documentation about,

Re: [O] allow live execution of code snippets in html export

2016-12-15 Thread Matt Price
On Thu, Dec 15, 2016 at 5:07 AM, Bastien wrote: > Hi Matt, > > Matt Price writes: > > > Would we need a switch to permit the old syntax for people with > > complex setups who don't want to change? > > Yes. We need to be more careful on being backward

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Bastien Guerry
Hi Matt, thanks for the new patch! Before applying it (and working further on it), I suggest we wait for Yehonathan's feedback on making klipse.js librejs-compatible. That's possibly a blocking issue, and we need to sort it out. Thanks! -- Bastien

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Eduardo Bellani
Hello Nicolas, I agree with you about introducing 'eval' into the code base. This was just me getting the code from 8.3 back in a format the current code understand. Which leads me to conclude that this is not new functionality, just old undocumented functionality. I've found out about it through

Re: [O] [bug] org 9 hangs on link search

2016-12-15 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > file links don't hang now, thanks. > > however, if the header to be searched consists of only a link, it > fails to find the link. perhaps it needs regexp-quote. > > * [[file:/home/a/b.org::*add%20another%20link%20bug][add another >

Re: [O] id links have no reference

2016-12-15 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > in ascii export, id links to nodes that are being exported > do not have any referent. this source prints the id but > there is no referent for it. > > It is firmly outside the [scope of this post] >

Re: [O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Nicolas Goaziou
Hello, Eduardo Bellani writes: > org-clock.el: Fix clocktable scope parameter > > * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to eval > the scope if it is a lisp expression, or to return the scope if it > is just a list. > > This adds back to the

[O] [PATCH] Fix clocktable scope parameter

2016-12-15 Thread Eduardo Bellani
org-clock.el: Fix clocktable scope parameter * lisp/org-clock.el (org-dblock-write:clocktable): Make sure to eval the scope if it is a lisp expression, or to return the scope if it is just a list. This adds back to the clocktable the capacity to have as scope both a list of file paths or a

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Matt Price
On Thu, Dec 15, 2016 at 9:50 AM, Kaushal Modi wrote: > On Thu, Dec 15, 2016, 8:14 PM Matt Price wrote: > >> >> I took a look at org.texi but my understanding of texi syntax is very >> poor and I don't think I have time to learn today. >> > > Why not

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Matt Price
On Thu, Dec 15, 2016 at 8:39 AM, Nicolas Goaziou wrote: > Hello, > > Matt Price writes: > > > I'm such a slow coder that this is all I got to in my free moments > > today:patch for defcustoms that inserts the necessary code into a src > > block.

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Nicolas Goaziou
Hello, Matt Price writes: > I'm such a slow coder that this is all I got to in my free moments > today:patch for defcustoms that inserts the necessary code into a src > block. further refinements necessary before it works properly; severla > more would be useful for hte

Re: [O] feature request: C-c C-c on inline task headline add/edit tags

2016-12-15 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Is it possible to have C-c C-c on an inline task headline prompt for > tags as it would on a normal headline? I can add tags manually but my > fingers insist on using C-c C-c... I couldn't reproduce it, but I spotted an issue within

Re: [O] org-agenda fails on particular construct

2016-12-15 Thread Nicolas Goaziou
Hello, Jeffrey DeLeo writes: > With latest version of org: > > Org mode version 9.0.2 (9.0.2-elpaplus @ > /home/me/.emacs.d/elpa/org-plus-contrib-20161214/) > > I get the following error when trying to create an agenda: > > org-agenda-get-day-entries: > Wrong type

Re: [O] Heading named "Footnotes" is deleted from export

2016-12-15 Thread Nicolas Goaziou
Hello, Scott Otterson writes: > This is interesting. A heading named "Footnotes" will be deleted from the > export result (html, latex,...). See (info "(org) Headlines"). Regards, -- Nicolas Goaziou

Re: [O] allow live execution of code snippets in html export

2016-12-15 Thread Bastien
Hi Matt, Matt Price writes: > Would we need a switch to permit the old syntax for people with > complex setups who don't want to change? Yes. We need to be more careful on being backward compatible. > - make src-clojure in customizable > ? > > Is this likely to

[O] Heading named "Footnotes" is deleted from export

2016-12-15 Thread Scott Otterson
This is interesting. A heading named "Footnotes" will be deleted from the export result (html, latex,...). --- example.org: Do "C-c C-e h o" or whatever on it -- * Heading 1 * Footnotes * Heading 3