branch: externals/org-transclusion commit 9fdc7f84a5005e8fd24a0a5ea2f76b3997401e19 Author: Noboru Ota <m...@nobiot.com> Commit: Noboru Ota <m...@nobiot.com>
add(fix):extension org-transclusion-font-lock to customize It was missing from the customizing variable for some reason --- docs/org-transclusion.org | 3 +-- org-transclusion.el | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/org-transclusion.org b/docs/org-transclusion.org index 60931bc..02b65d1 100644 --- a/docs/org-transclusion.org +++ b/docs/org-transclusion.org @@ -1,6 +1,6 @@ #+title: Org-transclusion User Manual #+author: Noboru Ota <m...@nobiot.com> -#+modified: 2021-12-24T174740 +#+modified: 2021-12-24T180026 #+language: en #+export_file_name: org-transclusion.texi #+texinfo_dir_category: Emacs @@ -45,7 +45,6 @@ included in the section entitled “GNU Free Documentation License.” modify this GNU manual.” #+end_quote - * Example Use Cases & Main Features #+transclude: [[../README.org::#use-cases]] :only-contents diff --git a/org-transclusion.el b/org-transclusion.el index 3db6104..8c0088c 100644 --- a/org-transclusion.el +++ b/org-transclusion.el @@ -69,6 +69,7 @@ Intended for :set property for `customize'." :type '(set :greedy t (const :tag "src-lines: Add :src and :lines for non-Org files" org-transclusion-src-lines) + (const :tag "font-lock: Add font-lock for Org-transclusion" org-transclusion-font-lock) (const :tag "indent-mode: Support org-indent-mode" org-transclusion-indent-mode) (repeat :tag "Other packages" :inline t (symbol :tag "Package"))))