summaryrefslogtreecommitdiffstats
path: root/org-zettelkasten.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-12-24 13:41:27 +0000
committerYann Herklotz <git@yannherklotz.com>2022-12-24 13:41:27 +0000
commitfe0e50daa95510597ebd85f54c5289ed1e913942 (patch)
tree0aaa8686e98a16b957e4194a68a3822d9fe7312a /org-zettelkasten.el
parent4d821a5200db11806efc62b2e9e562199c34f013 (diff)
downloadorg-zettelkasten-fe0e50daa95510597ebd85f54c5289ed1e913942.tar.gz
org-zettelkasten-fe0e50daa95510597ebd85f54c5289ed1e913942.zip
Update comments and base documentation for org-zettelkasten
Diffstat (limited to 'org-zettelkasten.el')
-rw-r--r--org-zettelkasten.el13
1 files changed, 8 insertions, 5 deletions
diff --git a/org-zettelkasten.el b/org-zettelkasten.el
index c1e69f5..5bdc756 100644
--- a/org-zettelkasten.el
+++ b/org-zettelkasten.el
@@ -1,11 +1,14 @@
-;;; org-zettelkasten.el --- Helper functions to use Zettelkasten in org-mode -*- lexical-binding: t; -*-
+;;; org-zettelkasten.el --- A Zettelkasten mode leveraging Org -*- lexical-binding: t; -*-
+;; Copyright (C) 2021-2023 Yann Herklotz
+;;
;; Author: Yann Herklotz <yann@ymhg.org>
-;; Created: 2021
-;; Version: 0.3.0
-;; Package-Requires: ((emacs "24.3") (org "9.0"))
+;; Maintainer: Yann Herklotz <yann@ymhg.org>
;; Keywords: files, hypermedia, Org, notes
-;; Homepage: https://github.com/ymherklotz/emacs-zettelkasten
+;; Homepage: https://git.sr.ht/~ymherklotz/org-zettelkasten
+;; Package-Requires: ((emacs "24.3") (org "9.0"))
+
+;; Version: 0.4.0
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by