[O] Is there a way to get all agenda TODOs programmatically?

2017-10-06 Thread Marcin Borkowski
Hi there, I'd like to get a list of all agenda TODOs, with titles and due dates. Is there something ready in Org/contrib/blogosphere to help me? The problem I'm trying to solve is to make some kind of a metric of how I'm doing with my TODO list, like "how many overdue tasks do I have", or even

Re: [O] [PATCH] org-clock: Fix clock report sometimes ignoring hours before :wstart

2017-10-06 Thread Georgiy Tugai
While implementing the test, I found a bug in my patch. Thanks for pointing out the test suite! :) Should I flatten the commits i.e. send original + new changes as one patch? Also, I have not yet signed FSF papers -- will this pose a problem for incorporating the test suite changes? Regards,

Re: [O] Heading/item insert commands

2017-10-06 Thread Nicolas Goaziou
Hello, Ingo Lohmar writes: > Hi Nicolas, > > I am not sure I understand: As I tried to make clear, I am *not* interested > in changing the UI for anybody but myself. I probably should have omitted > the "long-run" comment altogether. OK. I misunderstood your message.

Re: [O] Bug: Using org-backward-paragraph in the middle of a headline produces an error [9.1.2 (9.1.2-elpaplus @ /home/omar/.emacs.d/elpa/org-plus-contrib-20171004/)]

2017-10-06 Thread Nicolas Goaziou
Hello, Omar Antolin writes: > If you have an org buffer that contains just: > > * A headline > > And when the point is, say, on the `h`, you run `org-backward-paragraph` > you get the error message: "Wrong type argument: number-or-marker-p, > nil". It comes from the

Re: [O] Possible to Change Export Options Mid-Export?

2017-10-06 Thread Nicolas Goaziou
Hello, Keith Sutton writes: > The HTML export in ox-html.el has > org-html-table-use-header-tags-for-first-column. I have an org > document with a few tables. One of them is a grid to read off the > intersection of row and column, and should use header tags for the > first

[O] Possible to Change Export Options Mid-Export?

2017-10-06 Thread Keith Sutton
For most of the export options, it makes sense to set them up once and then leave them alone. There are occasionally some that seem like they should be able to be changed partway through an export, though. The HTML export in ox-html.el has org-html-table-use-header-tags-for-first-column. I have

Re: [O] Bug: org-capture-templates with %^t

2017-10-06 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Attached please find a patch that fixes these issues. It is a simple > change, but it brings the behavior of %^t and %^u vs. %^T and %^U into > line with the behavior of the interactive function org-time-stamp > without and with a prefix argument.

[O] Bug: Using org-backward-paragraph in the middle of a headline produces an error [9.1.2 (9.1.2-elpaplus @ /home/omar/.emacs.d/elpa/org-plus-contrib-20171004/)]

2017-10-06 Thread Omar Antolin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Bug: org-capture-templates with %^t

2017-10-06 Thread Matt Lundin
Matt Lundin writes: > Matt Lundin writes: > >> After commit 51b431d01365211d4c40b07729d5d11d82b9dfe2, >> org-capture-templates containing %^t do not work as expected. >> >> With this capture template, I am prompted to enter a time via >> org-read-date. The