org-mode/lisp
Aaron Ecay 7106eab974 Many small code improvements
* lisp/org-capture.el (org-capture-member): Make obsolete; the old
definition was identical to ‘org-capture-get’ anyway.
(org-capture-mode-map): Move the calls to ‘define-key’ up to where the
variable is defined.
(org-capture-mode-hook): Small docstring tweak.
(org-capture-mode): Fix typo in mode lighter.
(org-capture-set-target-location, org-capture-place-item):
(org-capture-place-plain-text, org-capture-narrow):
(org-capture-empty-lines-after):
(org-capture-import-remember-templates): ‘if’ without else -> ‘when’
* lisp/org-colview.el (org-columns-edit-value): Change an error to a
user-error.
(org-columns-uncompile-format): Improve docstring.
* lisp/org-compat.el (org-remove-from-invisibility-spec): Make
obsolete, the underlying emacs function exists since 1997, commit 31aa282e.
(org-in-invisibility-spec-p, org-count-lines): ‘if’ without else -> ‘when’.
* lisp/org-element.el (org-element-swap-A-B):
* lisp/org-entities.el (org-entities-create-table):
* lisp/org-list.el (org-insert-item):
* lisp/org-macs.el (org-with-point-at, org-base-buffer):
(org-preserve-local-variables, org-overlay-display):
(org-overlay-before-string): ‘if’ without else -> ‘when’.
* lisp/org-eshell.el (org-eshell-open): Fix docstring typo.
* lisp/org-pcomplete.el (pcomplete/org-mode/file-option/language):
(pcomplete/org-mode/file-option/startup):
(pcomplete/org-mode/file-option/options):
(pcomplete/org-mode/file-option/infojs_opt):
(pcomplete/org-mode/link, pcomplete/org-mode/tex):
(pcomplete/org-mode/todo, pcomplete/org-mode/searchhead):
(pcomplete/org-mode/tag, pcomplete/org-mode/prop): Avoid the formerly
misspelled ‘pcomplete-uniqify-list’ function.  It has a defalias in
emacs >= 27; we add our own for older emacsen.
(pcomplete/org-mode/file-option/bind): ‘if’ without else -> ‘when’.
* lisp/org-protocol.el (org-protocol-capture):
(org-protocol-convert-query-to-plist): ‘if’ without else -> ‘when’.
(org-protocol-do-capture): Pacify byte compiler, simplify conditional
logic.
* lisp/org-table.el (org-table-create-with-table.el): Simplify conditional
logic.
(org-table-create, org-table-convert-region, org-table-next-field):
(org-table-beginning-of-field, org-table-end-of-field):
* lisp/org-w3m.el (org-w3m-copy-for-org-mode): ‘if’ without else ->
‘when’.
* lisp/org.el (org-babel-do-load-languages, org-previous-link):
(org-refile): Use ‘(foo ...)’ instead of ‘(funcall 'foo ...)’.
(org-add-log-note): Convert a long cond into a cl-case.
(org-priority): Improve docstring, show a deprecation warning if the
‘show’ argument is passed (which was previously silently ignored).
Also, use ?\s instead of ?\ as a character literal for space.
(org-fast-tag-insert): Fix docstring typo.
(org-fill-element): ‘if’ without else -> ‘when’.
(org-on-target-p): Remove ancient compatibility alias.
2018-05-10 04:22:30 +01:00
..
Makefile
ob-C.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-J.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-R.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-abc.el Update copyright years 2018-01-07 00:27:54 -05:00
ob-asymptote.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-awk.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-calc.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-clojure.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-comint.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-coq.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-core.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-css.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-ditaa.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-dot.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-ebnf.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-emacs-lisp.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-eval.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-exp.el Mark `org-get-indentation' as obsolete 2018-05-09 01:26:31 +02:00
ob-forth.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-fortran.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-gnuplot.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-groovy.el Replace dash by underscore in temp file names. 2018-02-24 21:39:50 +01:00
ob-haskell.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-hledger.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-io.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-java.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-js.el ob-js.el: fix declare-function calls for external library fns 2018-05-10 01:10:52 +01:00
ob-keys.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-latex.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-ledger.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-lilypond.el Merge branch 'maint' 2018-01-19 18:22:00 +01:00
ob-lisp.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-lob.el Merge branch 'maint' 2018-01-22 19:29:32 +01:00
ob-lua.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-makefile.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-matlab.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-maxima.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-mscgen.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-ocaml.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-octave.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-org.el Backport commit 66a4e651f from Emacs 2018-02-18 16:32:41 -05:00
ob-perl.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-picolisp.el Backport commit 66a4e651f from Emacs 2018-02-18 16:32:41 -05:00
ob-plantuml.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-processing.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-python.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-ref.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-ruby.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-sass.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-scheme.el ob-*: single armed “if” -> “when” 2018-05-10 01:14:24 +01:00
ob-screen.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-sed.el ob-sed: Use -f instead of --file to support BSD sed 2018-04-05 16:47:41 +02:00
ob-shell.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-shen.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-sql.el ob-sql.el: Improve Oracle connection and usage for ob-sql. 2018-03-16 23:01:58 +01:00
ob-sqlite.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-stan.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ob-table.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-tangle.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob-vala.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
ob.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-agenda.el org-agenda: misc code improvements 2018-05-10 04:22:30 +01:00
org-archive.el Rewrite tags setting functions 2018-04-20 10:51:21 +02:00
org-attach.el Merge branch 'maint' into wip 2018-04-27 01:09:51 +02:00
org-bbdb.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-bibtex.el Deprecate `org-get-local-tags' and `org-get-local-tags-at' 2018-04-19 11:51:54 +02:00
org-capture.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-clock.el Mark `org-get-indentation' as obsolete 2018-05-09 01:26:31 +02:00
org-colview.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-compat.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-crypt.el Update copyright years 2018-01-07 00:27:54 -05:00
org-ctags.el Update copyright years 2018-01-07 00:27:54 -05:00
org-datetree.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-docview.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-duration.el Merge branch 'maint' 2018-01-07 00:28:35 -05:00
org-element.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-entities.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-eshell.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-eww.el Fix typo in docstring 2018-04-26 09:56:45 +02:00
org-faces.el org-faces: Complete docstring for org-quote, org-verse 2018-04-28 09:50:51 +02:00
org-feed.el Mark `org-get-indentation' as obsolete 2018-05-09 01:26:31 +02:00
org-footnote.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
org-gnus.el org-gnus: Fix `org-gnus-store-link' 2018-03-03 23:33:17 +01:00
org-goto.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
org-habit.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-id.el Merge branch 'maint' 2018-01-19 18:22:00 +01:00
org-indent.el Mark `org-get-indentation' as obsolete 2018-05-09 01:26:31 +02:00
org-info.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-inlinetask.el org-inlinetask.el: Tiny formatting and rephrasing fixes 2018-04-26 15:51:18 +02:00
org-install.el
org-irc.el Merge branch 'maint' 2018-01-07 00:28:35 -05:00
org-lint.el org-lint: Remove useless checker 2018-04-19 11:52:07 +02:00
org-list.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-macro.el org-macro: Remove unnecessary `declare-function' 2018-04-29 12:26:59 +02:00
org-macs.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-mhe.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-mobile.el Rewrite tags setting functions 2018-04-20 10:51:21 +02:00
org-mouse.el Rewrite tags setting functions 2018-04-20 10:51:21 +02:00
org-pcomplete.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-plot.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-protocol.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-rmail.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
org-src.el Update declare-function calls for functions that have moved. 2018-05-10 01:04:12 +01:00
org-table.el Many small code improvements 2018-05-10 04:22:30 +01:00
org-tempo.el org-tempo.el: Enhance a few docstrings 2018-04-28 00:46:25 +02:00
org-timer.el Merge branch 'maint' 2018-01-19 18:22:00 +01:00
org-w3m.el Many small code improvements 2018-05-10 04:22:30 +01:00
org.el Many small code improvements 2018-05-10 04:22:30 +01:00
ox-ascii.el Remove `org-get-tags-string' 2018-04-19 11:52:07 +02:00
ox-beamer.el ox-beamer: Fix `org-beamer-select-environment' 2018-05-01 23:27:37 +02:00
ox-html.el ox-*: single-armed “if” -> “when” 2018-05-10 01:17:12 +01:00
ox-icalendar.el Use https for links to orgmode.org 2018-01-19 18:14:58 +01:00
ox-latex.el Remove `org-get-tags-string' 2018-04-19 11:52:07 +02:00
ox-man.el Update copyright years 2018-01-07 00:27:54 -05:00
ox-md.el Merge branch 'maint' 2018-04-21 11:13:03 +02:00
ox-odt.el Backport commit 69107f347 from Emacs 2018-02-18 16:32:41 -05:00
ox-org.el Implement `org-show-all' 2018-01-10 15:58:21 +01:00
ox-publish.el ox-*: single-armed “if” -> “when” 2018-05-10 01:17:12 +01:00
ox-texinfo.el ox-*: single-armed “if” -> “when” 2018-05-10 01:17:12 +01:00
ox.el Mark `org-get-indentation' as obsolete 2018-05-09 01:26:31 +02:00