From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Header in column view?
Date: Sun, 16 Feb 2014 13:39:22 -0500 [thread overview]
Message-ID: <87a9dqgaw5.fsf@gmail.com> (raw)
In-Reply-To: 5300F9B0.7040008@krugs.de
Rainer M Krug <Rainer@krugs.de> writes:
> is it possible to get the header into the column view of org, as it is
> replaced by the columns (which is nice, but in my case I would like to
> be able to have it in the column view)?
>
I don't know much about column view, which might explain why I don't
understand your question. But you might want to add some detail, maybe
even an example. The best I can do right now is that you want the
heading (the %ITEM) to precede the corresponding row in the table.
E.g. in the following org file
--8<---------------cut here---------------start------------->8---
#+COLUMNS: %25ITEM %FOO %BAR
* H1
:PROPERTIES:
:FOO: foo
:BAR: bar
:END:
* H2
:PROPERTIES:
:BAR: bar2
:FOO: foo2
:END:
* Capture
#+BEGIN: columnview :hlines 1 :id global
| ITEM | FOO | BAR |
|---------------+------+------|
| * H1 | foo | bar |
|---------------+------+------|
| * H2 | foo2 | bar2 |
|---------------+------+------|
| * Capture | | |
#+END:
--8<---------------cut here---------------end--------------->8---
do you want the table to appear like this?
| ITEM | FOO | BAR |
|---------------+------+------|
* H1
| * H1 | foo | bar |
|---------------+------+------|
*H2
| * H2 | foo2 | bar2 |
|---------------+------+------|
| * Capture | | |
--
Nick
next prev parent reply other threads:[~2014-02-16 18:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-16 17:47 Header in column view? Rainer M Krug
2014-02-16 18:39 ` Nick Dokos [this message]
2014-02-16 19:31 ` Rainer M Krug
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=87a9dqgaw5.fsf@gmail.com \
--to=ndokos@gmail.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).