[Org] Update brief documentation of db-org

This commit is contained in:
Daniel - 2018-11-03 11:38:42 +01:00
parent f8c2d0b441
commit fe6cd4677b
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,9 @@
;;; Commentary: ;;; Commentary:
;; Everything in here influences the standard commands coming with org-mode, ;; This file defines functions used in the main configuration of org-mode and
;; either by setting variables, adding hooks, or by overriding. ;; its subpackages. Nothing here changes the behavior of org-mode per se, as
;; loading this file only defines a couple of functions.
;;; Code: ;;; Code:
@ -210,7 +211,6 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
;; Capture Code Snippets ;; Capture Code Snippets
;; from http://ul.io/nb/2018/04/30/better-code-snippets-with-org-capture/ ;; from http://ul.io/nb/2018/04/30/better-code-snippets-with-org-capture/
(defun db/org-capture-code-snippet (filename) (defun db/org-capture-code-snippet (filename)
"Format Org mode entry for capturing code in active region in "Format Org mode entry for capturing code in active region in
the buffer visiting FILENAME." the buffer visiting FILENAME."
@ -249,7 +249,6 @@ In ~%s~:
;; from `org-checklist by James TD Smith (@ ahktenzero (. mohorovi cc)), ;; from `org-checklist by James TD Smith (@ ahktenzero (. mohorovi cc)),
;; version: 1.0 ;; version: 1.0
(defun org-reset-checkbox-state-maybe () (defun org-reset-checkbox-state-maybe ()
"Reset all checkboxes in an entry if the `RESET_CHECK_BOXES' property is set" "Reset all checkboxes in an entry if the `RESET_CHECK_BOXES' property is set"
(interactive "*") (interactive "*")