diff options
| author | Eli Zaretskii | 2011-09-27 19:46:17 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-27 19:46:17 +0300 |
| commit | aa97fd08e3b8d6a218b977ffba668f9cc63e0c17 (patch) | |
| tree | a2ecbf4c5fe1633f429d299896ce8bb895406a91 /lisp/org/ChangeLog | |
| parent | 502f9ebda07a494d37a9127bd396718f42c4c4d9 (diff) | |
| download | emacs-aa97fd08e3b8d6a218b977ffba668f9cc63e0c17.tar.gz emacs-aa97fd08e3b8d6a218b977ffba668f9cc63e0c17.zip | |
Force left-to-right paragraphs in Org buffers.
lisp/org/org.el (org-mode): Force left-to-right paragraphs in Org
buffers. For a related discussions, see
https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 1c320f20e51..9fbeb9f1882 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-09-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * org.el (org-mode): Force left-to-right paragraphs in Org | ||
| 4 | buffers. For a related discussions, see | ||
| 5 | https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html. | ||
| 6 | |||
| 1 | 2011-09-17 Juanma Barranquero <lekktu@gmail.com> | 7 | 2011-09-17 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | * org.el (org-toggle-pretty-entities): Fix typo in message. | 9 | * org.el (org-toggle-pretty-entities): Fix typo in message. |