Commit Graph

13 Commits

Author SHA1 Message Date
Kyle Meyer bd1c3187cf .dir-locals.el: Set indent-tabs-mode to nil in Elisp sources
Despite .dir-locals.el having a catchall value of t for
indent-tabs-mode, Org's Elisp files are a mix of tabs and spaces.
Emacs has used a value of nil for indent-tabs-mode since 93d4412046
(Set indent-tabs-mode to nil in (most) Elisp sources, 2015-04-15).  Do
the same.

Ref: https://orgmode.org/list/87eejsg9vw.fsf@gnu.org
2020-12-23 00:00:26 -05:00
Nicolas Goaziou f269f19d9a Remove non-existing variable in .dir-locals 2019-02-14 00:05:00 +01:00
Nicolas Goaziou e43c7a3575 org-manual: Auto-adjust footnotes upon insertion
* doc/org-manual.org: Re-order footnotes.
* .dir-locals.el (org-mode): Auto-adjust footnotes.
2018-05-27 22:03:42 +02:00
Nicolas Goaziou 1f0561b63c org-manual: Use .dir-locals instead of file local variables
* .dir-locals.el (org-mode): Update settings.
* doc/org-manual.org (Local variables): Remove.
2018-05-27 21:41:18 +02:00
Bastien 65d70388ab .dir-locals.el: Don't hide emphasis markers
This is needed so that e.g. emphasis markers in org-manual.org tables
don't create text changes that should be ignored.
2018-04-28 12:15:28 +02:00
Nicolas Goaziou d87148057e Update .dir-locals
* .dir-locals.el (org-mode): Update default values.
* lisp/org-list.el (org-list-description-max-indent): Add :safe
  keyword.
2018-02-27 19:17:18 +01:00
Nicolas Goaziou 290bbc14ad Update ".dir-locals.el"
* .dir-locals.el (org-mode): Add Org mode specific options so manual
   is more homogeneous.
2017-12-17 11:06:05 +01:00
Nicolas Goaziou 1882be68ba Remove ".dir-settings.el"
* .dir-settings.el: Remove file.
* .dir-locals.el: Remove reference to ".dir-settings.el".
2017-12-17 09:53:16 +01:00
Michael Brand 1b042ea709 Directory local variables: Set sentence-end-double-space to t
* .dir-locals.el: Add comments and set `sentence-end-double-space' to t.

* .dir-settings.el: Add comments and set `sentence-end-double-space' to t.
2012-08-10 09:24:19 +02:00
Bastien Guerry 971b9eeacd Make .dir-locals.el a true copy of .dir-settings.el
This prevents problems with symbolic links on cygwin distributions.
2011-01-15 12:44:34 +01:00
Carsten Dominik de0903ba9f Added a symlink .dir-locals.el 2010-04-26 06:46:16 +02:00
Carsten Dominik 4dc0e6062d Remove .dir-locals.el 2010-04-26 06:45:32 +02:00
Carsten Dominik 0483c0b595 Added a symlink `.dir-locals.el 2010-04-23 21:31:45 +02:00