-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
First of all, thanks for coming up with this gorgeous package! Has
helped me a lot in organizing my daily priorities and tracking tasks,
I love using it.
In org-agenda, I normally move around using n
, p
, which invokes
org-agenda-next-line
etc. Somehow, when I place my cursor on
headings of org-super-agenda groups, e.g, the Schedule
below:
Day-agenda (W37):
Tuesday 11 September 2018
|Schedule
8:00...... ----------------
10:00...... ----------------
then the keybindings for n
and p
becomes self-insert-command
instead, and echo area shows "Buffer is read-only: #<buffer *Org Agenda(a)*>
. In the describe-mode
, I can see it's still Org-Agenda Day Ddl mode
. I can also see that n
, C-n
and <down>
are mapped
to org-agenda-next-line
, and the other two keybindings still work.
Not sure if it happens to others?
M-x emacs-info: GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-08-30
;; org-super-agenda
(setq org-super-agenda-groups
'((:log t)
(:name "Schedule"
:time-grid t)
(:name "Today"
:scheduled today)
(:name "Due today"
:deadline today)
(:name "Overdue"
:deadline past)
(:name "Due soon"
:deadline future)
(:habit t)
(:name "Unimportant"
:todo ("SOMEDAY" "MAYBE" "CHECK" "TO-READ" "TO-WATCH")
:order 100)
(:name "Waiting..."
:todo "WAITING"
:order 98)
(:name "Scheduled earlier"
:scheduled past)))
(org-super-agenda-mode)
(setq org-agenda-sticky t)
Metadata
Metadata
Assignees
Labels
No labels