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

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

diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index c48a63db92..b0396e7bbe 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -669,11 +669,11 @@ a per source block basis.
 
 To get back the old behavior, add
 
-#+BEGIN_SRC emacs-lisp
+#+begin_example
 (with-eval-after-load 'ob-calc
   (setq org-babel-header-args:calc
         (append '(:results . "verbatim") org-babel-header-args:calc)))
-#+END_SRC
+#+end_example
 
 to your configuration.
 

Reply via email to