Re: [O] org-sparse-tree using Lisp predicate?

2016-01-18 Thread Reuben Garrett
I think I figured it out. This contrived example is simplistic, but it does what I want: (with-current-buffer "something.org" (org-scan-tags 'sparse-tree '(not (null (org-entry-get (point) "some_property"))) t)) Would be a nice built-in sibling for org-map-entries :)

[O] org-sparse-tree using Lisp predicate?

2016-01-18 Thread Reuben Garrett
nyone else has suggestions from working that use-case. -- Best regards, Reuben Garrett

[O] Bug: insert after hyperlink displaces mark during org-compat:org-move-to-column (since 8.1) [8.2.1 (release_8.2.1-45-g92f89e @ /home/rgarrett/src/org/orgmode/org-mode/lisp/)]

2013-11-09 Thread Reuben Garrett
-l /path/to/minimal-org.el` with the latest version (8.2.1-45-g92f89e), but experienced the same results. Thank you for all your work on a vital member of my software family, and let me know if I can improve my report in any way. Best regards, Reuben Garrett +=== (org-submit-bug-report): Emacs

Re: [O] Bug: insert after hyperlink displaces mark during org-compat:org-move-to-column (since 8.1) [8.2.1 (release_8.2.1-45-g92f89e @ /home/rgarrett/src/org/orgmode/org-mode/lisp/)]

2013-11-07 Thread Reuben Garrett
"tix") "* TODO Ticket # [[http://example.com/ticket=%^{Ticket #}][%\\1]] - %? %^G \n DEADLINE: %^T " :prepend t :unnarrowed t) ) ) ) -- Reuben Garrett

[O] Bug: insert after hyperlink displaces mark during org-compat:org-move-to-column (since 8.1) [8.2.1 (release_8.2.1-45-g92f89e @ /home/rgarrett/src/org/orgmode/org-mode/lisp/)]

2013-11-07 Thread Reuben Garrett
I also tried `emacs -Q -l /path/to/minimal-org.el` with the latest version (8.2.1-45-g92f89e), but experienced the same results. Thank you for all your impressive work on a vital member of my toolchain, and please let me know if I can improve my report in any way. Best regards, Reuben Garrett