Re: [O] Bug: org-agenda-list attempts to add text properties to agenda header even if org-agenda-overriding-header is set to "" [9.2.4 (release_9.2.4-386-gb855ac @ /home/nick/elisp/org-mode/lisp/)]

2019-07-06 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Evaluate the following form: > > (let ((org-agenda-overriding-header "")) (org-agenda-list)) > > It fails with > > org-agenda-list: Args out of range: 0, 1 Fixed. Thank you. Regards, -- Nicolas Goaziou

[O] Bug: org-agenda-list attempts to add text properties to agenda header even if org-agenda-overriding-header is set to "" [9.2.4 (release_9.2.4-386-gb855ac @ /home/nick/elisp/org-mode/lisp/)]

2019-07-02 Thread Nick Dokos
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Bug: org-agenda-list fails with "wrong-type-argument stringp nil" from org-agenda-skip [8.3.5 (8.3.5-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20160801/)]

2016-08-10 Thread Kaushal Modi
FWIW I do not see this issue on the latest version of org on the master (dev) branch. Based on the backtrace, it looks like for some reason comment-start-skip is nil in your emacs session. Here's the definition of org-agenda-skip: (defun org-agenda-skip () "Throw to `:skip' in places that

Re: [O] Bug: org-agenda-list fails with "wrong-type-argument stringp nil" from org-agenda-skip [8.3.5 (8.3.5-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20160801/)]

2016-08-05 Thread Robert Irelan
Trying again since it wasn't received the first time. On Tue, Aug 2, 2016 at 12:02 PM Robert Irelan wrote: > Ever since updating to 20160801, I've encountered the following error > whenever trying to run org-agenda-list: > > Debugger entered--Lisp error:

[O] Bug: org-agenda-list fails with "wrong-type-argument stringp nil" from org-agenda-skip [8.3.5 (8.3.5-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20160801/)]

2016-08-05 Thread Robert Irelan
Ever since updating to 20160801, I've encountered the following error whenever trying to run org-agenda-list: Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) org-agenda-skip() org-agenda-get-deadlines()

Re: [O] [BUG] org-agenda-list

2013-07-11 Thread Bastien
Hi Nick, Nick Dokos ndo...@gmail.com writes: I just pulled and I get the attached backtrace from org-agenda-list. I tried with -q -l minimal.emacs and it's still there. It's probably caused by commit 42691788273cecb75ec620d40cc5394d2cd95ed1. When I revert that, the agenda comes up properly.

Re: [O] [BUG] org-agenda-list

2013-07-11 Thread Rainer Stengele
Am 11.07.2013 08:38, schrieb Bastien: Hi Nick, Nick Dokos ndo...@gmail.com writes: I just pulled and I get the attached backtrace from org-agenda-list. I tried with -q -l minimal.emacs and it's still there. It's probably caused by commit 42691788273cecb75ec620d40cc5394d2cd95ed1. When I

Re: [O] [BUG] org-agenda-list

2013-07-11 Thread Bastien
Rainer Stengele rainer.steng...@online.de writes: Yes, the fix works! Applied, thanks. -- Bastien

Re: [O] [BUG] org-agenda-list

2013-07-11 Thread Nick Dokos
Bastien b...@gnu.org writes: Rainer Stengele rainer.steng...@online.de writes: Yes, the fix works! Applied, thanks. Thanks! I just pulled again and I don't see the error any more. -- Nick

Re: [O] [BUG] org-agenda-list

2013-07-11 Thread Charles
On 7/11/2013 8:50 AM, Nick Dokos wrote: Bastien b...@gnu.org writes: Rainer Stengele rainer.steng...@online.de writes: Yes, the fix works! Applied, thanks. Thanks! I just pulled again and I don't see the error any more. Thank you Nick. I can now uncomment my (:newline . t)'s Charlie

Re: [O] [BUG] org-agenda-list

2013-07-11 Thread Charles
On 7/11/2013 1:51 PM, Charles wrote: Thank you Nick. I can now uncomment my (:newline . t)'s Charlie Oops, that's (:newline . nil)

[O] [BUG] org-agenda-list

2013-07-10 Thread Nick Dokos
I just pulled and I get the attached backtrace from org-agenda-list. I tried with -q -l minimal.emacs and it's still there. It's probably caused by commit 42691788273cecb75ec620d40cc5394d2cd95ed1. When I revert that, the agenda comes up properly. Org-mode version 8.0.5 (release_8.0.5-334-g1b1469

Re: [O] [BUG] org-agenda-list

2013-07-10 Thread Noorul Islam K M
Nick Dokos ndo...@gmail.com writes: I just pulled and I get the attached backtrace from org-agenda-list. I tried with -q -l minimal.emacs and it's still there. It's probably caused by commit 42691788273cecb75ec620d40cc5394d2cd95ed1. When I revert that, the agenda comes up properly. Org-mode