emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-collector unable to handle macros


From: Charles Millar
Subject: Re: [O] org-collector unable to handle macros
Date: Fri, 28 Aug 2015 20:28:36 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

This may be related to the problem or is the same that I reported in April and May and again earlier this month when Bastien's requested details in his August 4th message.

org-collector does not work with org 8.3, but does with 8.2.10

Charlie Millar

On 08/28/2015 02:11 PM, Mark Edgington wrote:
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.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]