Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
4.7 KiB

  1. ;;; org-journal-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "org-journal" "org-journal.el" (0 0 0 0))
  7. ;;; Generated autoloads from org-journal.el
  8. (add-hook 'calendar-today-visible-hook 'org-journal-mark-entries)
  9. (add-hook 'calendar-today-invisible-hook 'org-journal-mark-entries)
  10. (autoload 'org-journal-mode "org-journal" "\
  11. Mode for writing or viewing entries written in the journal.
  12. \(fn)" t nil)
  13. (define-obsolete-function-alias 'org-journal-open-next-entry 'org-journal-next-entry "2.1.0")
  14. (define-obsolete-function-alias 'org-journal-open-previous-entry 'org-journal-previous-entry "2.1.0")
  15. (autoload 'org-journal-convert-created-property-timestamps "org-journal" "\
  16. Convert CREATED property timestamps to `org-journal-created-property-timestamp-format'.
  17. \(fn OLD-FORMAT)" t nil)
  18. (autoload 'org-journal-new-entry "org-journal" "\
  19. Open today's journal file and start a new entry.
  20. With a PREFIX arg, open the today's file, create a heading if it doesn't exist yet,
  21. but do not create a new entry.
  22. If given a TIME, create an entry for the time's day. If no TIME was given,
  23. use the current time (which is interpreted as belonging to yesterday if
  24. smaller than `org-extend-today-until`).
  25. Whenever a journal entry is created the `org-journal-after-entry-create-hook'
  26. hook is run.
  27. \(fn PREFIX &optional TIME)" t nil)
  28. (autoload 'org-journal-new-date-entry "org-journal" "\
  29. Open the journal for the date indicated by point and start a new entry.
  30. If the date is not today, it won't be given a time heading. With one prefix (C-u),
  31. don't add a new heading.
  32. If the date is in the future, create a schedule entry, unless two universal prefix
  33. arguments (C-u C-u) are given. In that case insert just the heading.
  34. \(fn PREFIX &optional EVENT)" t nil)
  35. (autoload 'org-journal-new-scheduled-entry "org-journal" "\
  36. Create a new entry in the future with an active timestamp.
  37. With non-nil prefix argument create a regular entry instead of a TODO entry.
  38. \(fn PREFIX &optional SCHEDULED-TIME)" t nil)
  39. (autoload 'org-journal-reschedule-scheduled-entry "org-journal" "\
  40. Reschedule an entry in the future.
  41. \(fn &optional TIME)" t nil)
  42. (autoload 'org-journal-open-current-journal-file "org-journal" "\
  43. Open the current journal file" t nil)
  44. (autoload 'org-journal-invalidate-cache "org-journal" "\
  45. Clear `org-journal--dates' hash table, and the cache file." t nil)
  46. (autoload 'org-journal-mark-entries "org-journal" "\
  47. Mark days in the calendar for which a journal entry is present." t nil)
  48. (autoload 'org-journal-read-entry "org-journal" "\
  49. Open journal entry for selected date for viewing.
  50. \(fn ARG &optional EVENT)" t nil)
  51. (autoload 'org-journal-display-entry "org-journal" "\
  52. Display journal entry for selected date in another window.
  53. \(fn ARG &optional EVENT)" t nil)
  54. (autoload 'org-journal-read-or-display-entry "org-journal" "\
  55. Read an entry for the TIME and either select the new window when NOSELECT
  56. is nil or avoid switching when NOSELECT is non-nil.
  57. \(fn TIME &optional NOSELECT)" nil nil)
  58. (autoload 'org-journal-next-entry "org-journal" "\
  59. Go to the next journal entry." t nil)
  60. (autoload 'org-journal-previous-entry "org-journal" "\
  61. Go to the previous journal entry." t nil)
  62. (autoload 'org-journal-search "org-journal" "\
  63. Search for a string in the journal files.
  64. See `org-read-date' for information on ways to specify dates.
  65. If a prefix argument is given, search all dates.
  66. \(fn STR &optional PERIOD-NAME)" t nil)
  67. (autoload 'org-journal-search-calendar-week "org-journal" "\
  68. Search for a string within a current calendar-mode week entries.
  69. \(fn STR)" t nil)
  70. (autoload 'org-journal-search-calendar-month "org-journal" "\
  71. Search for a string within a current calendar-mode month entries.
  72. \(fn STR)" t nil)
  73. (autoload 'org-journal-search-calendar-year "org-journal" "\
  74. Search for a string within a current calendar-mode year entries.
  75. \(fn STR)" t nil)
  76. (autoload 'org-journal-search-forever "org-journal" "\
  77. Search for a string within all entries.
  78. \(fn STR)" t nil)
  79. (autoload 'org-journal-search-future "org-journal" "\
  80. Search for a string within all future entries.
  81. \(fn STR)" t nil)
  82. (autoload 'org-journal-search-future-scheduled "org-journal" "\
  83. Search for TODOs within all future entries." t nil)
  84. (add-hook 'org-journal-mode-hook (lambda nil (add-hook org-journal-encrypt-on 'org-journal-encryption-hook nil t)))
  85. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-journal" '("org-journal-")))
  86. ;;;***
  87. ;; Local Variables:
  88. ;; version-control: never
  89. ;; no-byte-compile: t
  90. ;; no-update-autoloads: t
  91. ;; coding: utf-8
  92. ;; End:
  93. ;;; org-journal-autoloads.el ends here