From fe6cd4677b400856acee29dfb723c3f6e19f757e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 11:38:42 +0100 Subject: [PATCH] [Org] Update brief documentation of db-org --- site-lisp/db-org.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index 54eb61a..e64f086 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -2,8 +2,9 @@ ;;; Commentary: -;; Everything in here influences the standard commands coming with org-mode, -;; either by setting variables, adding hooks, or by overriding. +;; This file defines functions used in the main configuration of org-mode and +;; it’s subpackages. Nothing here changes the behavior of org-mode per se, as +;; loading this file only defines a couple of functions. ;;; Code: @@ -210,7 +211,6 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l? ;; Capture Code Snippets ;; from http://ul.io/nb/2018/04/30/better-code-snippets-with-org-capture/ - (defun db/org-capture-code-snippet (filename) "Format Org mode entry for capturing code in active region in the buffer visiting FILENAME." @@ -249,7 +249,6 @@ In ~%s~: ;; from `org-checklist’ by James TD Smith (@ ahktenzero (. mohorovi cc)), ;; version: 1.0 - (defun org-reset-checkbox-state-maybe () "Reset all checkboxes in an entry if the `RESET_CHECK_BOXES' property is set" (interactive "*")