From 8c3ba76279da12973450dde58cbfff6917db69e6 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Wed, 24 Sep 2014 18:30:15 -0400 Subject: [PATCH] show children in notes. --- org-ref.org | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2