emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Custom agenda question


From: Daniel Clemente
Subject: Re: [Orgmode] Custom agenda question
Date: Wed, 26 Aug 2009 14:04:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

El dl, ago 24 2009 a les 20:03, Carsten Dominik va escriure:
>
> Please get the latest version and press `E' in the agenda to
> toggle the display of a small amount (see variable
> `org-agenda-entry-text-maxlines') of text from the entry in
> the agenda.
>

I value this because I have some trees like:

**** a big bug: The file id "None" is not present in the tree <Inventory object…
***** TODO try to reproduce
***** fix it

  And the TODO would show in the agenda as just „try to reproduce“, which isn't 
enough context as to remember what is it about.
  Now with 1 key I can get rid of the confusion; thanks.


  I saw something strange: Emacs seems to beep with each C-n on that view. Not 
with C-p.

  The following (ding) is being run on next-line due to the condition 
end-of-buffer, I don't know why:

    (if (interactive-p)
        (condition-case nil
            (line-move arg nil nil try-vscroll)
          ((beginning-of-buffer end-of-buffer) (ding)))
      (line-move arg nil nil try-vscroll)))
  nil)

The call was:
(line-move 1 nil nil 1)



-- Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]