0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-28 17:01:02 +00:00

ORG-NEWS: Fix a small typo in new org babel header example

* etc/ORG-NEWS (Using): Fix typo in babel :header-args: conversion

TINYCHANGE
This commit is contained in:
Jay Kamat 2017-07-31 22:47:33 -07:00 committed by Nicolas Goaziou
parent 808089ee04
commit f320f05192

View file

@ -157,7 +157,7 @@ should be written instead
,* Headline ,* Headline
:PROPERTIES: :PROPERTIES:
:header-args: :exports code :header-args: :exports code
:header-args: :var a=1 b=2 :header-args+: :var a=1 b=2
:header-args+: :var c=3 :header-args+: :var c=3
:END: :END:
#+END_EXAMPLE #+END_EXAMPLE