From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG: column view and HTML export Date: Thu, 17 Jan 2008 12:02:36 +0100 Message-ID: <96BE7205-7EE5-4E9E-8C66-D91373F11F92@science.uva.nl> References: <87k5m9fb3z.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JFSWF-0004xM-4h for emacs-orgmode@gnu.org; Thu, 17 Jan 2008 06:02:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JFSWD-0004xA-4N for emacs-orgmode@gnu.org; Thu, 17 Jan 2008 06:02:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFSWD-0004x7-0X for emacs-orgmode@gnu.org; Thu, 17 Jan 2008 06:02:45 -0500 Received: from ug-out-1314.google.com ([66.249.92.172]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JFSWC-0001oY-By for emacs-orgmode@gnu.org; Thu, 17 Jan 2008 06:02:44 -0500 Received: by ug-out-1314.google.com with SMTP id a2so365878ugf.48 for ; Thu, 17 Jan 2008 03:02:42 -0800 (PST) In-Reply-To: <87k5m9fb3z.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org On Jan 17, 2008, at 3:18 AM, Bernt Hansen wrote: > Hi Carsten, > > I think I've found another bug... (sorry) No need to say sorry if you provide an exemplary report like you just did. Everybody listen up: Great example on how to report a bug! This is fixed for the next release, thanks. - Carsten > > > Here's my test case to reproduce the problem: > > ,----[ minimal.emacs ] > | (global-font-lock-mode t) > | (add-to-list 'load-path (expand-file-name "~/git/org-mode")) > | (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > | (require 'org-install) > | (define-key global-map "\C-ca" 'org-agenda) > | (custom-set-variables > | '(org-agenda-files (quote ("~/org/test.org")))) > | (setq org-use-fast-todo-selection t) > | ;;(org-agenda-list) > `---- > > ,----[ test.org ] > | #+STARTUP: contents > | * one > | ** TODO one-one > | * Two > | :PROPERTIES: > | :COLUMNS: %40ITEM(Task) %Estimated(Estimated Time){+} > | :END: > | #+BEGIN: columnview :hlines 1 :id local > | | Task | Estimated Time | > | |---------------------------+----------------| > | | * Two | 6 | > | | ** TODO Two-one | 4 | > | | ** TODO Refile me to one | 2 | > | #+END: > | > | ** TODO Two-one > | SCHEDULED: <2008-01-16 Wed> > | :PROPERTIES: > | :Estimated: 4 > | :END: > | ** TODO Refile me to one > | :PROPERTIES: > | :Estimated: 2 > | :END: > `---- > > $ emacs -q -l ~/minimal.emacs test.org > > | Key Sequence | Details | > |--------------+------------------------------------------| > | C-c C-a | Display all lines in the org file | > | C-c C-x C-c | Start column view | > | down arrow | until you are somewhere inside the table | > | C-c C-e h | Export to HTML (which works) | > | C-c C-e h | Export it again and it fails | > |--------------+------------------------------------------| > > I get the following error after the second export (and any attempts to > export after that) > > org-export-as-html: Text is read-only: "Type `e' to edit property" > > Is there any additional information I can provide to help fix this > problem? > > Thanks, > Bernt > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode