emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Bernt Hansen <bernt@norang.ca>
Cc: emacs-orgmode@gnu.org
Subject: Re: BUG: column view and HTML export
Date: Thu, 17 Jan 2008 12:02:36 +0100	[thread overview]
Message-ID: <96BE7205-7EE5-4E9E-8C66-D91373F11F92@science.uva.nl> (raw)
In-Reply-To: <87k5m9fb3z.fsf@gollum.intra.norang.ca>


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

      reply	other threads:[~2008-01-17 11:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-17  2:18 BUG: column view and HTML export Bernt Hansen
2008-01-17 11:02 ` Carsten Dominik [this message]

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=96BE7205-7EE5-4E9E-8C66-D91373F11F92@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=bernt@norang.ca \
    --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).