summaryrefslogtreecommitdiff
path: root/lisp/org/oc.el
Commit message (Collapse)AuthorAgeFilesLines
* Update to Org 9.5.1-25-g9ca3bcKyle Meyer2021-12-111-1/+1
|
* Update to Org 9.5.1-11-g96d91bKyle Meyer2021-11-271-21/+22
|
* Update to Org 9.5-68-g77e2ecKyle Meyer2021-11-061-1/+21
|
* Update to Org 9.5-57-g9bc3a2Kyle Meyer2021-10-161-15/+21
|
* Update to Org 9.5-46-gb71474Kyle Meyer2021-10-091-16/+36
|
* Remove bogus ":safe t" custom propertiesGlenn Morris2021-10-021-6/+3
| | | | | | | | | | | * lisp/org/oc.el (org-cite-global-bibliography) (org-cite-note-rules, org-cite-punctuation-marks): * lisp/org/oc-csl.el (org-cite-csl-locales-dir) (org-cite-csl-styles-dir, org-cite-csl-no-citelinks-backends): * lisp/org/oc-natbib.el (org-cite-natbib-options): * lisp/org/org-keys.el (org-mouse-1-follows-link): Remove bogus ":safe t" properties that would largely need to be replaced by custom predicates.
* Remove bogus ":safe nil" custom propertiesGlenn Morris2021-10-021-8/+4
| | | | | | | | | | | | | | * lisp/org/oc.el (org-cite-activate-processor) (org-cite-export-processors, org-cite-follow-processor) (org-cite-insert-processor): * lisp/org/ol.el (org-link-parameters, org-link-frame-setup) (org-link-shell-confirm-function) (org-link-shell-skip-confirm-regexp) (org-link-elisp-confirm-function) (org-link-elisp-skip-confirm-regexp): * lisp/org/org-num.el (org-num-format-function): Remove bogus ":safe nil" that do nothing but propagate a misunderstanding of the safe-local-variable property.
* The safe-local-variable property is a function (bug#50944)Glenn Morris2021-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * lisp/org/oc-basic.el (org-cite-basic-sorting-field) (org-cite-basic-author-year-separator) (org-cite-basic-max-key-distance) (org-cite-basic-author-column-end) (org-cite-basic-column-separator) (org-cite-basic-mouse-over-key-face): * lisp/org/oc-biblatex.el (org-cite-biblatex-options): * lisp/org/oc-csl.el (org-cite-csl-link-cites) (org-cite-csl-html-hanging-indent) (org-cite-csl-html-label-width-per-char) (org-cite-csl-latex-hanging-indent): * lisp/org/oc.el (org-cite-adjust-note-numbers): * lisp/org/org-keys.el (org-return-follows-link): * lisp/org/org.el (org-fontify-todo-headline): * lisp/org/ox-html.el (org-html-equation-reference-format) (org-html-wrap-src-lines): * lisp/org/ox-latex.el (org-latex-reference-command) (org-latex-default-quote-environment): * lisp/textmodes/tildify.el (tildify-pattern) (tildify-space-string): Fix :safe property.
* ; Standardize some license headersGlenn Morris2021-10-011-3/+5
|
* Update to Org 9.5Kyle Meyer2021-09-291-0/+1608