* Column Headers Not Displaying
@ 2008-11-01 7:57 Ian Barton
2008-10-27 14:44 ` Sebastian Rose
2008-11-01 13:20 ` Carsten Dominik
0 siblings, 2 replies; 5+ messages in thread
From: Ian Barton @ 2008-11-01 7:57 UTC (permalink / raw)
To: [emacs-orgmode]
I searched the list and found a similar problem a while ago, but no
solution. When I use column mode any titles I have defined do not
display. The appended file reproduces the problem.
I am using GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll
bars) of 2008-09-05 on vernadsky, modified by Ubuntu
and the latest org from git.
Ian.
* ssh Passwords.
:PROPERTIES:
:COLUMNS: %25ITEM(User) %Pwd(Password)
:END:
** firewall.banter.local
*** ian
:PROPERTIES:
:Pwd: foobar23
:END:
*** root
:PROPERTIES:
:Pwd: notmypassword
:END:
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Column Headers Not Displaying
2008-11-01 7:57 Column Headers Not Displaying Ian Barton
@ 2008-10-27 14:44 ` Sebastian Rose
2008-11-01 13:20 ` Carsten Dominik
1 sibling, 0 replies; 5+ messages in thread
From: Sebastian Rose @ 2008-10-27 14:44 UTC (permalink / raw)
Cc: [emacs-orgmode]
Hi Ian,
if I start the column view while on a headline, the property
columns are displayed as expected here.
Org regards the properties only, when on a headline (which is
what I would expect, since the properties belong to the
subtree).
Regards,
Sebastian
Ian Barton wrote:
> I searched the list and found a similar problem a while ago, but no
> solution. When I use column mode any titles I have defined do not
> display. The appended file reproduces the problem.
>
> I am using GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll
> bars) of 2008-09-05 on vernadsky, modified by Ubuntu
>
> and the latest org from git.
>
> Ian.
>
> * ssh Passwords.
> :PROPERTIES:
> :COLUMNS: %25ITEM(User) %Pwd(Password)
> :END:
>
>
> ** firewall.banter.local
> *** ian
> :PROPERTIES:
> :Pwd: foobar23
> :END:
> *** root
> :PROPERTIES:
> :Pwd: notmypassword
> :END:
>
>
> _______________________________________________
> 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
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Column Headers Not Displaying
2008-11-01 7:57 Column Headers Not Displaying Ian Barton
2008-10-27 14:44 ` Sebastian Rose
@ 2008-11-01 13:20 ` Carsten Dominik
2008-11-01 15:07 ` Ian Barton
1 sibling, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2008-11-01 13:20 UTC (permalink / raw)
To: Ian Barton; +Cc: [emacs-orgmode]
Hi Ian,
I am not sure if I understand your description correctly, but if I use
your file and turn on column view, I do get "User" and "Password" as
column titles.
- Carsten
On Nov 1, 2008, at 8:57 AM, Ian Barton wrote:
> I searched the list and found a similar problem a while ago, but no
> solution. When I use column mode any titles I have defined do not
> display. The appended file reproduces the problem.
>
> I am using GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d
> scroll bars) of 2008-09-05 on vernadsky, modified by Ubuntu
>
> and the latest org from git.
>
> Ian.
>
> * ssh Passwords.
> :PROPERTIES:
> :COLUMNS: %25ITEM(User) %Pwd(Password)
> :END:
>
>
> ** firewall.banter.local
> *** ian
> :PROPERTIES:
> :Pwd: foobar23
> :END:
> *** root
> :PROPERTIES:
> :Pwd: notmypassword
> :END:
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Column Headers Not Displaying
2008-11-01 13:20 ` Carsten Dominik
@ 2008-11-01 15:07 ` Ian Barton
2008-11-01 16:13 ` Carsten Dominik
0 siblings, 1 reply; 5+ messages in thread
From: Ian Barton @ 2008-11-01 15:07 UTC (permalink / raw)
To: [emacs-orgmode]
> I am not sure if I understand your description correctly, but if I use
> your file and turn on column view, I do get "User" and "Password" as
> column titles.
>
>
Hi Carsten,
Don't know what happened before, but it works for me now. I did try
restarting emacs a few times. However, shutting down the computer, going
for lunch and re-starting seems to have fixed it. I thought that sort of
thing only worked for Windows:)
Ian.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Column Headers Not Displaying
2008-11-01 15:07 ` Ian Barton
@ 2008-11-01 16:13 ` Carsten Dominik
0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2008-11-01 16:13 UTC (permalink / raw)
To: Ian Barton; +Cc: [emacs-orgmode]
On Nov 1, 2008, at 4:07 PM, Ian Barton wrote:
>> I am not sure if I understand your description correctly, but if I
>> use your file and turn on column view, I do get "User" and
>> "Password" as column titles.
> Hi Carsten,
>
> Don't know what happened before, but it works for me now. I did try
> restarting emacs a few times. However, shutting down the computer,
> going for lunch and re-starting seems to have fixed it. I thought
> that sort of thing only worked for Windows:)
:-)
Let us know if it shows up again.
- Carsten
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-11-01 16:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01 7:57 Column Headers Not Displaying Ian Barton
2008-10-27 14:44 ` Sebastian Rose
2008-11-01 13:20 ` Carsten Dominik
2008-11-01 15:07 ` Ian Barton
2008-11-01 16:13 ` Carsten Dominik
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).