emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)]
@ 2015-08-10 18:23 me
  2015-08-16 17:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: me @ 2015-08-10 18:23 UTC (permalink / raw)
  To: emacs-orgmode

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/)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)]
  2015-08-10 18:23 Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)] me
@ 2015-08-16 17:06 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-08-16 17:06 UTC (permalink / raw)
  To: me; +Cc: emacs-orgmode

Hello,

me@nooff.info writes:

> 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 |

This was fixed a few days ago. You may want to upgrade Org.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-16 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-10 18:23 Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)] me
2015-08-16 17:06 ` Nicolas Goaziou

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).