From: Mark Edgington <edgimar@gmail.com>
To: emacs-orgmode@gnu.org
Subject: org-collector unable to handle macros
Date: Fri, 28 Aug 2015 18:11:46 +0000 (UTC) [thread overview]
Message-ID: <loom.20150828T200443-714@post.gmane.org> (raw)
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.
next reply other threads:[~2015-08-28 18:12 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-28 18:11 Mark Edgington [this message]
2015-08-29 0:28 ` org-collector unable to handle macros 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
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=loom.20150828T200443-714@post.gmane.org \
--to=edgimar@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).