From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug? - can't set effort from agenda Date: Mon, 25 Oct 2010 17:45:59 +0200 Message-ID: <6BF1B703-5BB3-4DA7-8EDA-22F7A622B3B5@gmail.com> References: <4CC46C69.31242.6E17171@george.canals.com> <4CC55BFC.24040.A8944AB@george.canals.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57817 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAQTc-0001li-2m for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 13:04:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAQDY-0003SZ-68 for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 12:48:17 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:34298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAQDY-0003SH-1l for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 12:48:16 -0400 Received: by ewy25 with SMTP id 25so1739859ewy.0 for ; Mon, 25 Oct 2010 09:48:14 -0700 (PDT) In-Reply-To: <4CC55BFC.24040.A8944AB@george.canals.com> 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: George Pearson Cc: emacs-orgmode@gnu.org On Oct 25, 2010, at 4:29 PM, George Pearson wrote: > On 25 Oct 2010 at 8:12, Carsten Dominik wrote: > >> Hi George, >> >> why do you keep us guessing about your setup and file. Post >> your setup and an example file (as minimal as possible). >> You really do not give us *anything* to hook on to. I was really too harsh here, my apologies. However, what we still need is this: Make your file as small as possible so that it still repeats the bug. So like #+STARTUP: odd #+STARTUP: hidestars #+STARTUP: logdone #+SEQ_TODO: TODO NEXT PENDING | DONE(d!) CANCELLED(c@) #+TAGS: [redacted] * TODO some task * something with a date <2010-10-10 Thu> etc etc. Then: how do you construct the agenda view? Is it the daily agenda, or a TODO list. What does it look like? In which line is the cursor when you press "e"? Is that line linking to the first task in your org file, or the last? If I can reproduce a bug, I can fix it (well almost always...). - Carsten > > What else is needed? My second post contained the output of > org-submit-bug-report and, in the section you quoted below, are > the first lines of master.org (the file referred to in the error) > up until the first headline. > >> On Oct 24, 2010, at 11:27 PM, George Pearson wrote: >> >>> On 24 Oct 2010 at 15:45, George Pearson wrote: >>> >>>> The problem has now changed though, since I added this line to my >>>> two >>>> org files: >>>> >>>> #+PRIORITIES: A Z Z >>>> >>>> Now when I type "e" on a task in the agenda, and hit a number key >>>> to >>>> set the effort, I get the following: >>>> >>>> byte-code: Before first headline at position 223 in buffer >>>> master.org. >>>> >>>> Position 223 is the 1st character of the line following the >>>> priorities >>>> line. I have also seen position 203, which is the first >>>> character of >>>> the "priorities" line itself. Unfortunately, it would be a bit >>>> time- >>>> consuming for me to remove the "priorities" line, as I now have a >>>> number of tasks outside of the usual A-C range that would need to >>>> be >>>> adjusted first. Can do it if necessary though. >>> >>> I have removed the "#+PRIORITIES" line and replaced it with >>> customized >>> settings (i.e. in .emacs). Same problem setting effort in the >>> agenda >>> though: >>> >>> byte-code: Before first headline at position 203 in buffer >>> master.org >>> >>> Position 203 is now the beginning of the blank line after my other >>> #+ >>> lines and before the first headline. Here are the lines preceding >>> position 203: >>> >>> #+STARTUP: odd >>> #+STARTUP: hidestars >>> #+STARTUP: logdone >>> #+SEQ_TODO: TODO NEXT PENDING | DONE(d!) CANCELLED(c@) >>> #+TAGS: [redacted] >>> >>> >>> Ideas? >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode