emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-collector unable to handle macros
@ 2015-08-28 18:11 Mark Edgington
  2015-08-29  0:28 ` Charles Millar
  0 siblings, 1 reply; 17+ messages in thread
From: Mark Edgington @ 2015-08-28 18:11 UTC (permalink / raw)
  To: emacs-orgmode

I have had problems getting org-collector.el to generate tables where the
content of the tables should include macros.  At some point in the past this
worked, but at this time (latest git version of org-mode), the following
example fails (unless you remove the macro from the property definition):

# comment-macro
#+MACRO: c 

* Notes
:PROPERTIES: 
:ID: sched_table
:COLUMNS:  %WEEKNUM(Week #) %DAY(Day) %INCLASS(In-class Content)
%READINGS(Readings) %PRECLASS(Pre-class Assignments / Homework)
:END:
** WEEK 1
*** DAY
:PROPERTIES:
:INCLASS:  ABC {{{c(stuff)}}} DEF
:DAY:      T
:WEEKNUM:  1
:END:
blah

* Schedule
# type C-c C-c on the #BEGIN line to attempt to generate the table
#+BEGIN: propview :id "sched_table" :defaultval "" :conds ((not (string= DAY
""))) :cols (WEEKNUM DAY INCLASS READINGS PRECLASS) :noquote t :colnames
("Week #" Day "In-class Content" "Readings" "Pre-class Assignments / Homework")

#+END:


Any help in resolving this problem would be appreciated!  Thanks.

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

end of thread, other threads:[~2015-09-28 21:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-28 18:11 org-collector unable to handle macros Mark Edgington
2015-08-29  0:28 ` Charles Millar
2015-08-31 19:27   ` Mark Edgington
2015-08-31 22:44     ` Nicolas Goaziou
2015-08-31 22:46       ` Mark Edgington
2015-08-31 22:56         ` Nicolas Goaziou
2015-08-31 23:19           ` Mark Edgington
2015-09-08 18:08           ` Mark Edgington
2015-09-08 19:06             ` Nicolas Goaziou
2015-09-09 15:56               ` Aaron Ecay
2015-09-11 12:36                 ` Mark Edgington
2015-09-11 15:41                   ` Nick Dokos
2015-09-19 11:29                 ` Nicolas Goaziou
2015-09-23 19:37                   ` Achim Gratz
2015-09-23 21:01                     ` Nicolas Goaziou
2015-09-24 16:56                       ` Achim Gratz
2015-09-28 21:03                   ` Aaron Ecay

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