branch: externals-release/org
commit 4cf2b36c661a062a6f6f642d5793673b1588919e
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    etc/ORG-NEWS: Fix code example
---
 etc/ORG-NEWS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 4799593d13..9ac22dc07c 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -272,9 +272,11 @@ Added option ~:readonly~ to =ob-sqlite=.
 With ~:readonly yes~, the database is opened in readonly mode. For
 example:
 
-#+begin_src sqlite :db /tmp/rip.db  :readonly yes  :exports both
+#+begin_example
+,#+begin_src sqlite :db /tmp/rip.db  :readonly yes  :exports both
 create table rip(a,b);
-#+end_src
+,#+end_src
+#+end_example
 
 This results in an error such as:
 

Reply via email to