Re: [O] How to identify all headings that won't be exported?

2014-06-26 Thread Thomas S. Dye
Aloha all, Answering myself ... t...@tsdye.com (Thomas S. Dye) writes: > Is there a practical way to identify descendants for my use > case? > > (defun tsd-get-names-labels-and-headings () > (interactive) > (save-excursion > (goto-char (point-min)) > (let ((matches)) >

[O] How to identify all headings that won't be exported?

2014-06-26 Thread Thomas S. Dye
Aloha all, Inspired by John Kitchin's org-ref, I'm working on a little function that returns all the pieces of an Org mode file that are candidates for cross referencing. The helm package lets me choose from among the candidates and then another little function inserts the chosen link. This all w