all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* agenda events from table?
@ 2015-07-28  7:05 Paolo Bientinesi
  2015-07-28 13:11 ` Subhan Michael Tindall
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bientinesi @ 2015-07-28  7:05 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I am facing what seems to be a common situation, yet I can't find a way 
out. Imagine this scenario: A list of people, a number of 
fields/properties per person, and the date for a personal meeting.
For convenience, I handle this information through tables.
Example:

| Name | Address | Sex | Rank | Date                   |
|------+---------+-----+------+------------------------|
| A    | blah    | M   |    3 | <2015-07-30 Thu 10:00> |
| B    |         | F   |   10 | <2015-08-11 Tue 15:00> |
| C    | blah2   |     |   13 |                        |
| D    | blah3   | M   |   15 | <2015-09-28 Mon 07:00> |
|      |         |     |      |                        |

Question:
How can I get the meetings (the Names) to show up as Agenda events?


One of the successful approaches I tried is to use properties (instead 
of table columns), and edit via column view. However, this is 
significantly slower (for me) than using straight tables; also the 
column view is nice, but not as clean as a straight table.

I tried to transpose a table into properties, but could not do that.


Any help or suggestions, please?

Thank you!
-- 
Prof. Paolo Bientinesi, Ph.D.

AICES, RWTH Aachen

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

* Re: agenda events from table?
  2015-07-28  7:05 agenda events from table? Paolo Bientinesi
@ 2015-07-28 13:11 ` Subhan Michael Tindall
  0 siblings, 0 replies; 2+ messages in thread
From: Subhan Michael Tindall @ 2015-07-28 13:11 UTC (permalink / raw)
  To: Paolo Bientinesi, emacs-orgmode

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

On Tue, Jul 28, 2015, 1:25 AM Paolo Bientinesi <pauldj@aices.rwth-aachen.de>
wrote:

Hello,

I am facing what seems to be a common situation, yet I can't find a way
out. Imagine this scenario: A list of people, a number of
fields/properties per person, and the date for a personal meeting.
For convenience, I handle this information through tables.
Example:

| Name | Address | Sex | Rank | Date                   |
|------+---------+-----+------+------------------------|
| A    | blah    | M   |    3 | <2015-07-30 Thu 10:00> |
| B    |         | F   |   10 | <2015-08-11 Tue 15:00> |
| C    | blah2   |     |   13 |                        |
| D    | blah3   | M   |   15 | <2015-09-28 Mon 07:00> |
|      |         |     |      |                        |

Question:
How can I get the meetings (the Names) to show up as Agenda events?

One of the successful approaches I tried is to use properties (instead
of table columns), and edit via column view. However, this is
significantly slower (for me) than using straight tables; also the
column view is nice, but not as clean as a straight table.

I tried to transpose a table into properties, but could not do that.

Any help or suggestions, please?

Thank you!
--
Prof. Paolo Bientinesi, Ph.D.

AICES, RWTH Aachen


Agendas only pick up headlines,  which don't exist inside tables.  Your
attempt using properties is about as close as you can get.

Maybe you can build a custom table exporter and convert it to headlines,
then build your agenda from that?

[-- Attachment #2: Type: text/html, Size: 2043 bytes --]

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

end of thread, other threads:[~2015-07-28 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28  7:05 agenda events from table? Paolo Bientinesi
2015-07-28 13:11 ` Subhan Michael Tindall

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.