diff options
| author | jao <jao@gnu.org> | 2026-09-05 17:36:36 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-09-05 17:37:52 +0100 |
| commit | b576c28293fc07406455398cc74619b02a424b0f (patch) | |
| tree | db0a570708c5519c784a13613366e62a614c61f6 /lib/doc/jao-org-notes.el | |
| parent | 5d1e94064f016e358053b01d62f4e1628167f115 (diff) | |
| download | elibs-b576c28293fc07406455398cc74619b02a424b0f.tar.gz elibs-b576c28293fc07406455398cc74619b02a424b0f.tar.bz2 | |
using new user-lisp-dir for library files
Diffstat (limited to 'lib/doc/jao-org-notes.el')
| -rw-r--r-- | lib/doc/jao-org-notes.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/doc/jao-org-notes.el b/lib/doc/jao-org-notes.el index fbe3c1f..78ff76c 100644 --- a/lib/doc/jao-org-notes.el +++ b/lib/doc/jao-org-notes.el @@ -1,6 +1,6 @@ ;;; jao-org-notes.el --- A simple system for org note taking -*- lexical-binding: t; -*- -;; Copyright (C) 2020, 2021, 2022, 2024, 2025 jao +;; Copyright (C) 2020, 2021, 2022, 2024, 2025, 2026 jao ;; Author: jao <mail@jao.io> ;; Keywords: tools @@ -152,6 +152,7 @@ (d (file-name-as-directory d))) (expand-file-name (concat d bn ".org") jao-org-notes-dir))))) +;;;###autoload (defun jao-org-notes-open () "Search for a note file, matching tags and titles with completion. |
