emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 2fdd20dc0f 311/355: Tweak spacing in denote-org-


From: ELPA Syncer
Subject: [elpa] externals/denote 2fdd20dc0f 311/355: Tweak spacing in denote-org-capture.el Commentary
Date: Sun, 26 Jun 2022 23:58:35 -0400 (EDT)

branch: externals/denote
commit 2fdd20dc0f6b358f129af918764739e7a7d4aafc
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak spacing in denote-org-capture.el Commentary
---
 denote-org-capture.el | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/denote-org-capture.el b/denote-org-capture.el
index 1c62e06df5..45967c2988 100644
--- a/denote-org-capture.el
+++ b/denote-org-capture.el
@@ -28,24 +28,24 @@
 ;;
 ;; Samples of an `org-capture-templates' entry:
 ;;
-;; (setq org-capture-templates
-;;       '(("n" "New note (with denote.el)" plain
-;;          (file denote-last-path)
-;;          #'denote-org-capture
-;;          :no-save t
-;;          :immediate-finish nil
-;;          :kill-buffer t
-;;          :jump-to-captured t)))
+;;     (setq org-capture-templates
+;;           '(("n" "New note (with denote.el)" plain
+;;              (file denote-last-path)
+;;              #'denote-org-capture
+;;              :no-save t
+;;              :immediate-finish nil
+;;              :kill-buffer t
+;;              :jump-to-captured t)))
 ;;
-;; (with-eval-after-load 'org-capture
-;;   (add-to-list 'org-capture-templates
-;;                '("n" "New note (with denote.el)" plain
-;;                  (file denote-last-path)
-;;                  #'denote-org-capture
-;;                  :no-save t
-;;                  :immediate-finish nil
-;;                  :kill-buffer t
-;;                  :jump-to-captured t)))
+;;     (with-eval-after-load 'org-capture
+;;       (add-to-list 'org-capture-templates
+;;                    '("n" "New note (with denote.el)" plain
+;;                      (file denote-last-path)
+;;                      #'denote-org-capture
+;;                      :no-save t
+;;                      :immediate-finish nil
+;;                      :kill-buffer t
+;;                      :jump-to-captured t)))
 ;;
 ;; Note that `denote-org-capture' ignores the `denote-file-type': it
 ;; always sets the Org file extension for the created note to ensure



reply via email to

[Prev in Thread] Current Thread [Next in Thread]