summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2011-06-21 15:43:14 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2011-06-21 15:43:14 +0200
commit6413de8e916559cce5d9625174512827e3a36682 (patch)
tree599cc74006cca775ad6c7048edf4246b71f3f2ed
parent4f3a31dd974f93cb6d7c3f8cbb0c0e2df19adb61 (diff)
downloadorg-mode-6413de8e916559cce5d9625174512827e3a36682.tar.gz
Introduce alias for diary-float
* lisp/org-agenda.el (org-float): Aliases for `diary-float'. This is just to make sure that all the diary sexp functions have org- equivalents. org-float is just an alias because no arguments need to be switched around.
-rw-r--r--lisp/org-agenda.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 0c7eabb..3735edd 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4841,6 +4841,7 @@ This function is invoked if `org-agenda-todo-ignore-deadlines',
(org-no-warnings
(let ((calendar-date-style 'european) (european-calendar-style t))
(diary-date day month year mark))))
+(defalias 'org-float 'diary-float)
;; Define the` org-class' function
(defun org-class (y1 m1 d1 y2 m2 d2 dayname &rest skip-weeks)