From: Joon Ro <joon.ro@outlook.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: :minlevel for columnview dynamic block
Date: Sun, 15 Nov 2015 11:53:36 -0800 [thread overview]
Message-ID: <COL125-W4438B4DE6F4C0E0ED26407EB1F0@phx.gbl> (raw)
In-Reply-To: <CALnw1fTLQZgsAftQ54XDGdeaHW0MHx=vdOSTzF1KfeJipDg0cQ@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1263 bytes --]
> http://orgmode.org/worg/org-faq.html#ecm
I found that skip-empty-rows works correctly only if ITEM is in the COLUMNS property. Here is an ECM :). As you can see, when ITEM is not included in COLUMNS property, it generates an empty line for the parent heading.
* Columnview with ITEM in columns:PROPERTIES::COLUMNS: %ITEM %Variable:END:- This correctly skips the parent headline because ITEM is one of the columns#+BEGIN: columnview :hlines 1 :id local :maxlevel 2 :skip-empty-rows t| ITEM | Variable ||-----------------+----------|| ** Subheading 1 | 1 || ** Subheading 2 | 2 |#+END** Subheading 1:PROPERTIES::Name: Subheading 1:Variable: 1:END:** Subheading 2:PROPERTIES::Name: Subheading 2:Variable: 2:END:* Columnview without ITEM in columns:PROPERTIES::COLUMNS: %Name %Variable:END:- When ITEM is not in columns, columnview generates one empty line on the top:#+BEGIN: columnview :hlines 1 :id local :maxlevel 2 :skip-empty-rows t| Name | Variable ||--------------+----------|| | || Subheading 1 | 1 || Subheading 2 | 2 |#+END** Subheading 1:PROPERTIES::Name: Subheading 1:Variable: 1:END:** Subheading 2:PROPERTIES::Name: Subheading 2:Variable: 2:END:
[-- Attachment #2: Type: text/html, Size: 2638 bytes --]
next prev parent reply other threads:[~2015-11-15 19:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-14 3:53 :minlevel for columnview dynamic block Joon Ro
2015-11-14 8:34 ` Nicolas Goaziou
2015-11-14 15:05 ` Joon Ro
2015-11-15 4:34 ` Nick Dokos
2015-11-15 5:51 ` Puneeth Chaganti
2015-11-15 19:53 ` Joon Ro [this message]
2015-11-18 22:40 ` Nicolas Goaziou
2015-11-19 4:33 ` Joon Ro
2015-11-15 20:02 ` Joon Ro
2015-11-16 16:01 ` Joon Ro
2015-11-14 22:15 ` Joon Ro
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=COL125-W4438B4DE6F4C0E0ED26407EB1F0@phx.gbl \
--to=joon.ro@outlook.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).