From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Dale <dale@codefu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: Column mode display broken after adding PROPERTIES drawer [8.3.1 (release_8.3.1-176-g45abec @ /tmp/minimal-org/org-mode/lisp/)]
Date: Wed, 26 Aug 2015 22:23:50 +0200 [thread overview]
Message-ID: <8761414x49.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAEj9N4KAxRa3Qp4atZPfG48OF9dUh4U3Ub8aoPTf=iRu2vvD2g@mail.gmail.com> (dale@codefu.org's message of "Tue, 25 Aug 2015 18:50:05 -0500")
Hello,
Dale <dale@codefu.org> writes:
> I believe I have found a bug with column mode in org-mode from Git
> (45abec0): if editing a column's value adds a PROPERTIES drawer then
> the column mode display becomes corrupted.
>
> Steps to reproduce:
>
> 1. Create an org-mode buffer with the following contents:
>
> ------8<------
> #+COLUMNS: %62ITEM(Task) %8Effort(Estimate){:}
> * Parent
> ** Test 1
> ** Test 2
> ------8<------
>
> 2. Move cursor to "Parent" headline
>
> 3. Enter column mode with C-c C-x C-c
>
> 4. Move cursor into "Estimate" column of "Test 1" task
>
> 5. Press "e" to edit the column's value and enter any value (e.g. 0:00)
>
> Expected visible buffer contents:
>
> ------8<------
> Task | Estimate |
> #+COLUMNS: %10ITEM(Task) %8Effort(Estimate){:}
> * Parent | 0:00 |
> ** Test 1 | 0:00 |...
> ** Test 2 | |
> ------8<------
>
> What I observed instead of that, the "Test 2" heading being moved onto
> the same line as "Test 1":
>
> ------8<------
> Task | Estimate |
> #+COLUMNS: %10ITEM(Task) %8Effort(Estimate){:}
> * Parent | 0:00 |
> ** Test 1 | 0:00 |...** Test 2 | |
> ------8<------
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
prev parent reply other threads:[~2015-08-26 20:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-25 23:50 Bug: Column mode display broken after adding PROPERTIES drawer [8.3.1 (release_8.3.1-176-g45abec @ /tmp/minimal-org/org-mode/lisp/)] Dale
2015-08-26 20:23 ` Nicolas Goaziou [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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8761414x49.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=dale@codefu.org \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.