Dear OrgMode Developers & Maintainers,
First of all, thank you s much for such a wonderful software! I am
using OrgMode every second and this is always a wonderful experience.
I just run into this small problem which is maybe a bug: I cannot PDF
export this small demo.org file.
Best,
Vincent
Wow, that's fast!
Thanks
Le lun. 1 juin 2020 à 15:17, Nicolas Goaziou a
écrit :
> Hello,
>
> Vincent Picaud writes:
>
> > I just run into this small problem which is maybe a bug: I cannot PDF
> > export this small demo.org file.
>
> [...]
>
> &g
When I tangle code "C-c C-v t" of this org-mode file:
#+title: Demo
#+property: header-args:sh :tangle example.sh :comments link
* Part A
** source
#+begin_src sh
echo "Part A"
#+end_src
* Part B
** source
#+begin_