Re: [O] Tangling flow control

2016-11-09 Thread Charles C. Berry
On Wed, 9 Nov 2016, Philip Hudson wrote: On 9 November 2016 at 21:41, Charles C. Berry wrote: The org src block is just a container. Its body is a src block template that gets copied into the variable `tmpl', which if filled and placed in file can be tangled. That makes sense, but it seems t

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Alan Tyree
On 10 November 2016 at 10:47, Samuel Wales wrote: > iirc we've discussed whether planning lines (i.e. scheduled, deadline, > closed at this time) should be flexible. we concluded to make them > strict. > > check archives for the discussion. :) everything goes through this > mailing list. > > OK

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Samuel Wales
iirc we've discussed whether planning lines (i.e. scheduled, deadline, closed at this time) should be flexible. we concluded to make them strict. check archives for the discussion. :) everything goes through this mailing list. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The di

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Alan Tyree
On 10 November 2016 at 10:36, Nicolas Goaziou wrote: > Hello, > > Alan L Tyree writes: > > > On 10/11/16 05:51, Philip Hudson wrote: > > > Also, if this really is the case, then the manual needs to be > > modified. Under 8.1, it says > > > > " A timestamp can appear anywhere in the headline or b

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-09 Thread Samuel Wales
On 11/9/16, cesar mena wrote: > 17:00.. Sched. 3x: TODO test you got this running the testcase? there is no xyzzy there. > did you check the value of org-agenda-repeating-timestamp-show-all as > nicolas suggested? it is emacs -Q, and it is not changed in the testcase code.

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Nicolas Goaziou
Hello, Alan L Tyree writes: > On 10/11/16 05:51, Philip Hudson wrote: > Also, if this really is the case, then the manual needs to be > modified. Under 8.1, it says > > " A timestamp can appear anywhere in the headline or body of an Org tree > entry." Section 8.1 is about regular time-stamps,

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Nicolas Goaziou
Hello, Philip Hudson writes: > On 9 November 2016 at 14:20, Marco Wahl wrote: >> In particular, no blank line is allowed between PLANNING and HEADLINE. > > I just checked, and was surprised to find that M-x org-lint RET does > *not* catch this. Is this a bug in org-lint, or does org-lint no

Re: [O] Blank lines after headline and before :PROPERTIES: etc

2016-11-09 Thread Nicolas Goaziou
Hello, Charles Millar writes: > Is it stated anywhere in the Org manual that blank lines are not > allowed after headlines or certain other elements. Quoting (info "(org) Property syntax"), Properties are key-value pairs. When they are associated with a single entry or with a tree they nee

Re: [O] Tangling flow control

2016-11-09 Thread Philip Hudson
On 9 November 2016 at 21:41, Charles C. Berry wrote: > The org src block is just a container. Its body is a src block template that > gets copied into the variable `tmpl', which if filled and placed in file can > be tangled. That makes sense, but it seems to conflict with what you illustrate: #+

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-09 Thread Samuel Wales
On 11/9/16, cm...@pobox.com wrote: >> SCHEDULED: <2016-11-07 Mon 17:00> > this example does not have a repeater though. without a repeater, you > are right, it does not show in the time grid. oops. please put .+1d on that now try it for me it only shows a 3x. it does not show in time grid. t

Re: [O] Tangling flow control

2016-11-09 Thread Charles C. Berry
On Wed, 9 Nov 2016, Philip Hudson wrote: On 9 November 2016 at 17:54, Charles C. Berry wrote: On Tue, 8 Nov 2016, Philip Hudson wrote: [snip] How do you do "looping" flow control? For context, what I'm trying to write is a single Org file from which I can tangle out a number of =~/.ssh/con

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Alan L Tyree
On 10/11/16 05:51, Philip Hudson wrote: On 9 November 2016 at 14:20, Marco Wahl wrote: In particular, no blank line is allowed between PLANNING and HEADLINE. I just checked, and was surprised to find that M-x org-lint RET does *not* catch this. Is this a bug in org-lint, or does org-lint

Re: [O] Tangling flow control

2016-11-09 Thread Philip Hudson
On 9 November 2016 at 17:54, Charles C. Berry wrote: > On Tue, 8 Nov 2016, Philip Hudson wrote: > > [snip] >> >> How do you do "looping" flow control? >> >> For context, what I'm trying to write is a single Org file from which >> I can tangle out a number of =~/.ssh/config= files, one for each of

Re: [O] Adapting to orgmode 9.0: deprecated usage of (org-pdfview-open link) - howto ?

2016-11-09 Thread AW
Am Mittwoch, 9. November 2016, 18:00:50 CET schrieb Pablo S. Casas: > From: AW > Subject: [O] Adapting to orgmode 9.0: deprecated usage of (org-pdfview-open > link) - howto ? Date: Wed, 09 Nov 2016 11:01:13 +0100 > > > OK, I don't speak lisp, but I tried this in my .emacs: > > > > , > > >

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-09 Thread Samuel Wales
On 11/8/16, cesar mena wrote: > i just tried this on maint, and it does show up in the time grid as > well. are you running it with today only in the agenda? i.e. not weekly. i am still getting the bug in org maint, with debian jessie emacs 24.4.1. here is the mce. i did: put this in $dorg/c

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Philip Hudson
On 9 November 2016 at 14:20, Marco Wahl wrote: > In particular, no blank line is allowed between PLANNING and HEADLINE. I just checked, and was surprised to find that M-x org-lint RET does *not* catch this. Is this a bug in org-lint, or does org-lint not intend to catch this sort of thing?

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-09 Thread Nick Dokos
Nick Dokos writes: > Samuel Wales writes: > >> i recommend searching for carsten's history of the timeline. it was >> detailed and possibly includes ideas for emulating it in agenda. part >> of the issue was that the timeline was invented before some new >> features, possibly including repeate

