mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-11 16:08:15 +00:00
Arch-tag lines and declaration fixes from upstream Emacs.
This commit is contained in:
parent
3b5e243e21
commit
15db65ad72
@ -49,7 +49,7 @@
|
||||
(declare-function calendar-hebrew-date-string "cal-hebrew" (&optional date))
|
||||
(declare-function calendar-islamic-date-string "cal-islam" (&optional date))
|
||||
(declare-function calendar-iso-date-string "cal-iso" (&optional date))
|
||||
(declare-function calendar-iso-from-absolute "cal-iso" (&optional date))
|
||||
(declare-function calendar-iso-from-absolute "cal-iso" (date))
|
||||
(declare-function calendar-julian-date-string "cal-julian" (&optional date))
|
||||
(declare-function calendar-mayan-date-string "cal-mayan" (&optional date))
|
||||
(declare-function calendar-persian-date-string "cal-persia" (&optional date))
|
||||
@ -5141,5 +5141,6 @@ belonging to the \"Work\" category."
|
||||
|
||||
(provide 'org-agenda)
|
||||
|
||||
;;; org-agenda.el ends here
|
||||
;; arch-tag: 77f7565d-7c4b-44af-a2df-9f6f7070cff1
|
||||
|
||||
;;; org-agenda.el ends here
|
||||
|
@ -405,4 +405,6 @@ the children that do not contain any open TODO items."
|
||||
|
||||
(provide 'org-archive)
|
||||
|
||||
;; arch-tag: 0837f601-9699-43c3-8b90-631572ae6c85
|
||||
|
||||
;;; org-archive.el ends here
|
||||
|
@ -277,4 +277,6 @@ Argument STR is the anniversary field in BBDB."
|
||||
|
||||
(provide 'org-bbdb)
|
||||
|
||||
;; arch-tag: 9e4f275d-d080-48c1-b040-62247f66b5c2
|
||||
|
||||
;;; org-bbdb.el ends here
|
||||
|
@ -201,4 +201,6 @@
|
||||
|
||||
(provide 'org-bibtex)
|
||||
|
||||
;; arch-tag: 83987d5a-01b8-41c7-85bc-77700f1285f5
|
||||
|
||||
;;; org-bibtex.el ends here
|
||||
|
@ -922,6 +922,6 @@ the currently selected interval size."
|
||||
|
||||
(provide 'org-clock)
|
||||
|
||||
;; arch-tag: 7b42c5d4-9b36-48be-97c0-66a869daed4c
|
||||
|
||||
;;; org-clock.el ends here
|
||||
|
||||
|
||||
|
@ -1441,5 +1441,5 @@ This will add overlays to the date lines, to show the summary for each day."
|
||||
(provide 'org-colview)
|
||||
(provide 'org-colview-xemacs)
|
||||
|
||||
;;; org-colview.el ends here
|
||||
;;; org-colview-xemacs.el ends here
|
||||
|
||||
|
@ -1214,5 +1214,6 @@ This will add overlays to the date lines, to show the summary for each day."
|
||||
|
||||
(provide 'org-colview)
|
||||
|
||||
;;; org-colview.el ends here
|
||||
;; arch-tag: 61f5128d-747c-4983-9479-e3871fa3d73c
|
||||
|
||||
;;; org-colview.el ends here
|
||||
|
@ -251,4 +251,6 @@ that can be added."
|
||||
|
||||
(provide 'org-compat)
|
||||
|
||||
;; arch-tag: a0a0579f-e68c-4bdf-9e55-93768b846bbe
|
||||
|
||||
;;; org-compat.el ends here
|
||||
|
@ -764,6 +764,12 @@ modified) list.")
|
||||
val)))
|
||||
dir))
|
||||
|
||||
(defun org-export-process-option-filters (plist)
|
||||
(let ((functions org-export-options-filters) f)
|
||||
(while (setq f (pop functions))
|
||||
(setq plist (funcall f plist))))
|
||||
plist)
|
||||
|
||||
;;;###autoload
|
||||
(defun org-export (&optional arg)
|
||||
"Export dispatcher for Org-mode.
|
||||
@ -3765,11 +3771,6 @@ The XOXO buffer is named *xoxo-<source buffer name>*"
|
||||
|
||||
(provide 'org-exp)
|
||||
|
||||
;; arch-tag: 65985fe9-095c-49c7-a7b6-cb4ee15c0a95
|
||||
|
||||
;;; org-exp.el ends here
|
||||
|
||||
|
||||
(defun org-export-process-option-filters (plist)
|
||||
(let ((functions org-export-options-filters) f)
|
||||
(while (setq f (pop functions))
|
||||
(setq plist (funcall f plist))))
|
||||
plist)
|
@ -1540,4 +1540,5 @@ Valid parameters are
|
||||
(provide 'org-export-latex)
|
||||
|
||||
;; arch-tag: 23c2b87d-da04-4c2d-ad2d-1eb6487bc3ad
|
||||
|
||||
;;; org-export-latex.el ends here
|
||||
|
@ -458,4 +458,6 @@ If it is less than 8, the level-1 face gets re-used for level N+1 etc."
|
||||
|
||||
(provide 'org-faces)
|
||||
|
||||
;; arch-tag: 9dab5f91-c4b9-4d6f-bac3-1f6211ad0a04
|
||||
|
||||
;;; org-faces.el ends here
|
||||
|
@ -126,4 +126,6 @@ negates this setting for the duration of the command."
|
||||
|
||||
(provide 'org-gnus)
|
||||
|
||||
;; arch-tag: 512e0840-58fa-45b3-b456-71e10fa2376d
|
||||
|
||||
;;; org-gnus.el ends here
|
||||
|
@ -80,4 +80,6 @@
|
||||
|
||||
(provide 'org-info)
|
||||
|
||||
;; arch-tag: 1e289f54-7176-487f-b575-dd4854bab15e
|
||||
|
||||
;;; org-info.el ends here
|
||||
|
@ -203,4 +203,6 @@ Option settings will replace the %MANAGER-OPTIONS cookie."
|
||||
|
||||
(provide 'org-infojs)
|
||||
|
||||
;; arch-tag: c71d1d85-3337-4817-a066-725e74ac9eac
|
||||
|
||||
;;; org-infojs.el ends here
|
||||
|
@ -254,4 +254,5 @@ default."
|
||||
(provide 'org-irc)
|
||||
|
||||
;; arch-tag: 018d7dda-53b8-4a35-ba92-6670939e525a
|
||||
|
||||
;;; org-irc.el ends here
|
||||
|
@ -81,4 +81,5 @@ end tell")))
|
||||
(provide 'org-mac-message)
|
||||
|
||||
;; arch-tag: 3806d0c1-abe1-4db6-9c31-f3ed7d4a9b32
|
||||
|
||||
;;; org-mac-message.el ends here
|
||||
|
@ -221,4 +221,6 @@ This is in contrast to merely setting it to 0."
|
||||
|
||||
(provide 'org-macs)
|
||||
|
||||
;; arch-tag: 7e6a73ce-aac9-4fc0-9b30-ce6f89dc6668
|
||||
|
||||
;;; org-macs.el ends here
|
||||
|
@ -124,4 +124,6 @@
|
||||
|
||||
(provide 'org-mew)
|
||||
|
||||
;; arch-tag: 07ccdca7-6020-4941-a593-588a1e51b870
|
||||
|
||||
;;; org-mew.el ends here
|
||||
|
@ -213,4 +213,6 @@ folders."
|
||||
|
||||
(provide 'org-mhe)
|
||||
|
||||
;; arch-tag: dcb05484-8627-491d-a8c1-01dbd2bde4ae
|
||||
|
||||
;;; org-mhe.el ends here
|
||||
|
@ -1115,3 +1115,5 @@ SCHEDULED: or DEADLINE: or ANYTHINGLIKETHIS:"
|
||||
(provide 'org-mouse)
|
||||
|
||||
;; arch-tag: ff1ae557-3529-41a3-95c6-baaebdcc280f
|
||||
|
||||
;;; org-mouse.el ends-here
|
||||
|
@ -666,4 +666,5 @@ the project."
|
||||
|
||||
|
||||
;; arch-tag: 72807f3c-8af0-4a6b-8dca-c3376eb25adb
|
||||
|
||||
;;; org-publish.el ends here
|
||||
|
@ -777,5 +777,6 @@ See also the variable `org-reverse-note-order'."
|
||||
|
||||
(provide 'org-remember)
|
||||
|
||||
;;; org-remember.el ends here
|
||||
;; arch-tag: 497f30d0-4bc3-4097-8622-2d27ac5f2698
|
||||
|
||||
;;; org-remember.el ends here
|
||||
|
@ -106,4 +106,6 @@
|
||||
|
||||
(provide 'org-rmail)
|
||||
|
||||
;; arch-tag: c6cf4a8b-6639-4b7f-821f-bdf10746b173
|
||||
|
||||
;;; org-rmail.el ends here
|
||||
|
@ -3912,4 +3912,6 @@ this function is called."
|
||||
|
||||
(provide 'org-table)
|
||||
|
||||
;; arch-tag: 4d21cfdd-0268-440a-84b0-09237a0fe0ef
|
||||
|
||||
;;; org-table.el ends here
|
||||
|
@ -127,4 +127,6 @@
|
||||
|
||||
(provide 'org-vm)
|
||||
|
||||
;; arch-tag: cbc3047b-935e-4d2a-96e7-c5b0117aaa6d
|
||||
|
||||
;;; org-vm.el ends here
|
||||
|
@ -143,4 +143,6 @@
|
||||
|
||||
(provide 'org-wl)
|
||||
|
||||
;; arch-tag: 29b75a0f-ef2e-430b-8abc-acff75bde54a
|
||||
|
||||
;;; org-wl.el ends here
|
||||
|
@ -2176,11 +2176,11 @@ Normal means, no org-mode-specific context."
|
||||
(defvar mark-active)
|
||||
|
||||
;; Various packages
|
||||
(declare-function calendar-absolute-from-iso "cal-iso" (&optional date))
|
||||
(declare-function calendar-absolute-from-iso "cal-iso" (date))
|
||||
(declare-function calendar-forward-day "cal-move" (arg))
|
||||
(declare-function calendar-goto-date "cal-move" (date))
|
||||
(declare-function calendar-goto-today "cal-move" ())
|
||||
(declare-function calendar-iso-from-absolute "cal-iso" (&optional date))
|
||||
(declare-function calendar-iso-from-absolute "cal-iso" (date))
|
||||
(defvar calc-embedded-close-formula)
|
||||
(defvar calc-embedded-open-formula)
|
||||
(declare-function cdlatex-tab "ext:cdlatex" ())
|
||||
@ -13692,6 +13692,7 @@ Still experimental, may disappear in the future."
|
||||
(run-hooks 'org-load-hook)
|
||||
|
||||
;; arch-tag: e77da1a7-acc7-4336-b19e-efa25af3f9fd
|
||||
|
||||
;;; org.el ends here
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user