[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 73571a65fb 08/10: Reindent files
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 73571a65fb 08/10: Reindent files |
Date: |
Mon, 18 Nov 2024 03:58:00 -0500 (EST) |
branch: externals/denote
commit 73571a65fb759ef2357ea875faee840dceb11385
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Reindent files
---
denote-silo-extras.el | 12 ++++++------
denote.el | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/denote-silo-extras.el b/denote-silo-extras.el
index d6a8d580d9..f52fc22017 100644
--- a/denote-silo-extras.el
+++ b/denote-silo-extras.el
@@ -90,8 +90,8 @@ When called from Lisp, SILO is a file system path to a
directory that
conforms with `denote-silo-extras-path-is-silo-p'."
(interactive (list (denote-silo-extras-directory-prompt)))
(denote-silo-extras-with-silo silo
- (let ((denote-directory silo))
- (call-interactively #'denote))))
+ (let ((denote-directory silo))
+ (call-interactively #'denote))))
;;;###autoload
(defun denote-silo-extras-open-or-create (silo)
@@ -102,8 +102,8 @@ When called from Lisp, SILO is a file system path to a
directory that
conforms with `denote-silo-extras-path-is-silo-p'."
(interactive (list (denote-silo-extras-directory-prompt)))
(denote-silo-extras-with-silo silo
- (let ((denote-directory silo))
- (call-interactively #'denote-open-or-create))))
+ (let ((denote-directory silo))
+ (call-interactively
#'denote-open-or-create))))
;;;###autoload
(defun denote-silo-extras-select-silo-then-command (silo command)
@@ -118,8 +118,8 @@ conforms with `denote-silo-extras-path-is-silo-p'."
(denote-silo-extras-directory-prompt)
(denote-command-prompt)))
(denote-silo-extras-with-silo silo
- (let ((denote-directory silo))
- (call-interactively command))))
+ (let ((denote-directory silo))
+ (call-interactively command))))
(provide 'denote-silo-extras)
;;; denote-silo-extras.el ends here
diff --git a/denote.el b/denote.el
index 9296fa2214..a0e97deaff 100644
--- a/denote.el
+++ b/denote.el
@@ -867,9 +867,9 @@ have been warned."
"2.3.0")
(define-obsolete-variable-alias
- 'denote-link-description-function
- 'denote-link-description-format
- "3.2.0")
+ 'denote-link-description-function
+ 'denote-link-description-format
+ "3.2.0")
;; FIXME 2024-11-03: This breaks `denote-link-with-signature'. Check
;; the FIXME above that function to decide how best to proceed.
@@ -3061,11 +3061,11 @@ format given by FILE-TYPE."
(keywords . ((old . ,(denote-retrieve-front-matter-keywords-line file
file-type))
(new .
,(denote--retrieve-front-matter-keywords-line-from-content new-front-matter
file-type))))
(signature . ((old . ,(denote-retrieve-front-matter-signature-line file
file-type))
- (new .
,(denote--retrieve-front-matter-signature-line-from-content new-front-matter
file-type))))
+ (new .
,(denote--retrieve-front-matter-signature-line-from-content new-front-matter
file-type))))
(date . ((old . ,(denote-retrieve-front-matter-date-line file file-type))
- (new . ,(denote--retrieve-front-matter-date-line-from-content
new-front-matter file-type))))
+ (new . ,(denote--retrieve-front-matter-date-line-from-content
new-front-matter file-type))))
(identifier . ((old . ,(denote-retrieve-front-matter-identifier-line file
file-type))
- (new .
,(denote--retrieve-front-matter-identifier-line-from-content new-front-matter
file-type))))))
+ (new .
,(denote--retrieve-front-matter-identifier-line-from-content new-front-matter
file-type))))))
(defun denote--get-front-matter-components-order (content file-type)
"Return the components in the order they appear in CONTENT given FILE-TYPE.
- [elpa] externals/denote updated (7c8ed195d8 -> ad7a102116), ELPA Syncer, 2024/11/18
- [elpa] externals/denote 73571a65fb 08/10: Reindent files,
ELPA Syncer <=
- [elpa] externals/denote ef93ebd781 06/10: Fix docstring of denote--keywords-value-function, ELPA Syncer, 2024/11/18
- [elpa] externals/denote 0cc5f450d7 01/10: Fix regression when renaming new unsaved note, ELPA Syncer, 2024/11/18
- [elpa] externals/denote 3026f6ada5 02/10: Add signature to front matter, ELPA Syncer, 2024/11/18
- [elpa] externals/denote 3d8e575260 03/10: Add default values to denote--*-key-regexp functions, ELPA Syncer, 2024/11/18
- [elpa] externals/denote e6656d4fc2 04/10: Make it possible to change the date/id of a note, ELPA Syncer, 2024/11/18
- [elpa] externals/denote 45f3eef294 07/10: Merge pull request #480 from jeanphilippegg/features-and-fix, ELPA Syncer, 2024/11/18
- [elpa] externals/denote ad7a102116 10/10: Use denote-get-link-description instead of denote--link-get-description in denote-org-extras.el, ELPA Syncer, 2024/11/18
- [elpa] externals/denote 51fa48dcd7 05/10: Add denote-rename-file-date, ELPA Syncer, 2024/11/18
- [elpa] externals/denote ef033a5084 09/10: Fix mistake made by the previous commit, ELPA Syncer, 2024/11/18