<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/Tests/Readers/Org, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2021-12-14T19:34:32Z</updated>
<entry>
<title>Org reader: parse official org-cite citations.</title>
<updated>2021-12-14T19:34:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-14T18:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=394fa9d0727a30f540d9c36ccfa68fc942cad587'/>
<id>urn:sha1:394fa9d0727a30f540d9c36ccfa68fc942cad587</id>
<content type='text'>
We also support the older org-ref style as a fallback.
We no longer support the "markdown-style" citations.

See #7329.
</content>
</entry>
<entry>
<title>Org reader: remove support for "Berkeley style" citations.</title>
<updated>2021-12-14T17:20:26Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-14T17:20:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5817e864918e5d03b6402afac0ff8c748a2ac2f6'/>
<id>urn:sha1:5817e864918e5d03b6402afac0ff8c748a2ac2f6</id>
<content type='text'>
See #7329.
</content>
</entry>
<entry>
<title>Org reader: allow an initial :PROPERTIES: drawer to add to metadata.</title>
<updated>2021-10-23T05:10:25Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-10-23T05:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c712d13b67a92c887d5ef185064aecf0972d4496'/>
<id>urn:sha1:c712d13b67a92c887d5ef185064aecf0972d4496</id>
<content type='text'>
Closes #7520.
</content>
</entry>
<entry>
<title>Org reader: fix bug in org-ref citation parsing.</title>
<updated>2021-02-18T20:59:18Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-02-18T20:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=743f7216de98556a316301ac72b8606bafc2deee'/>
<id>urn:sha1:743f7216de98556a316301ac72b8606bafc2deee</id>
<content type='text'>
The org-ref syntax allows to list multiple citations separated by comma.
This fixes a bug that accepted commas as part of the citation id, so all
citation lists were parsed as one single citation.

Fixes: #7101
</content>
</entry>
<entry>
<title>Org: support task_lists extension</title>
<updated>2021-02-13T21:00:37Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-02-13T08:37:43Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a3beed9db874517fa57b55380658f4e019e809b2'/>
<id>urn:sha1:a3beed9db874517fa57b55380658f4e019e809b2</id>
<content type='text'>
The tasks lists extension is now supported by the org reader and writer;
the extension is turned on by default.

Closes: #6336
</content>
</entry>
<entry>
<title>Avoid unnecessary use of NoImplicitPrelude pragma (#7089)</title>
<updated>2021-02-07T18:02:35Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-02-07T18:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d202f7eb77242bd2d9395b950b74fc9b22f9ae13'/>
<id>urn:sha1:d202f7eb77242bd2d9395b950b74fc9b22f9ae13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Org reader: allow multiple pipe chars in todo sequences</title>
<updated>2021-01-09T12:40:31Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-09T12:35:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=fe1378227b24fa6a8661b2e0d377b808eb270c52'/>
<id>urn:sha1:fe1378227b24fa6a8661b2e0d377b808eb270c52</id>
<content type='text'>
Additional pipe chars, used to separate "action" state from "no further
action" states, are ignored. E.g., for the following sequence, both
`DONE` and `FINISHED` are states with no further action required.

    #+TODO: UNFINISHED | DONE | FINISHED

Previously, parsing of the todo sequence failed if multiple pipe chars
were included.

Closes: #7014
</content>
</entry>
<entry>
<title>Update copyright notices for 2021 (#7012)</title>
<updated>2021-01-08T17:38:20Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-08T17:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4f3434586743afb69f00ca91fe6ec9b68b39ae7e'/>
<id>urn:sha1:4f3434586743afb69f00ca91fe6ec9b68b39ae7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Org reader: mark verbatim code with class "verbatim". (#6998)</title>
<updated>2021-01-03T07:57:47Z</updated>
<author>
<name>Dimitri Sabadie</name>
<email>dimitri.sabadie@gmail.com</email>
</author>
<published>2021-01-03T07:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=57b10941521d9db808e3892ea9893878065b7c50'/>
<id>urn:sha1:57b10941521d9db808e3892ea9893878065b7c50</id>
<content type='text'>
* Replace org-mode’s verbatim from code to codeWith.

This adds the `"verbatim"` class so that exporters can apply a specific
style on it. For instance, it will be possible for HTML to add a CSS
rule for code + verbatim class.

* Alter test for org-mode’s verbatim change.

See previous commit for further detail on the new implementation.</content>
</entry>
<entry>
<title>Org reader: restructure output of captioned code blocks</title>
<updated>2021-01-01T10:18:36Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-01-01T09:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=17e3efc785fa8b0680ec6d4ebaac1ea6bdb57e1a'/>
<id>urn:sha1:17e3efc785fa8b0680ec6d4ebaac1ea6bdb57e1a</id>
<content type='text'>
The Div wrapper of code blocks with captions now has the class
"captioned-content". The caption itself is added as a Plain block
inside a Div of class "caption". This makes it easier to write filters
which match on captioned code blocks. Existing filters will need to be
updated.

Closes: #6977
</content>
</entry>
</feed>
