I would like to insert a statistics cookie to count TODO entries in a
subtree but I would like it to count only in a specified number of
levels of headings (say, up to two headings below the heading where
the cookie is inserted and exclude children below the second level).
Is that possible?
Vikas
Hi Nicolas, Hi List,
when trying to enhance the HTML back-end of the new exporter with
interactive HTML elements, one possibility (probably the easiest and
best) is to write variants for the export functions for some Org
elements that insert different HTML in the output string (HTML form
fields
I used defadvice to fix this:
(defadvice qdot/cfw:org-extract-summary (after cfw:org-extract-summary)
"Remove tags and filenames from item summary"
(message item))
On Sun, Jun 10, 2012 at 1:57 AM, Michael Welle wrote:
> Hello,
>
> I just discovered calfw. That's neat stuff ;). I wonder if I
--text follows this line--
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
---