[O] Bug: Org Agenda Custom Search Excludes Non Active Keywords [9.0.5 (9.0.5-elpa @ c:/emacs/.emacs.d/elpa/org-20170210/)]

2017-03-05 Thread Kevin Foley
I set an agenda command to search for "DONE" todo items using "/DONE". This search works when selecting "t" from org-agenda, however when using a custom command with tags-todo it seems non active TODO keywords are excluded. Per the advanced searching page at

Re: [O] [PATCH] Fix issue with ob-clojure not returning output

2017-03-05 Thread Tim Cross
Sure. Commit message Fix incorrect argument call in ob-clojure.el org-babel-execute-clojure was calling nrepl-sync-request:eval and nrepl-request:eval with the session ID as the 3rd argument when the functions expected a clojure namespace. Replaced (cider-current-session) with

Re: [O] Handling tasks that span multiple projects

2017-03-05 Thread Eric S Fraga
I tend to not have a project hierarchy but instead use tags to identify projects so that a given task can belong to more than one project. -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.4-242-g2c27b8 signature.asc Description: PGP signature

Re: [O] Bug: org-agenda-skip-deadline-prewarning-if-scheduled as pre-scheduled has no effect [9.0.5 (9.0.5-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-03-05 Thread Jorge Morais Neto
On 5 March 2017 at 15:03, Nicolas Goaziou wrote: > It has an effect, but you are enforcing a pre-warning delay of 6 days. > in the time stamp above. > > I think local syntax overrides global settings. IOW, I don't think this > qualifies as a bug. It would have been useful

Re: [O] limitation for macro expansion

2017-03-05 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > I'm can't expand macro with prefix. Is there any limitation for macro > expansion listed in the doc? I don't think so. > * test > - It works with chars around like this: Aa{{{author}}}bB. > - It works with numbers around like this:

[O] Elpy in python code blocks

2017-03-05 Thread Doyley, Marvin M.
Doesn't anybody know how to enable elpy mode when writing python or ipython code blocks. Thanks, M Sent from my iPad

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

2017-03-05 Thread Nicolas Goaziou
Hello, Thank you. Some comments follow. Eduardo Bellani writes: > org-clock.el: Fix clocktable scope parameter Why is it a "fix"? I think this patch belongs to master branch, not maint. > * lisp/org-clock.el (org-dblock-write:clocktable): Funcall the scope > argument

Re: [O] Elpy in python code blocks

2017-03-05 Thread John Kitchin
I am not sure what you mean. (elpy-enable) in an init file does it for me. It is only active in the special edit mode, e.g. C-c ' in the code block. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University

Re: [O] Elpy in python code blocks

2017-03-05 Thread Doyley, Marvin M.
Thanks for the quick response, I'll try to special edit mode. Cheers, M --- Sent from my iPhone I apologize in advance for any typos or spellings errors On Mar 5, 2017, at 10:58 AM, John Kitchin > wrote: I am not sure what you mean.

[O] Handling tasks that span multiple projects

2017-03-05 Thread Adrian Bradd
Hello, I have seen examples of GTD or GTD-like workflows that use a project based management system like below: * Project 1 ** Tasks * Project 2 ** Tasks * Tasks * Incoming In my work I typically encounter a task that is common to multiple projects. I haven't found any example of how to handle

Re: [O] Clocktable creates superfluous columns

2017-03-05 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> I'm a bit surprised that was the case. When fixing the clocktable, >> I also wondered what was the expected behaviour in that case, did some >> quick tests and came to the conclusion empty columns were fine. > > I

Re: [O] agenda: past due deadlines *also* showing up under today's date

2017-03-05 Thread Sébastien Delafond
On 2017-03-05, Nicolas Goaziou wrote: > I don't think so. Maybe we need to implement an equivalent to > `org-scheduled-past-days' for deadlines. That'd be awesome :) In the meantime, I'll try and see if migrating from "deadline" to "scheduled" can sort of achieve the

Re: [O] Bug: Org Agenda Custom Search Excludes Non Active Keywords [9.0.5 (9.0.5-elpa @ c:/emacs/.emacs.d/elpa/org-20170210/)]

2017-03-05 Thread Nicolas Goaziou
Hello, Kevin Foley writes: > I set an agenda command to search for "DONE" todo items > using "/DONE". This search works when selecting "t" from > org-agenda, however when using a custom command with tags-todo it seems non > active TODO > keywords are excluded. > > Per the

Re: [O] Elpy in python code blocks

2017-03-05 Thread Doyley, Marvin M.
Works like a charm, I wasn’t aware of the special edit mode. I guess I need to reread the manual, its been awhile :) Cheers, M > On Mar 5, 2017, at 10:58 AM, John Kitchin wrote: > > I am not sure what you mean. (elpy-enable) in an init file does it for me. It > is only

Re: [O] Bug report: export to HTML does not escape * in example

2017-03-05 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > On Wed, 1 Mar 2017, Nicolas Goaziou wrote: > >> Hello, >> >> D M German writes: >> >>> So the original issue (* not being escaped) will nonetheless appear when >>> the threshold is passed: >>> >> >> Fixed. Thank you.

Re: [O] agenda: past due deadlines *also* showing up under today's date

2017-03-05 Thread Nicolas Goaziou
Hello, Sébastien Delafond writes: > with 9.0.3, when using the timeline view of the agenda, I get a bunch of > "998 d. ago TODO [...]", "181 d. ago TODO [...]", etc entries under > today's date. > They correspond to past DEADLINE'd tasks, that also each show up under > their

Re: [O] [PATCH] Fix issue with ob-clojure not returning output

2017-03-05 Thread Nicolas Goaziou
Hello, Tim Cross writes: > The attached patch is a simple fix for the problem with ob-clojure using an > incorrect cider-current-session call instead of cider-current-ns. For > background on the issue see >

Re: [O] org-plus-contrib error org-mime.el

2017-03-05 Thread Nicolas Goaziou
Hello, Tim Cross writes: > Just ran into a problem due to the most recent org-plus-contrib > (org-plus-contrib-20170210) including org-mime.el. > > This file is no longer in the contrib directory of the repo and according > to the commit log > > commit

Re: [O] Bug: org-agenda-skip-deadline-prewarning-if-scheduled as pre-scheduled has no effect [9.0.5 (9.0.5-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170210/)]

2017-03-05 Thread Nicolas Goaziou
Hello, Jorge Morais Neto writes: > 1. Write a file named agenda_bug.org with the following content > (remove indentation): > *** TODO Dummy > SCHEDULED: <2017-03-06 Seg> DEADLINE: <2017-03-07 Ter ++1m -6d> It has an effect, but you are enforcing a pre-warning

Re: [O] org-bbdb-anniversaries-future

2017-03-05 Thread Nicolas Goaziou
Hello, Michael Welle writes: > Maybe it's a tiny change, if we strip the comments ;). It's not too > sophisticated, everyone could have done it. I definitely think it _is_ a tiny change. Some comments follow. > +(defun org-bbdb-anniversary-description (agenda-date

Re: [O] [PATCH] ox-confluence.el: Handle checkboxes and inactive timestamps correctly

2017-03-05 Thread Nicolas Goaziou
Hello, Marc Ihm writes: > Nicolas Goaziou writes: > >> >> It looks good. Could you provide a commit message? >> > > Yes, of course, albeit a bit lengthy: > > Fix handling of square brackets from timestamps and checkboxes; avoid > invalid confluence markup

[O] [PATCH] Add function evaluation parameter for the clocktable scope

2017-03-05 Thread Eduardo Bellani
org-clock.el: Add nullary function evaluation as a clocktable scope parameter * lisp/org-clock.el (org-dblock-write:clocktable): Funcall the scope argument if it is a function. * doc/org.texi: Document the feature of using a nullary function as the scope for the clocktable. *

Re: [O] limitation for macro expansion

2017-03-05 Thread Yasushi SHOJI
Hi Nicolas, On Sun, 05 Mar 2017 19:58:43 +0900, Nicolas Goaziou wrote: > > Yasushi SHOJI writes: > > * test > > - It works with chars around like this: Aa{{{author}}}bB. > > - It works with numbers around like this: 12{{{author}}}34. > > - It works with _ around like