emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Steven E. Harris" <seh@panix.com>
To: emacs-orgmode@gnu.org
Subject: Re: Displaying column titles in column view
Date: Fri, 01 Aug 2008 14:20:12 -0400	[thread overview]
Message-ID: <837ib0fvhf.fsf@torus.sehlabs.com> (raw)
In-Reply-To: 13D1F85D-602E-4B5B-BCD1-EB1BAA0B8DDC@uva.nl

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

Carsten Dominik <dominik@uva.nl> writes:

> `org-columns-display-here-title'

I figured out the main problem last night: I've had the following
configuration in my XEmacs configuration for about the last seven years:

,----
| ;; turn off gutter
| (and (boundp 'default-gutter-visible-p)
|      (set-specifier default-gutter-visible-p nil))
`----

The intention there was to defeat the buffer tabs that appear in the
gutter by default. That was too strong of a defeat, as org-mode's
columns use the top gutter to display the column header line.

Replacing the above configuration with the following made the header
line visible:

,----
| ;; turn off gutter tabs
| (setq gutter-buffers-tab-enabled nil)
`----

There are still many things that are odd about the header line. If I
have a vertically-split window, with an org-mode file in the bottom
window, and I activate column mode, the header appears above the top
window. Maybe that's the only place that the top gutter can appear.

Also, the column names without explicit widths specified are truncated,
perhaps to squeeze them down to fit the actual data in the most compact
way.

Taking the same sample file as I shared at the start of this thread,
here's what I see now:


[-- Attachment #2: org-mode-columns.png --]
[-- Type: image/png, Size: 22529 bytes --]

[-- Attachment #3: Type: text/plain, Size: 287 bytes --]


Note the asterisks in the second column, and the extra third column with
the first letter as the the item name. The values in the second column
for the first two entries are correct (2 and 3), but the third entry has
a value of 40, which appears here as a period.

-- 
Steven E. Harris

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

  reply	other threads:[~2008-08-01 18:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-27 18:28 Displaying column titles in column view Steven E. Harris
2008-07-27 21:24 ` Carsten Dominik
2008-07-27 21:30   ` Steven E. Harris
2008-07-28  3:10     ` Carsten Dominik
2008-07-28 11:46       ` Steven E. Harris
2008-07-28 14:27         ` Carsten Dominik
2008-08-01 18:20           ` Steven E. Harris [this message]
2008-08-01 21:01             ` Peter Jones
2008-07-27 21:44   ` Steven E. Harris
2008-07-28  0:37     ` Manish
2008-07-28  1:04       ` Steven E. Harris
2008-07-28  2:53         ` Manish
2008-07-28 11:48     ` Steven E. Harris

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=837ib0fvhf.fsf@torus.sehlabs.com \
    --to=seh@panix.com \
    --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).