summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-06-05 01:07:41 -0400
committerKyle Meyer <kyle@kyleam.com>2014-06-05 01:07:41 -0400
commit4bf8f7eb6ec2d03a79017684101fc5bd856477cc (patch)
treefc0db2acb1b11ce2216e6fd587f2df957da82314
parent8dd0b11cedd59f140e354bbf3d7238b84d14cebc (diff)
downloadbog-4bf8f7eb6ec2d03a79017684101fc5bd856477cc.tar.gz
Note limitation of goto functions
-rw-r--r--bog.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/bog.el b/bog.el
index 9577161..df8fd7b 100644
--- a/bog.el
+++ b/bog.el
@@ -579,6 +579,9 @@ With prefix argument NO-CONTEXT, a prompt will open to select
from all citekeys for headings in the current buffer. This same
prompt will be opened if locating a citekey from context fails.
+This only works for headings that store the citekey as the
+heading title (not as a property).
+
If the heading is found outside any current narrowing of the
buffer, the narrowing is removed."
(interactive "P")
@@ -606,6 +609,9 @@ With prefix argument NO-CONTEXT, a prompt will open to select
from all citekeys for headings in notes. This same prompt will be
opened if locating a citekey from context fails.
+This only works for headings that store the citekey as the
+heading title (not as a property).
+
If the heading is found outside any current narrowing of the
buffer, the narrowing is removed."
(interactive "P")