aboutsummaryrefslogtreecommitdiff
path: root/test/command/9639.md
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-04-06 18:24:54 -0700
committerJohn MacFarlane <[email protected]>2024-04-06 18:24:54 -0700
commitc0768e87cf329b4ba6ee6e0da5eed8bfb5a92d4a (patch)
tree72ebcd704eb5bcf043fe53564c0f1bc5b1e882ef /test/command/9639.md
parent5e507024b9bb83fc04747f6251e92fa1d15c6aea (diff)
Org reader: Fix treatment of `id` property under heading.
Cloess #9639.
Diffstat (limited to 'test/command/9639.md')
-rw-r--r--test/command/9639.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/9639.md b/test/command/9639.md
new file mode 100644
index 000000000..e7107a559
--- /dev/null
+++ b/test/command/9639.md
@@ -0,0 +1,11 @@
+```
+% pandoc -f org -t native
+#+title: repro
+
+* heading-name
+:PROPERTIES:
+:ID: 123abc
+:END:
+^D
+[ Header 1 ( "123abc" , [] , [] ) [ Str "heading-name" ] ]
+```