From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Custom agenda question Date: Wed, 26 Aug 2009 14:28:02 +0200 Message-ID: <60005D51-BAB7-4F57-9794-FA170B8739EE@gmail.com> References: <8BDFAE1E-5B8A-41C5-BA79-15D5E068EF1B@gmail.com> <9E989035-306A-4A27-B8AB-37CAC5D09D4A@gmail.com> <87fxbebx2b.fsf@CPU107.opentrends.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgHbs-000564-KI for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 08:28:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgHbo-00053b-01 for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 08:28:16 -0400 Received: from [199.232.76.173] (port=44134 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgHbn-00053P-Nj for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 08:28:11 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:52854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgHbm-0002kD-TI for emacs-orgmode@gnu.org; Wed, 26 Aug 2009 08:28:11 -0400 Received: by ewy7 with SMTP id 7so98979ewy.31 for ; Wed, 26 Aug 2009 05:28:05 -0700 (PDT) In-Reply-To: <87fxbebx2b.fsf@CPU107.opentrends.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Daniel Clemente Cc: org-mode Mailinglist On Aug 26, 2009, at 2:04 PM, Daniel Clemente wrote: > 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 =20 > ***** TODO try to reproduce > ***** fix it > > And the TODO would show in the agenda as just =84try to reproduce=93, = =20 > 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 =20= > view. Not with C-p. > > The following (ding) is being run on next-line due to the condition =20= > 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) Interesting. But I cannot reproduce it. - Carsten