emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: me@nooff.info
To: emacs-orgmode@gnu.org
Subject: Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)]
Date: Tue, 11 Aug 2015 00:23:43 +0600	[thread overview]
Message-ID: <878u9jm28g.fsf@nooff.info> (raw)

After update to org-mode 8.3.1 via elpa, summaries in column view no
longer work. I made git bisect with minimal configuration and it seems
that first broken commit is:

  commit 0f93638ce1b29792033231426a4555e538f5c959
  Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
  Date:   Tue Jun 2 17:02:55 2015 +0200

      org-colview: Handle user-defined inheritance

Test file:

#+COLUMNS: %25ITEM %Value{+}
* main
** sub1
:PROPERTIES:
:Value:   1
:END:
** sub2
:PROPERTIES:
:Value:   2
:END:

Output after C-c C-x C-c:

* main                    |   |
** sub1                   | 1 |
** sub2                   | 2 |

Expected output after C-c C-x C-c:

* main                    | 3 |
** sub1                   | 1 |
** sub2                   | 2 |

Emacs  : GNU Emacs 25.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.16.5)
 of 2015-08-03 on pc
Package: Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)

             reply	other threads:[~2015-08-10 18:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-10 18:23 me [this message]
2015-08-16 17:06 ` Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)] Nicolas Goaziou

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=878u9jm28g.fsf@nooff.info \
    --to=me@nooff.info \
    --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).