0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-12 12:09:55 +00:00
org-mode/lisp
Aaron Ecay 140aacbf2f Use ‘eq’ instead of ‘equal’ for symbols
* lisp/ob-C.el (org-babel-C-val-to-C-type):
* lisp/ob-core.el (org-babel-get-colnames):
(org-babel-disassemble-tables):
* lisp/ob-lua.el (org-babel-lua-var-to-lua):
(org-babel-lua-table-or-string):
* lisp/ob-python.el (org-babel-python-var-to-python):
(org-babel-python-table-or-string):
* lisp/ob-ruby.el (org-babel-ruby-var-to-ruby):
(org-babel-ruby-table-or-string):
* lisp/ob-shell.el (org-babel-sh-var-to-string):
* lisp/ob-sqlite.el (org-babel-sqlite-table-or-scalar):
* lisp/org-agenda.el (org-agenda-prepare-window):
(org-compile-prefix-format):
* lisp/org-bibtex.el (org-bibtex-headline):
* lisp/org-capture.el (org-capture):
* lisp/org-colview.el (org-columns-next-allowed-value):
* lisp/org-mhe.el (org-mhe-store-link):
(org-mhe-get-message-real-folder):
(org-mhe-get-message-folder):
(org-mhe-get-message-num):
(org-mhe-get-header):
(org-mhe-follow-link):
* lisp/org-table.el (org-define-lookup-function):
* lisp/org.el (format-spec):
* lisp/ox-odt.el (org-odt--translate-description-lists):
* lisp/ox-publish.el (org-publish-compare-directory-files):
Use `eq' instead of `equal' when comparing to symbols.
* lisp/org-timer.el (org-timer-set-mode-line):
* lisp/org-capture.el (org-capture-finalize):
Use `cl-case' instead of `(cond ((eq x 'foo) ...) ...)'.
2016-09-25 16:29:06 +01:00
..
Makefile
ob-abc.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-asymptote.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-awk.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-C.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-calc.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-clojure.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-comint.el ob-comint: Fix org-babel-comint-in-buffer 2016-09-03 02:48:23 +01:00
ob-coq.el ox-coq.el: Clean up 2016-02-11 08:54:03 +01:00
ob-core.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-css.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
ob-ditaa.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-dot.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-ebnf.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-emacs-lisp.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-eval.el babel: change single-armed ‘if’ statements to ‘when’ 2016-09-03 02:45:27 +01:00
ob-exp.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-forth.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-fortran.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-gnuplot.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-groovy.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-haskell.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-io.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-J.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-java.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-js.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-keys.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
ob-latex.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-ledger.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-lilypond.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-lisp.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-lob.el Fix coderef handling in source blocks 2016-08-28 11:56:14 +02:00
ob-lua.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-makefile.el Merge branch 'maint' 2016-01-09 17:43:27 -05:00
ob-matlab.el Merge branch 'maint' 2016-01-09 17:43:27 -05:00
ob-maxima.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-mscgen.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-ocaml.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-octave.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-org.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-perl.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-picolisp.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-plantuml.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-processing.el Remove unnecessary (require 'cl) 2016-07-25 15:41:02 +02:00
ob-python.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-R.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-ref.el Clean up string handling. 2016-08-24 16:05:54 +01:00
ob-ruby.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-sass.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-scala.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-scheme.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-screen.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-sed.el Merge branch 'maint' 2016-01-09 17:43:27 -05:00
ob-shell.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-shen.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-sql.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob-sqlite.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ob-stan.el Use string-match-p' instead of org-string-match-p' 2016-07-25 15:21:12 +02:00
ob-table.el babel: change single-armed ‘if’ statements to ‘when’ 2016-09-03 02:45:27 +01:00
ob-tangle.el Use assq instead of assoc for :keywords 2016-09-23 11:20:09 +01:00
ob.el Merge branch 'maint' 2016-01-09 17:43:27 -05:00
org-agenda.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-archive.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-attach.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-bbdb.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-bibtex.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-capture.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-clock.el Use org-with-wide-buffer where appropriate 2016-09-03 01:44:58 +01:00
org-colview.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-compat.el org-compat: Silence byte-compiler 2016-09-07 18:31:23 +02:00
org-crypt.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-ctags.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-datetree.el String handling improvements. 2016-09-03 02:05:10 +01:00
org-docview.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-element.el Silence byte-compiler 2016-07-25 17:10:53 +02:00
org-entities.el Merge branch 'maint' 2016-09-01 18:26:48 +02:00
org-eshell.el Update eshell link definition 2016-07-18 22:47:50 +02:00
org-eww.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-faces.el Silence byte-compiler 2016-09-24 10:52:49 +02:00
org-feed.el Mark a few functions as obsolete 2016-06-23 10:00:00 +02:00
org-footnote.el org-footnote: Silence byte-compiler 2016-09-07 15:56:38 +02:00
org-gnus.el Deprecate org-remove-(angle-brackets,double-quotes) 2016-09-03 02:22:11 +01:00
org-habit.el Silence byte-compiler 2016-07-25 17:10:53 +02:00
org-id.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-indent.el org-indent: Remove (require 'cl) 2016-07-25 15:42:25 +02:00
org-info.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-inlinetask.el Silence byte-compiler 2016-07-25 17:10:53 +02:00
org-install.el org-install.el: Do not warn users. 2013-01-22 14:08:39 +01:00
org-irc.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-lint.el org-lint: Fix Babel header arg value checker 2016-09-19 00:56:34 +02:00
org-list.el String handling improvements. 2016-09-03 02:05:10 +01:00
org-macro.el Deprecate org-remove-(angle-brackets,double-quotes) 2016-09-03 02:22:11 +01:00
org-macs.el Remove compatibility code for subr-x.el defsubsts 2016-09-06 00:08:32 +02:00
org-mhe.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-mobile.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-mouse.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-pcomplete.el Mark `org-bound-and-true-p' as obsolete 2016-06-23 14:23:52 +02:00
org-plot.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org-protocol.el Clean up string handling. 2016-08-24 16:05:54 +01:00
org-rmail.el Deprecate org-remove-(angle-brackets,double-quotes) 2016-09-03 02:22:11 +01:00
org-src.el Silence byte-compiler 2016-09-24 10:52:49 +02:00
org-table.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-timer.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
org-w3m.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
org.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ox-ascii.el Silence byte-compiler 2016-07-25 17:10:53 +02:00
ox-beamer.el String handling improvements. 2016-09-03 02:05:10 +01:00
ox-html.el String handling improvements. 2016-09-03 02:05:10 +01:00
ox-icalendar.el ox-icalendar: Do not require cl' since cl-lib' is used 2016-05-26 16:08:15 +02:00
ox-latex.el ox-latex: Fix typo 2016-08-28 12:14:39 +02:00
ox-man.el Turn org-mode into Org or Org mode 2016-08-23 22:13:56 +02:00
ox-md.el String handling improvements. 2016-09-03 02:05:10 +01:00
ox-odt.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ox-org.el Move obsolete declarations into "org-compat.el" 2016-06-30 15:20:51 +02:00
ox-publish.el Use ‘eq’ instead of ‘equal’ for symbols 2016-09-25 16:29:06 +01:00
ox-texinfo.el Clean up string handling. 2016-08-24 16:05:54 +01:00
ox.el ox: Use tabulated lists for export stack display 2016-09-07 18:27:54 +02:00