* Bug: Column view does not function properly in Agenda buffers [7.7]
@ 2011-08-11 19:49 Christian Schmidt
2011-08-17 14:58 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Christian Schmidt @ 2011-08-11 19:49 UTC (permalink / raw)
To: emacs-orgmode
Hi,
column-view gets confused in agenda buffers.
Please try my minimal example:
My example:
===========
#+begin_src org
* NEXTACTION [#B] Test :Tag:
SCHEDULED: <2011-08-07 So>
#+end_src
My config:
==========
#+begin_src emacs-lisp
(setq org-columns-default-format
"%65ITEM(Task) %TODO %3PRIORITY %TAGS")
(setq org-todo-keywords
(quote ("NEXTACTION" "WAITING" "MAYBE" "DONE")))
#+end_src
My commands:
============
C-c a L --> Agenda buffer
C-c C-x C-c --> column-view invoked inside Agenda buffer
The Result:
===========
NEXTACTION | B | NEXTACTION [#B] Test | :Tag: | | | 2011-08-07 So |
The Bug:
========
Unfortunately the column ITEM (3rd one) does not get cleaned up from
priority "[#B]" and status "NEXTACTION".
Looking for help,
Christian
--
Christian Schmidt
mailto: cs@canau.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: Column view does not function properly in Agenda buffers [7.7]
2011-08-11 19:49 Bug: Column view does not function properly in Agenda buffers [7.7] Christian Schmidt
@ 2011-08-17 14:58 ` Bastien
2011-08-17 20:31 ` Christian Schmidt
0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2011-08-17 14:58 UTC (permalink / raw)
To: Christian Schmidt; +Cc: emacs-orgmode
Hi Christian,
Christian Schmidt <cs@canau.de> writes:
> The Bug:
> ========
> Unfortunately the column ITEM (3rd one) does not get cleaned up from
> priority "[#B]" and status "NEXTACTION".
Please test against latest git and confirm this is fixed (or not).
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: Column view does not function properly in Agenda buffers [7.7]
2011-08-17 14:58 ` Bastien
@ 2011-08-17 20:31 ` Christian Schmidt
2011-08-18 7:18 ` Bastien
0 siblings, 1 reply; 5+ messages in thread
From: Christian Schmidt @ 2011-08-17 20:31 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Hi Bastien,
Bastien wrote:
> Please test against latest git and confirm this is fixed (or not).
I can confirm, that this bug is fixed! This is just brilliant! Thank
you very much!
May I dare to ask for your help on two follow-up concerns?
The result I get with the latest git:
=====================================
NEXTACTION | B | * Test | :Tag: | | | 2011-08-07 So |
The first minor concern:
========================
There is a leading star '*' in front of the ITEM.
Could you remove this star '*', too?
The second minor concern:
=========================
In a column-view, that is invoked inside Agenda buffer, there are
lines, that seperate the todos for each day in the agenda. In version
7.5 those lines contained the corresponding date to give orientation.
In our example with version 7.5 I get:
======================================
| | Sonntag 7 August 2011 | | | | |
In version 7.7 this line is just empty. :-(
I don't want to appear greedy and I am already content with your
bugfix so far. But maybe you've got the time to look after my two
minor concerns mentioned above.
Thank you very much,
Christian
--
Christian Schmidt
mailto: cs@canau.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: Column view does not function properly in Agenda buffers [7.7]
2011-08-17 20:31 ` Christian Schmidt
@ 2011-08-18 7:18 ` Bastien
2011-08-20 21:57 ` Christian Schmidt
0 siblings, 1 reply; 5+ messages in thread
From: Bastien @ 2011-08-18 7:18 UTC (permalink / raw)
To: Christian Schmidt; +Cc: emacs-orgmode
Hi Christian,
Christian Schmidt <cs@canau.de> writes:
> I can confirm, that this bug is fixed! This is just brilliant! Thank
> you very much!
Thanks for confirming.
> The first minor concern:
> ========================
> There is a leading star '*' in front of the ITEM.
> Could you remove this star '*', too?
Fixed.
> The second minor concern:
> =========================
> In a column-view, that is invoked inside Agenda buffer, there are
> lines, that seperate the todos for each day in the agenda. In version
> 7.5 those lines contained the corresponding date to give orientation.
Is this with a standard agenda view? Which one?
If that's from an `org-agenda-custom-commands' can you share it?
> I don't want to appear greedy and I am already content with your
> bugfix so far. But maybe you've got the time to look after my two
> minor concerns mentioned above.
I'll try to fix the problem when I fully understand it :)
Best,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug: Column view does not function properly in Agenda buffers [7.7]
2011-08-18 7:18 ` Bastien
@ 2011-08-20 21:57 ` Christian Schmidt
0 siblings, 0 replies; 5+ messages in thread
From: Christian Schmidt @ 2011-08-20 21:57 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Hi Bastien
first of all, thank you very much for your help!
Bastien wrote:
>> The first minor concern:
>> ========================
>> There is a leading star '*' in front of the ITEM.
>> Could you remove this star '*', too?
>
> Fixed.
I can confirm, that this bug is fixed, too. Thanks a lot!
>> The second minor concern:
>> =========================
>> In a column-view, that is invoked inside Agenda buffer, there are
>> lines, that seperate the todos for each day in the agenda. In version
>> 7.5 those lines contained the corresponding date to give orientation.
>
> Is this with a standard agenda view? Which one?
It is with a standard agenda view:
My commands:
============
C-c a L --> Timeline for current buffer (standard)
C-c C-x C-c --> column-view invoked inside Agenda buffer
My example:
===========
#+begin_src org
* NEXTACTION [#B] Test1 :Tag_A:
SCHEDULED: <2011-08-20 Sa>
* DONE Test2 :Tag_B:
SCHEDULED: <2011-08-20 Sa>
* WAITING [#C] Test3 :Tag_C:
SCHEDULED: <2011-08-21 So>
* NEXTACTION [#A] Test4 :Tag_A:
SCHEDULED: <2011-08-22 Mo>
#+end_src
The result in version 7.5:
==========================
| | Samstag 20 August 2011 | | | | |
NEXTACTION | B | Test1 | :Tag_A:| | | 2011-08-20 Sa |
DONE | | Test2 | :Tag_B:| | | 2011-08-20 Sa |
| | Sonntag 21 August 2011 | | | | |
WAITING | C | Test3 | :Tag_C:| | | 2011-08-21 So |
| | Montag 22 August 2011 W34 | | | | |
NEXTACTION | A | Test4 | :Tag_A:| | | 2011-08-22 Mo |
The result in version 7.7 (git yesterday):
==========================================
| | | | | | |
NEXTACTION | B | Test1 | :Tag_A:| | | 2011-08-20 Sa |
DONE | | Test2 | :Tag_B:| | | 2011-08-20 Sa |
| | | | | | |
WAITING | C | Test3 | :Tag_C:| | | 2011-08-21 So |
| | | | | | |
NEXTACTION | A | Test4 | :Tag_A:| | | 2011-08-22 Mo |
The Bug:
========
I am missing the lines that contain the name of the days and the
date. In the example above, the first line contains "Samstag 20
August 2011".
I hope, that I did explain the bug clearly. Please let me know, if I
can add some information to help you locating the bug.
Please note: I am on vacation for two weeks from now. Thus I will not
answer emails until 2nd of September.
Best,
Christian
--
Christian Schmidt
mailto: cs@canau.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-20 21:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 19:49 Bug: Column view does not function properly in Agenda buffers [7.7] Christian Schmidt
2011-08-17 14:58 ` Bastien
2011-08-17 20:31 ` Christian Schmidt
2011-08-18 7:18 ` Bastien
2011-08-20 21:57 ` Christian Schmidt
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).