emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Show all PROPERTIES COLUMNS without an explicit definition
@ 2015-09-09 17:37 Shakthi Kannan
  2015-09-23 15:32 ` Michael Brand
  0 siblings, 1 reply; 2+ messages in thread
From: Shakthi Kannan @ 2015-09-09 17:37 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Would it be possible to show all the key-values of PROPERTIES for a
node without having to explicitly specify its columns in ":COLUMNS:"
in the column view mode?

I am trying to use an org file as a key-value store, so I don't expect
all the node elements to have the same PROPERTIES. As of now, I need
to explicitly define :COLUMNS: for each entry. For example:

=== test.org ===

* Test
  :PROPERTIES:
  :COLUMNS: %35ITEM %5ID
  :ID: 1
  :END:
* Exam
  :PROPERTIES:
  :COLUMNS: %35ITEM %15APPROVED
  :APPROVED: Yes
  :END:

=== END ===

Appreciate your inputs in this regard,

Thanks!

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Show all PROPERTIES COLUMNS without an explicit definition
  2015-09-09 17:37 Show all PROPERTIES COLUMNS without an explicit definition Shakthi Kannan
@ 2015-09-23 15:32 ` Michael Brand
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Brand @ 2015-09-23 15:32 UTC (permalink / raw)
  To: Shakthi Kannan; +Cc: Org Mode

Hi Shakthi

On Wed, Sep 9, 2015 at 7:37 PM, Shakthi Kannan <shakthimaan@gmail.com> wrote:
> === test.org ===
>
> * Test
>   :PROPERTIES:
>   :COLUMNS: %35ITEM %5ID
>   :ID: 1
>   :END:
> * Exam
>   :PROPERTIES:
>   :COLUMNS: %35ITEM %15APPROVED
>   :APPROVED: Yes
>   :END:
>
> === END ===

The usual way would be

=== test.org ===

#+COLUMNS: %35ITEM %5ID %15APPROVED
* Test
  :PROPERTIES:
  :ID:       1
  :END:
* Exam
  :PROPERTIES:
  :APPROVED: Yes
  :END:

=== END ===

Michael

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-23 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-09 17:37 Show all PROPERTIES COLUMNS without an explicit definition Shakthi Kannan
2015-09-23 15:32 ` Michael Brand

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).