summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-02 19:56:07 +0100
committerBastien Guerry <bzg@altern.org>2011-01-02 19:56:07 +0100
commitdf7db40794ff717f3e9bdc308d0fefd8129d00eb (patch)
tree4fa422833fdbf22c535241fbd48223a14794bb90
parentd5476255b88eb37fb982428d537e56c180a791e0 (diff)
downloadorg-mode-df7db40794ff717f3e9bdc308d0fefd8129d00eb.tar.gz
Changes.org: fix s/√©/é.
-rw-r--r--ORGWEBPAGE/Changes.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/ORGWEBPAGE/Changes.org b/ORGWEBPAGE/Changes.org
index c88d879..3f8917e 100644
--- a/ORGWEBPAGE/Changes.org
+++ b/ORGWEBPAGE/Changes.org
@@ -77,7 +77,7 @@ quarters.
SQL code blocks can now be executed using the =myosql= engine on
Windows systems.
-Thanks to Sébastien Vauban for this contribution.
+Thanks to Sébastien Vauban for this contribution.
**** Python code blocks now accept a =preamble= header argument
This allows specification of coding declarations and library imports
@@ -88,7 +88,7 @@ For example
#+begin_src org
,#+begin_src python :preamble # -*- coding: utf-8 -*- :return s
- ,s = "é"
+ ,s = "é"
,#+end_src
#+end_src
@@ -135,7 +135,7 @@ export. For example
,#+END_RESULT
#+end_src
-Thanks to Sébastien Vauban for persistently suggesting this enhancement.
+Thanks to Sébastien Vauban for persistently suggesting this enhancement.
**** Code block error buffer wiped clean between executions
Previously the code block error buffer accumulated errors making it