From: Daniel Clemente <n142857@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: org-mode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Custom agenda question
Date: Wed, 26 Aug 2009 14:04:44 +0200 [thread overview]
Message-ID: <87fxbebx2b.fsf@CPU107.opentrends.net> (raw)
In-Reply-To: <9E989035-306A-4A27-B8AB-37CAC5D09D4A@gmail.com> (Carsten Dominik's message of "Mon, 24 Aug 2009 20:03:17 +0200")
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
next prev parent reply other threads:[~2009-08-26 12:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-19 2:44 Custom agenda question Anthony Fairchild
2009-08-19 6:34 ` Manish
2009-08-19 9:34 ` Carsten Dominik
2009-08-19 9:59 ` Manish
2009-08-23 16:57 ` Carsten Dominik
2009-08-24 0:21 ` Manish
2009-08-24 18:03 ` Carsten Dominik
2009-08-25 8:40 ` Manish
2009-08-25 8:55 ` Carsten Dominik
2009-08-25 13:57 ` Bernt Hansen
2009-08-25 16:06 ` Carsten Dominik
2009-08-26 11:12 ` Carsten Dominik
2009-08-26 11:32 ` Bernt Hansen
2009-08-27 16:38 ` Bernt Hansen
2009-08-28 8:44 ` Carsten Dominik
2009-08-28 12:06 ` Bernt Hansen
2009-08-28 12:18 ` Bernt Hansen
2009-08-25 12:36 ` Peter Westlake
2009-08-26 12:04 ` Daniel Clemente [this message]
2009-08-26 12:28 ` Carsten Dominik
2009-08-26 16:11 ` Daniel Clemente
2009-08-26 17:09 ` Phil Rooke
2009-08-27 8:08 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fxbebx2b.fsf@CPU107.opentrends.net \
--to=n142857@gmail.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).