aboutsummaryrefslogtreecommitdiffstats
path: root/scratch/semgrep/test.org
blob: aac16d0e9c58dab926afe0ef4bbe4109b3cf54f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#+title: Test

It has started all wars.

No more data. It is a case of food suply. No more data. It is a case of food
supply and nothing else for the.

How an that

#+begin_src emacs-lisp :results value raw
(json-encode
 (org-element-map
     (org-element-parse-buffer)
     'paragraph
   (lambda (hl)
     (car
      (org-element-contents hl)))))
#+end_src

#+RESULTS: