Re: Org Agenda Error

2022-06-13 Thread Bhavin Gandhi
On Sun, 12 Jun 2022 at 23:16, Bhavin Gandhi wrote: > 1. emacs -Q > 2. Create test.org with following content > > * TODO Repeating entry > SCHEDULED: <2022-05-01 Mon ++2d> > > 3. C-c C-t on the entry, shows the above error. And shifts the scheduled >date correctly. When this error appears, the

Re: Org Agenda Error

2022-06-12 Thread Michael Powe
hello, Thank you for the followup. Yes, I should have mentioned that the date is correctly updated following the error. Very odd, considering the text of the error message. Thanks. mp On 6/12/2022 13:46, Bhavin Gandhi wrote: Hello Michael On Sun, 12 Jun 2022 at 21:20, Michael Powe wrote:

Re: Org Agenda Error

2022-06-12 Thread Bhavin Gandhi
Hello Michael On Sun, 12 Jun 2022 at 21:20, Michael Powe wrote: > [MP] Error in post-command-hook (org-add-log-note): (error "Can’t expand > minibuffer to full frame") > [MP] 10 repeater intervals were not enough to shift date past today. > Continue? (y or n) y I have been seeing these with m

Org Agenda Error

2022-06-12 Thread Michael Powe
Hello, Not sure if this qualifies as a bug. This occurred when discarding an agenda item that was more than 60 days overdue. (The repeater is 6 days.) I imagine most people take better care of their agenda. ;-) TODO state changed to DISCARDED TODO state changed to TODO [MP] Error in post-com

Re: [O] org-agenda error

2016-03-15 Thread Peter Salazar
Update: I fixed the org-agenda problem. Turns out the problem was that I'd created my own custom defun called org-today, and it was interfering with org-agenda. The helm-org-in-buffer-headings error is still occurring. Thanks for any thoughts. On Tue, Mar 15, 2016 at 7:58 PM, Peter Salazar wrote

Re: [O] org-agenda error

2016-03-15 Thread Peter Salazar
Unfortunately, that's not the case (that helm-org-in-buffer-headings) is called in a non-org buffer. It happens whenever I call it from within any org-file. I also tried calling it from within a short, minimal org-file with just a few headings of various levels, and I get the same error. The error

Re: [O] org-agenda error

2016-03-10 Thread Nicolas Goaziou
Hello, Peter Salazar writes: > Any thoughts on that? I'm not sure if it's related, but I also get errors > when I try to call helm-org-in-buffer-headings. Somehow the backtrace gets > immediately erased, so here's a screenshot: > http://i.imgur.com/FoTiwoq.png >From the above, it looks like `he

Re: [O] org-agenda error

2016-03-09 Thread Peter Salazar
Any thoughts on that? I'm not sure if it's related, but I also get errors when I try to call helm-org-in-buffer-headings. Somehow the backtrace gets immediately erased, so here's a screenshot: http://i.imgur.com/FoTiwoq.png On Mon, Mar 7, 2016 at 10:40 AM, Peter Salazar wrote: > Well that's inte

Re: [O] org-agenda error

2016-03-07 Thread Peter Salazar
Well that's interesting. When I do C-u M-x org-reload and then call org-agenda, it displays correctly with no error. How do I debug? I already went into my config files and commented out all the code containing the word org-agenda, but the error still happens. On Mon, Mar 7, 2016 at 6:09 AM, Nic

Re: [O] org-agenda error

2016-03-07 Thread Nicolas Goaziou
Hello, Peter Salazar writes: > I'm suddenly getting "byte-code: Wrong type argument: number-or-marker-p, > nil" when I try to call org-agenda. This happens even when org-agenda-files > is set to nil. Here's the backtrace. Any thoughts on how I can track down > the source of the problem? Could y

[O] org-agenda error

2016-03-05 Thread Peter Salazar
Hey everyone, I'm suddenly getting "byte-code: Wrong type argument: number-or-marker-p, nil" when I try to call org-agenda. This happens even when org-agenda-files is set to nil. Here's the backtrace. Any thoughts on how I can track down the source of the problem? Thanks! Debugger entered--Lis

Re: [Orgmode] Org-mode version 6.30trans (release_6.30d.856.ga70c); Search in agenda buffer for todo keyword gives org-agenda-error: Command not allowed in this line

2009-09-18 Thread Carsten Dominik
of TODO and hit RET then navigation to display the task is broken. SPC and RET both return 'org-agenda-error: Command not allowed in this line' Searching for other keywords seems to break those but fix the tasks for the previous match. WORKAROUND: Hit 'g' in the agenda to red

[Orgmode] Org-mode version 6.30trans (release_6.30d.856.ga70c); Search in agenda buffer for todo keyword gives org-agenda-error: Command not allowed in this line

2009-09-18 Thread Bernt Hansen
Everybody has a todo keyword of 'TODO' right? :) If you generate a list of tasks with C-c a t and then search for 'TODO' with c-s TODO and then repeat C-s until you're on a task with a keyword of TODO and hit RET then navigation to display the task is broken. SPC and RE