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
1 changed files with 1 additions and 1 deletions

View File

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