Re: [O] Closing a task yesterday (or changing the day cutoff to 4am)

2019-02-01 Thread Marcin Borkowski
On 2019-02-02, at 01:29, Leo Gaspard wrote: > Hello! > > I have a few tasks marked as `:STYLE: habit`. And I relatively often > finish one of those daily habits after midnight. > > Yet, I'd like to count it as having been finished the day before, so > that day switch time happens while I

[O] Closing a task yesterday (or changing the day cutoff to 4am)

2019-02-01 Thread Leo Gaspard
Hello! I have a few tasks marked as `:STYLE: habit`. And I relatively often finish one of those daily habits after midnight. Yet, I'd like to count it as having been finished the day before, so that day switch time happens while I sleep. I do understand that the best fix to this problem would

Re: [O] Bug: org-map-drill-entries fails in org-tags-expand on empty string

2019-02-01 Thread Stig Brautaset
Robert Irelan writes: > Patch to fix attached. I can confirm that this patch is required to make `org-drill' work for me in Org 9.2 Regards, Stig > From a3af9004fbc5a8a86ba8f990d393403ec671f9bf Mon Sep 17 00:00:00 2001 > From: Robert Irelan > Date: Wed, 23 Jan 2019 11:11:14 -0800 >

Re: [O] Bug: org-map-drill-entries fails in org-tags-expand on empty string

2019-02-01 Thread Robert Irelan
Hi, could someone take a look at this? Other people have noticed this issue: https://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00096.html On Wed, Jan 23, 2019 at 11:18 AM Robert Irelan wrote: > > Patch to fix attached. -- Robert Irelan rire...@gmail.com

Re: [O] Bug: src code blocks of type compilation-minor don't work when generating PDF [9.1.14 (9.1.14-dist @ /path/to/org/install/emacs/site-lisp/org/)]

2019-02-01 Thread Nick Dokos
John Ciolfi writes: > Hi > > Using following > > emacs -q --batch -L /path/to/org/install/emacs/site-lisp/org -l > my-org-to-pdf.el > > the generated PDF is incorrect. The "compilation-minor" code block gets > replaced with the "c" code block, i.e. the c code block is > duplicated. If you

[O] Bug: src code blocks of type compilation-minor don't work when generating PDF [9.1.14 (9.1.14-dist @ /path/to/org/install/emacs/site-lisp/org/)]

2019-02-01 Thread John Ciolfi
Hi Using following emacs -q --batch -L /path/to/org/install/emacs/site-lisp/org -l my-org-to-pdf.el the generated PDF is incorrect. The "compilation-minor" code block gets replaced with the "c" code block, i.e. the c code block is duplicated. If you generate HTML all is good. Running

Re: [O] org-today broken

2019-02-01 Thread Marcin Borkowski
On 2019-02-01, at 13:55, Marco Wahl wrote: > Kyle Meyer writes: > >> Samuel Wales writes: >> >>> recent versions of maint and probably master have nil instead of >>> current time in org-today. >>> >>> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) >>>

Re: [O] org-today broken

2019-02-01 Thread Marco Wahl
Kyle Meyer writes: > Samuel Wales writes: > >> recent versions of maint and probably master have nil instead of >> current time in org-today. >> >> Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) >> time-subtract(nil (0 0 0)) >> org-today() >> (message "org

[O] org-icalendar: Change dates to today in VEVENT export

2019-02-01 Thread Michaƫl Cadilhac
Hi there yall; I use org-icalendar to export my TODOs and events to an ics, that is then imported in Google Calendar. As far as I can see, Google Calendar still doesn't support VTODOs, so only the VEVENTs are relevant. *My goal is to have my day on Google Calendar looks like my Org Agenda; *in

Re: [O] [PATCH] Add feature to org-drill to auto pronounce word

2019-02-01 Thread Stig Brautaset
stardiviner writes: [...] > @@ -1486,7 +1521,7 @@ the current topic." > (funcall test)) > (hide-subtree)) > (push (point) drill-sections))) > - "" 'tree)) > + nil 'tree)) > (reverse drill-sections))) Could we have this part