[O] [PATCH] Honor the :python header argument in python src-blocks

2017-04-27 Thread Nathaniel Nicandro
Hello, This is my first post to the mailing list and I just wanted to say thank all of you for making such a great piece of code! Below is a patch that should fix the problem where a python session was being initiated without first checking the :python header argument. --- PATCH --- From a

Re: [O] org-src--contents-for-write-back : preserve original major-mode, and avoid mixing tabs and spaces in org-mode buffers

2017-04-27 Thread Nicolas Goaziou
Hello, Brent Goodrick writes: > In the current implementation of org-src--contents-for-write-back, the > `with-temp-buffer` uses fundamental-mode. Correct. > Later, while inside that temp buffer, spaces are inserted in to indent > the entire source block over to where it needs to be (in my ori

Re: [O] sort habits by priority

2017-04-27 Thread Nicolas Goaziou
Hello, Jesse Johnson writes: > I want to sort habits by priority, such that priority overrides all > other criteria (schedule, deadline, consistency, etc.). > > In attempting to implement this I discovered that > org-habit-get-priority is an inline function and thus cannot be > overridden by the

Re: [O] More clocktable breakage

2017-04-27 Thread Nicolas Goaziou
Achim Gratz writes: > and org-at-block-p only matches in the first line of a dynamic block, [...] > N.B.: The regex used in org-at-block-p is overbroad since it matches the > whole block, I think it should use org-at-dblock-start-re instead. This old and buggy function has nothing to do with t

[O] sort habits by priority

2017-04-27 Thread Jesse Johnson
I want to sort habits by priority, such that priority overrides all other criteria (schedule, deadline, consistency, etc.). In attempting to implement this I discovered that org-habit-get-priority is an inline function and thus cannot be overridden by the user. There seems to be no straightfor

Re: [O] Bug: org-agenda-columns failing when Diary entries are included [9.0.5 (9.0.5-dist @ /home/ohanluaine/eibhear_org/lisp/org-9/lisp/)]

2017-04-27 Thread Nicolas Goaziou
Hello, "Éibhear" writes: > I believe there's a bug in org-mode 9.0 when calling > org-agenda-columns in an agenda view that includes items from the > emacs diary file. > > To reproduce > > 1. Setup: >The following shell commands should build the test case. > > # a) Create a loca

Re: [O] More clocktable breakage

2017-04-27 Thread Achim Gratz
Nicolas Goaziou writes: #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend "<2006-08-10 Thu 12:00>" #+END: clocktable > > These are not timestamps. Even though they look like timestamps, you > wouldn't want them to appear in the agenda. So `org-at-timestamp-p'

Re: [O] More clocktable breakage

2017-04-27 Thread Nicolas Goaziou
Achim Gratz writes: > Achim Gratz writes: >> Nicolas Goaziou writes: >>> At the moment, I cannot reproduce it. I tried M-up in the following >>> document: >>> >>> #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend >>> "<2006-08-10 Thu 12:00>" >>> #+END: clocktable These are no

Re: [O] hyperlink type for Claws-mail

2017-04-27 Thread Nick Dokos
Saša Janiška writes: > Hello, > > I do wonder if there is some way to add hyperlink type for Claws-mail? > org-link-set-parameters. There are examples of its use for gnus, rmail, mhe, eww, w3m, irc and a few others in the source. AFAICT, almost all of them define two functions, one to follow th

Re: [O] More clocktable breakage

2017-04-27 Thread Achim Gratz
Achim Gratz writes: > Nicolas Goaziou writes: >> At the moment, I cannot reproduce it. I tried M-up in the following >> document: >> >> #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend "<2006-08-10 >> Thu 12:00>" >> #+END: clocktable > > The breakage happens in this clause in o

[O] Bug: org-agenda-columns failing when Diary entries are included [9.0.5 (9.0.5-dist @ /home/ohanluaine/eibhear_org/lisp/org-9/lisp/)]

2017-04-27 Thread Éibhear
Hi, I believe there's a bug in org-mode 9.0 when calling org-agenda-columns in an agenda view that includes items from the emacs diary file. To reproduce 1. Setup: The following shell commands should build the test case. # a) Create a location for this test case: mkdir -vp ~/tmp