From: John Kitchin Date: Wed, 24 Sep 2014 22:30:15 +0000 (-0400) Subject: show children in notes. X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=8c3ba76279da12973450dde58cbfff6917db69e6 show children in notes. --- diff --git a/org-ref.org b/org-ref.org index df49c5e..11e36c0 100644 --- a/org-ref.org +++ b/org-ref.org @@ -1733,6 +1733,7 @@ construct the heading by hand." (if (re-search-forward (format ":Custom_ID: %s$" key) nil 'end) (progn (org-show-entry) + (show-children) (outline-previous-visible-heading 1) (recenter-top-bottom 0)) ;; no entry found, so add one