Deprecate org-no-warnings' in favor of
with-no-warnings'
* lisp/org-macs.el (org-no-warnings): Rewove macro. * lisp/org-compat.el (org-no-warnings): Mark `org-no-warnings' as obsolete. * contrib/lisp/org-contacts.el (defvar): * contrib/lisp/org-wl.el (org-wl-open): * lisp/org-agenda.el (defvar): (org-anniversary): (org-cyclic): (org-block): (org-date): * lisp/org-bbdb.el (defvar): * lisp/org-clock.el (org-clock-out): (org-clock-cancel): * lisp/org-mouse.el (org-mouse-show-context-menu): * lisp/org.el (org-modify-ts-extra): (org-order-calendar-date-args): Small refactoring. * lisp/ox-odt.el (org-odt-htmlfontify-string):
This commit is contained in:
parent
4170ea25f3
commit
0ec6917ed8
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ description."
|
|||
(goto-char marker)
|
||||
(when (eq major-mode 'org-mode) (org-show-context 'agenda)))))
|
||||
|
||||
(org-no-warnings (defvar date)) ;; unprefixed, from calendar.el
|
||||
(with-no-warnings (defvar date)) ;; unprefixed, from calendar.el
|
||||
(defun org-contacts-anniversaries (&optional field format)
|
||||
"Compute FIELD anniversary for each contact, returning FORMAT.
|
||||
Default FIELD value is \"BIRTHDAY\".
|
||||
|
|
Loading…
Reference in a new issue