0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 02:40:43 +00:00
org-mode/lisp
Carsten Dominik 272a536080 Make it possible to have two spaces after some list bullets.
This patch introduces a new variable,
`org-list-two-spaces-after-bullet-regexp'.  It can be a regular
expression matching plain list bullets.  When it matches, changing the
bullet type will introduce two spaces instead of one after each
bullet.

For example,

   (setq org-list-two-spaces-after-bullet-regexp "[.)]")

will make two spaces after "1." and "1)".
2008-11-21 06:54:46 +01:00
..
ChangeLog Make it possible to have two spaces after some list bullets. 2008-11-21 06:54:46 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-archive.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-attach.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-bbdb.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-bibtex.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-clock.el More clean-up of the clock persistence code. 2008-11-21 06:19:29 +01:00
org-colview-xemacs.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-colview.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-compat.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-exp.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-export-latex.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-faces.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-gnus.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-id.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-info.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-irc.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-jsinfo.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-list.el Make it possible to have two spaces after some list bullets. 2008-11-21 06:54:46 +01:00
org-mac-message.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-macs.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-mew.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-mhe.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-mouse.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-plot.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-publish.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-remember.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-rmail.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-table.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-vm.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org-wl.el 6.13pre02. 2008-11-20 15:02:53 +01:00
org.el Allow a second space after "1." bullet for line wrapping. 2008-11-21 06:00:42 +01:00