branch: externals/org-remark commit 6aaba8acdb5bddc9c7cf03fedeae8f58506db616 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
docs: resolving custom_id link --- docs/org-remark-manual.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/org-remark-manual.org b/docs/org-remark-manual.org index 2faeef4b0f..896f79e756 100644 --- a/docs/org-remark-manual.org +++ b/docs/org-remark-manual.org @@ -127,7 +127,7 @@ Org-remark has a default highlighter pen function, and comes with a set of two a - =org-remark-mark-yellow= :: yellow highlight with "important" category in the marginal notes entry - =org-remark-mark-red-line= :: wavy red underline with "review" category in the marginal notes entry and "Review this" in tool-tips -Org-remark does not stop there; it lets you create your own custom pen functions with =org-remark-create=. Use the yellow and red line pens as examples, and create your own. Refer to [[#pens][Create Your Own Custom Pens]] for how to do it. +Org-remark does not stop there; it lets you create your own custom pen functions with =org-remark-create=. Use the yellow and red line pens as examples, and create your own. Refer to [[#create-custom-pens][Create Your Own Custom Pens]] for how to do it. This is it. It's all to get you started. For more detail, refer to the rest of this user manual, especially the [[#usage][Usage]] and [[#customizing][Customizing]] sections. There is more detail to the commands introduced in this section and more ways in which you can customize Org-remark. @@ -138,7 +138,7 @@ This is it. It's all to get you started. For more detail, refer to the rest of t ** Create Your Own Custom Highlighter Pen :PROPERTIES: -:CUSTOM_ID: pens +:CUSTOM_ID: create-custom-pens :END: #+cindex: user-defined custom highlighter pen functions @@ -206,7 +206,7 @@ Essentially, the marginal notes file is a database in the plain text with using You can leave the marginal notes file as it is without writing any notes. In this case, the entries in marginal notes file simply save the locations of your highlighted text. After you quit Emacs, re-start it, and visit the same main file, Org-remark uses this information to highlight the text again. You can also directly edit the marginal notes file as a normal Org file. -In addition to the properties above that Org-remark reserves for itself, you can add your own custom properties and =CATEGORY= property. Use "org-remark-" as the prefix to the property names (or "CATEGORY", which is the only exception), and Org-remark put them to the property drawer of highlight's headline entry in the marginal notes buffer. Define the custom properties in your own custom pen functions (refer to [[create-custom-pens][Create Your Own Custom Pens]]). +In addition to the properties above that Org-remark reserves for itself, you can add your own custom properties and =CATEGORY= property. Use "org-remark-" as the prefix to the property names (or "CATEGORY", which is the only exception), and Org-remark put them to the property drawer of highlight's headline entry in the marginal notes buffer. Define the custom properties in your own custom pen functions (refer to [[#create-custom-pens][Create Your Own Custom Pens]]). ** \*marginal-notes\* Buffer