aboutsummaryrefslogtreecommitdiff
path: root/ob-stan.el
AgeCommit message (Collapse)Author
2017-12-13Fix some defcustoms typesNicolas Goaziou
* lisp/ob-stan.el (org-babel-stan-cmdstan-directory): * lisp/org.el (org-latex-default-packages-alist): * lisp/ox-odt.el (org-odt-with-latex): Fix type mismatch. Fixes: 29695
2017-09-17Backport commit bc511a64f from EmacsPaul Eggert
Prefer HTTPS to FTP and HTTP in documentation bc511a64f6da9ab51acc7c8865e80c4a4cb655c2 Paul Eggert Wed Sep 13 15:54:37 2017 -0700
2017-01-05Update copyright yearsKyle Meyer
2016-07-25Use `string-match-p' instead of `org-string-match-p'Nicolas Goaziou
* contrib/lisp/org-contacts.el (org-contacts-filter): (org-contacts-complete-group): (org-contacts-complete-tags-props): * contrib/lisp/org-wl.el (org-wl-open): * contrib/lisp/ox-bibtex.el (org-bibtex-merge-contiguous-citations): * lisp/ob-core.el (org-babel-demarcate-block): * lisp/ob-processing.el (org-babel-processing-view-sketch): * lisp/ob-stan.el (org-babel-execute:stan): * lisp/org-agenda.el (org-agenda-get-category-icon): * lisp/org-clock.el (org-clock-into-drawer): * lisp/org-element.el (org-element-link-parser): * lisp/org-lint.el (org-lint-orphaned-affiliated-keywords): (org-lint-invalid-babel-call-block): (org-lint-colon-in-name): * lisp/org-list.el (org-list-item-body-column): * lisp/org-macro.el (org-macro-replace-all): * lisp/org-plot.el (org-plot/gnuplot-script): * lisp/org-table.el (org-table-export): (org-table-align): (org-table-get-range): (org-table-recalculate): (org-table-expand-lhs-ranges): (org-table-formula-substitute-names): (org-table-show-reference): (orgtbl-to-texinfo): (org-table-remote-reference-indirection): * lisp/org.el (org-make-link-string): (org--open-elisp-link): (org-open-at-point): (org-store-log-note): (org-cached-entry-get): (org--valid-property-p): (org-entry-properties): (org-buffer-property-keys): (org-insert-drawer): (org-display-inline-images): (org-in-commented-heading-p): * lisp/ox-ascii.el (org-ascii-keyword): * lisp/ox-beamer.el (org-beamer--format-frame): * lisp/ox-html.el (org-html-keyword): * lisp/ox-latex.el (org-latex--label): (org-latex-headline): (org-latex-item): (org-latex-keyword): (org-latex--inline-image): (org-latex-src-block): * lisp/ox-odt.el (org-odt-styles-dir): (org-odt-keyword): (org-odt--translate-latex-fragments): * lisp/ox-texinfo.el (org-texinfo-template): (org-texinfo-keyword): (org-texinfo-src-block): * lisp/ox.el (org-export-inline-image-p): (org-export-file-uri): * testing/lisp/test-org-table.el (test-org-table/to-generic): (test-org-table/to-latex): (test-org-table/to-html): (test-org-table/named-field): (test-org-table/named-column): (test-org-table/tab-indent): (test-org-table/first-rc): (test-org-table/last-rc): Use `string-match-p' instead of `org-string-match-p'.
2016-01-10Update copyright years for master-only filesKyle Meyer
2015-10-26Switch some Babel-related libraries to lexical bindingNicolas Goaziou
* lisp/ob-sed.el: * lisp/ob-shen.el: (org-babel-execute:shen): * lisp/ob-sql.el: (org-babel-prep-session:sql): * lisp/ob-sqlite.el: (org-babel-execute:sqlite): (org-babel-prep-session:sqlite): * lisp/ob-stan.el: (org-babel-prep-session:stan): * lisp/ob-table.el: Switch some libraries to lexical binding.
2015-09-03Add Babel support for StanKyle Meyer
* lisp/ob-stan.el: New file. * lisp/org.el (org-babel-load-languages): Add Stan.