Re: [O] Tangling flow control

2016-11-09 Thread Charles C. Berry
On Tue, 8 Nov 2016, Philip Hudson wrote: [snip] How do you do "looping" flow control? For context, what I'm trying to write is a single Org file from which I can tangle out a number of =~/.ssh/config= files, one for each of several hosts on a LAN. Within this file I need to repeatedly place a

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-09 Thread Nick Dokos
Samuel Wales writes: > i recommend searching for carsten's history of the timeline. it was > detailed and possibly includes ideas for emulating it in agenda. part > of the issue was that the timeline was invented before some new > features, possibly including repeaters, but did not get updated

Re: [O] Adapting to orgmode 9.0: deprecated usage of (org-pdfview-open link) - howto ?

2016-11-09 Thread Pablo S . Casas
From: AW Subject: [O] Adapting to orgmode 9.0: deprecated usage of (org-pdfview-open link) - howto ? Date: Wed, 09 Nov 2016 11:01:13 +0100 > OK, I don't speak lisp, but I tried this in my .emacs: > > , > | (add-to-list 'org-file-apps '("\\.pdf\\'" . (lambda (link) ( org-pdfview- > open)))

Re: [O] outline-up-heading ignoring hidden levels of headings

2016-11-09 Thread Marco Wahl
Hi! > Since I recently upgraded my Org-mode maint branch to 8.3.4 > (release_8.3.4-1384-gc61ee8)[1], one behavior changed to a worse one. > > Before: > > Given an Org-mode buffer whose headings are all collapsed. When I > open a task (heading) from my agenda, the corresponding heading *and > all o

Re: [O] DEADLINE: position in entry

2016-11-09 Thread Marco Wahl
Hi! Alan Tyree writes: > Is this the way it should be? The first DEADLINE: shows up both as a > warning and on the due date in the agenda, but the second one does not. It > only works for me if the DEADLINE: is the first line after the heading. > Version 9, emacs 24 > > *** test 1 > DEADLINE: <2

[O] Blank lines after headline and before :PROPERTIES: etc

2016-11-09 Thread Charles Millar
Hi, I am not a programmer, coder, whatever, and realize that many of you are used to inferring certain conditions by examples given in manuals, etc. Is it stated anywhere in the Org manual that blank lines are not allowed after headlines or certain other elements. If not, could such "enligh

[O] org-contacts bug when completing tags in gnus

2016-11-09 Thread Alan Schmitt
Hello, I'm giving org-contacts a try, and I'm having an error when I'm trying to complete a tag (something should be a sequence but it's a number). Digging a little into it, it seems that the problem is during hilighting, where a fontified string is returned by all-completions instead of a list (i

[O] PSA :) for org-reveal users..easy colors everywhere thx to John Kitchen :D

2016-11-09 Thread Xebar Saram
Hi all! i just wanted to share this: http://kitchingroup.cheme.cmu.edu/blog/2016/11/08/New-color-link-in-org-9-0-using-font-lock-to-color-the-text/ in short using the new org 9.0 features one can easily add colors to headers, lines ,words etc with the new color: link types (the code is at the si

[O] Bug: Wrong effort sums in hierarchy when org-time-clocksum-use-effort-durations is set

2016-11-09 Thread Björn Döring
When columns view is opened with an "%Effort{:}" column, the sum is only correct for the first parent element. Whereas "hours" are propagated up the hierarchy, "days" are reset to zero when going up more than one hierarchy. Example: * Level 1 ** Level 2 *** Level 3 Level 4 :PROPERTIES: :Effo

[O] Adapting to orgmode 9.0: deprecated usage of (org-pdfview-open link) - howto ?

2016-11-09 Thread AW
Hi! To display a PDF from orgmode, I'm using pdf-tools and a package called org- pdfview. Code from .emacs to this end: , | (eval-after-load 'org '(require 'org-pdfview)) | (delete '("\\.pdf\\'" . default) org-file-apps) | (add-to-list 'org-file-apps '("\\.pdf\\'" . (org-pdfview-open link

[O] DEADLINE: position in entry

2016-11-09 Thread Alan Tyree
Is this the way it should be? The first DEADLINE: shows up both as a warning and on the due date in the agenda, but the second one does not. It only works for me if the DEADLINE: is the first line after the heading. Version 9, emacs 24 *** test 1 DEADLINE: <2016-11-19 Sat> *** test 2 DEADLINE: <

[O] outline-up-heading ignoring hidden levels of headings

2016-11-09 Thread Karl Voit
Hi! Since I recently upgraded my Org-mode maint branch to 8.3.4 (release_8.3.4-1384-gc61ee8)[1], one behavior changed to a worse one. Before: Given an Org-mode buffer whose headings are all collapsed. When I open a task (heading) from my agenda, the corresponding heading *and all of its "upstrea

[O] Bug: Wrong effort sums in hierarchy when org-time-clocksum-use-effort-durations is set

2016-11-09 Thread Björn Döring
Hi, when columns view is opened with an "%Effort{:}" column, the sum is only correct for the first parent element. Whereas "hours" are propagated up the hierarchy, "days" are reset to zero when going up more than one level in the hierarchy. Example: * Level 1 ** Level 2 *** Level 3 Level 4