org-bbdb.el 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. ;;; org-bbdb.el --- Support for links to BBDB entries from within Org-mode
  2. ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
  3. ;; Free Software Foundation, Inc.
  4. ;; Author: Carsten Dominik <carsten at orgmode dot org>,
  5. ;; Thomas Baumann <thomas dot baumann at ch dot tum dot de>
  6. ;; Keywords: outlines, hypermedia, calendar, wp
  7. ;; Homepage: http://orgmode.org
  8. ;; Version: 6.18
  9. ;;
  10. ;; This file is part of GNU Emacs.
  11. ;;
  12. ;; GNU Emacs is free software: you can redistribute it and/or modify
  13. ;; it under the terms of the GNU General Public License as published by
  14. ;; the Free Software Foundation, either version 3 of the License, or
  15. ;; (at your option) any later version.
  16. ;; GNU Emacs is distributed in the hope that it will be useful,
  17. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. ;; GNU General Public License for more details.
  20. ;; You should have received a copy of the GNU General Public License
  21. ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  22. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  23. ;;
  24. ;;; Commentary:
  25. ;; This file implements links to BBDB database entries from within Org-mode.
  26. ;; Org-mode loads this module by default - if this is not what you want,
  27. ;; configure the variable `org-modules'.
  28. ;; It also implements an interface (based on Ivar Rummelhoff's
  29. ;; bbdb-anniv.el) for those org-mode users, who do not use the diary
  30. ;; but who do want to include the anniversaries stored in the BBDB
  31. ;; into the org-agenda. If you already include the `diary' into the
  32. ;; agenda, you might want to prefer to include the anniversaries in
  33. ;; the diary using bbdb-anniv.el.
  34. ;;
  35. ;; Put the following in /somewhere/at/home/diary.org and make sure
  36. ;; that this file is in `org-agenda-files`
  37. ;;
  38. ;; %%(org-bbdb-anniversaries)
  39. ;;
  40. ;; For example my diary.org looks like:
  41. ;; * Anniversaries
  42. ;; #+CATEGORY: Anniv
  43. ;; %%(org-bbdb-anniversaries)
  44. ;;
  45. ;;
  46. ;; The anniversaries are stored in BBDB in the field `anniversary'
  47. ;; in the format
  48. ;;
  49. ;; YYYY-MM-DD{ CLASS-OR-FORMAT-STRING}*
  50. ;; {\nYYYY-MM-DD CLASS-OR-FORMAT-STRING}*
  51. ;;
  52. ;; CLASS-OR-FORMAT-STRING is one of two things:
  53. ;;
  54. ;; * an identifier for a class of anniversaries (eg. birthday or
  55. ;; wedding) from `org-bbdb-anniversary-format-alist'.
  56. ;; * the (format) string displayed in the diary.
  57. ;;
  58. ;; It defaults to the value of `org-bbdb-default-anniversary-format'
  59. ;; ("birthday" by default).
  60. ;;
  61. ;; The substitutions in the format string are (in order):
  62. ;; * the name of the record containing this anniversary
  63. ;; * the number of years
  64. ;; * an ordinal suffix (st, nd, rd, th) for the year
  65. ;;
  66. ;; See the documentation of `org-bbdb-anniversary-format-alist' for
  67. ;; further options.
  68. ;;
  69. ;; Example
  70. ;;
  71. ;; 1973-06-22
  72. ;; 20??-??-?? wedding
  73. ;; 1998-03-12 %s created bbdb-anniv.el %d years ago
  74. ;;
  75. ;; From Org's agenda, you can use `C-c C-o' to jump to the BBDB
  76. ;; link from which the entry at point originates.
  77. ;;
  78. ;;; Code:
  79. (require 'org)
  80. (eval-when-compile
  81. (require 'cl))
  82. ;; Declare external functions and variables
  83. (declare-function bbdb "ext:bbdb-com" (string elidep))
  84. (declare-function bbdb-company "ext:bbdb-com" (string elidep))
  85. (declare-function bbdb-current-record "ext:bbdb-com"
  86. (&optional planning-on-modifying))
  87. (declare-function bbdb-name "ext:bbdb-com" (string elidep))
  88. (declare-function bbdb-record-getprop "ext:bbdb" (record property))
  89. (declare-function bbdb-record-name "ext:bbdb" (record))
  90. (declare-function bbdb-records "ext:bbdb"
  91. (&optional dont-check-disk already-in-db-buffer))
  92. (declare-function bbdb-split "ext:bbdb" (string separators))
  93. (declare-function bbdb-string-trim "ext:bbdb" (string))
  94. (declare-function calendar-leap-year-p "calendar" (year))
  95. (declare-function diary-ordinal-suffix "diary-lib" (n))
  96. (defvar date) ;; dynamically scoped from Org
  97. ;; Customization
  98. (defgroup org-bbdb-anniversaries nil
  99. "Customizations for including anniversaries from BBDB into Agenda."
  100. :group 'org-bbdb)
  101. (defcustom org-bbdb-default-anniversary-format "birthday"
  102. "Default anniversary class."
  103. :type 'string
  104. :group 'org-bbdb-anniversaries
  105. :require 'bbdb)
  106. (defcustom org-bbdb-anniversary-format-alist
  107. '(("birthday" lambda
  108. (name years suffix)
  109. (concat "Birthday: [[bbdb:" name "][" name " ("
  110. (number-to-string years)
  111. suffix ")]]"))
  112. ("wedding" lambda
  113. (name years suffix)
  114. (concat "[[bbdb:" name "][" name "'s "
  115. (number-to-string years)
  116. suffix " wedding anniversary]]")))
  117. "How different types of anniversaries should be formatted.
  118. An alist of elements (STRING . FORMAT) where STRING is the name of an
  119. anniversary class and format is either:
  120. 1) A format string with the following substitutions (in order):
  121. * the name of the record containing this anniversary
  122. * the number of years
  123. * an ordinal suffix (st, nd, rd, th) for the year
  124. 2) A function to be called with three arguments: NAME YEARS SUFFIX
  125. (string int string) returning a string for the diary or nil.
  126. 3) An Emacs Lisp form that should evaluate to a string (or nil) in the
  127. scope of variables NAME, YEARS and SUFFIX (among others)."
  128. :type 'sexp
  129. :group 'org-bbdb-anniversaries
  130. :require 'bbdb)
  131. (defcustom org-bbdb-anniversary-field 'anniversary
  132. "The BBDB field which contains anniversaries.
  133. The anniversaries are stored in the following format
  134. YYYY-MM-DD Class-or-Format-String
  135. where class is one of the customized classes for anniversaries;
  136. birthday and wedding are predefined. Format-String can take three
  137. substitutions 1) the name of the record containing this
  138. anniversary, 2) the number of years, and 3) an ordinal suffix for
  139. the year.
  140. Multiple anniversaries can be separated by \\n."
  141. :type 'symbol
  142. :group 'org-bbdb-anniversaries
  143. :require 'bbdb)
  144. (defcustom org-bbdb-extract-date-fun 'org-bbdb-anniv-extract-date
  145. "How to retrieve `month date year' from the anniversary field.
  146. Customize if you have already filled your BBDB with dates
  147. different from YYYY-MM-DD. The function must return a list (month
  148. date year)."
  149. :type 'function
  150. :group 'org-bbdb-anniversaries
  151. :require 'bbdb)
  152. ;; Install the link type
  153. (org-add-link-type "bbdb" 'org-bbdb-open 'org-bbdb-export)
  154. (add-hook 'org-store-link-functions 'org-bbdb-store-link)
  155. ;; Implementation
  156. (defun org-bbdb-store-link ()
  157. "Store a link to a BBDB database entry."
  158. (when (eq major-mode 'bbdb-mode)
  159. ;; This is BBDB, we make this link!
  160. (let* ((name (bbdb-record-name (bbdb-current-record)))
  161. (company (bbdb-record-getprop (bbdb-current-record) 'company))
  162. (link (org-make-link "bbdb:" name)))
  163. (org-store-link-props :type "bbdb" :name name :company company
  164. :link link :description name)
  165. link)))
  166. (defun org-bbdb-export (path desc format)
  167. "Create the export version of a BBDB link specified by PATH or DESC.
  168. If exporting to either HTML or LaTeX FORMAT the link will be
  169. italicised, in all other cases it is left unchanged."
  170. (cond
  171. ((eq format 'html) (format "<i>%s</i>" (or desc path)))
  172. ((eq format 'latex) (format "\\textit{%s}" (or desc path)))
  173. (t (or desc path))))
  174. (defun org-bbdb-open (name)
  175. "Follow a BBDB link to NAME."
  176. (require 'bbdb)
  177. (let ((inhibit-redisplay (not debug-on-error))
  178. (bbdb-electric-p nil))
  179. (catch 'exit
  180. ;; Exact match on name
  181. (bbdb-name (concat "\\`" name "\\'") nil)
  182. (if (< 0 (buffer-size (get-buffer "*BBDB*"))) (throw 'exit nil))
  183. ;; Exact match on name
  184. (bbdb-company (concat "\\`" name "\\'") nil)
  185. (if (< 0 (buffer-size (get-buffer "*BBDB*"))) (throw 'exit nil))
  186. ;; Partial match on name
  187. (bbdb-name name nil)
  188. (if (< 0 (buffer-size (get-buffer "*BBDB*"))) (throw 'exit nil))
  189. ;; Partial match on company
  190. (bbdb-company name nil)
  191. (if (< 0 (buffer-size (get-buffer "*BBDB*"))) (throw 'exit nil))
  192. ;; General match including network address and notes
  193. (bbdb name nil)
  194. (when (= 0 (buffer-size (get-buffer "*BBDB*")))
  195. (delete-window (get-buffer-window "*BBDB*"))
  196. (error "No matching BBDB record")))))
  197. (defun org-bbdb-anniv-extract-date (time-str)
  198. "Convert YYYY-MM-DD to (month date year).
  199. Argument TIME-STR is the value retrieved from BBDB."
  200. (multiple-value-bind (y m d) (bbdb-split time-str "-")
  201. (list (string-to-number m)
  202. (string-to-number d)
  203. (string-to-number y))))
  204. (defun org-bbdb-anniv-split (str)
  205. "Split multiple entries in the BBDB anniversary field.
  206. Argument STR is the anniversary field in BBDB."
  207. (let ((pos (string-match "[ \t]" str)))
  208. (if pos (list (substring str 0 pos)
  209. (bbdb-string-trim (substring str pos)))
  210. (list str nil))))
  211. (defvar org-bbdb-anniv-hash nil
  212. "A hash holding anniversaries extracted from BBDB.
  213. The hash table is created on first use.")
  214. (defvar org-bbdb-updated-p t
  215. "This is non-nil if BBDB has been updated since we last built the hash.")
  216. (defun org-bbdb-make-anniv-hash ()
  217. "Create a hash with anniversaries extracted from BBDB, for fast access.
  218. The anniversaries are assumed to be stored `org-bbdb-anniversary-field'."
  219. (let (split tmp annivs)
  220. (clrhash org-bbdb-anniv-hash)
  221. (dolist (rec (bbdb-records))
  222. (when (setq annivs (bbdb-record-getprop
  223. rec org-bbdb-anniversary-field))
  224. (setq annivs (bbdb-split annivs "\n"))
  225. (while annivs
  226. (setq split (org-bbdb-anniv-split (pop annivs)))
  227. (multiple-value-bind (m d y)
  228. (funcall org-bbdb-extract-date-fun (car split))
  229. (setq tmp (gethash (list m d) org-bbdb-anniv-hash))
  230. (puthash (list m d) (cons (list y
  231. (bbdb-record-name rec)
  232. (cadr split))
  233. tmp)
  234. org-bbdb-anniv-hash))))))
  235. (setq org-bbdb-updated-p nil))
  236. (defun org-bbdb-updated (rec)
  237. "Record the fact that BBDB has been updated.
  238. This is used by Org to re-create the anniversary hash table."
  239. (setq org-bbdb-updated-p t))
  240. (add-hook 'bbdb-after-change-hook 'org-bbdb-updated)
  241. ;;;###autoload
  242. (defun org-bbdb-anniversaries()
  243. "Extract anniversaries from BBDB for display in the agenda."
  244. (require 'bbdb)
  245. (require 'diary-lib)
  246. (unless (hash-table-p org-bbdb-anniv-hash)
  247. (setq org-bbdb-anniv-hash
  248. (make-hash-table :test 'equal :size 366)))
  249. (when (or org-bbdb-updated-p
  250. (= 0 (hash-table-count org-bbdb-anniv-hash)))
  251. (org-bbdb-make-anniv-hash))
  252. (let* ((m (car date)) ; month
  253. (d (nth 1 date)) ; day
  254. (y (nth 2 date)) ; year
  255. (annivs (gethash (list m d) org-bbdb-anniv-hash))
  256. (text ())
  257. split class form rec recs)
  258. ;; we don't want to miss people born on Feb. 29th
  259. (when (and (= m 3) (= d 1)
  260. (not (null (gethash (list 2 29) org-bbdb-anniv-hash)))
  261. (not (calendar-leap-year-p y)))
  262. (setq recs (gethash (list 2 29) org-bbdb-anniv-hash))
  263. (while (setq rec (pop recs))
  264. (push rec annivs)))
  265. (when annivs
  266. (while (setq rec (pop annivs))
  267. (when rec
  268. (let* ((class (or (nth 2 rec)
  269. org-bbdb-default-anniversary-format))
  270. (form (or (cdr (assoc class
  271. org-bbdb-anniversary-format-alist))
  272. class)) ; (as format string)
  273. (name (nth 1 rec))
  274. (years (- y (car rec)))
  275. (suffix (diary-ordinal-suffix years))
  276. (tmp (cond
  277. ((functionp form)
  278. (funcall form name years suffix))
  279. ((listp form) (eval form))
  280. (t (format form name years suffix)))))
  281. (org-add-props tmp nil 'org-bbdb-name name)
  282. (if text
  283. (setq text (append text (list tmp)))
  284. (setq text (list tmp)))))
  285. ))
  286. (when text
  287. (mapconcat 'identity text "; "))))
  288. (provide 'org-bbdb)
  289. ;; arch-tag: 9e4f275d-d080-48c1-b040-62247f66b5c2
  290. ;;; org-bbdb.el ends here