branch: externals-release/org
commit 1b237357c6b8a736b00e5c9b1dd3d0947f0f7b35
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 9ac22dc07c..4ffa0da870 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -335,14 +335,14 @@ can be used.
The =onlyenv= environment limits showing parts of an animated Beamer
slide to specific animation steps.
-#+BEGIN_SRC org
+#+begin_example
,***** Comment
:PROPERTIES:
:BEAMER_env: onlyenv
:BEAMER_act: <2->
:END:
This text will be displayed on animation step 2 and later.
-#+END_SRC
+#+end_example
**** =ox-html=: Headline self links can be enabled from an Org mode file