Rodrigo Morales writes:
> Consider the following file.
> ...
> I evaluated the following sexp using M-: (eval-expression) while being
> in the buffer =a.org=.
>
> #+BEGIN_SRC elisp
> (progn
> (require 'org-num)
> (setq org-num-skip-commented t)
> (org-num-mode 1)
> (setq org-num-skip-comm
Consider the following file.
#+HEADER: :tangle /tmp/a.org
#+BEGIN_SRC org
,* COMMENT a
paragraph
,* COMMENT b
paragraph
,* COMMENT c
paragraph
#+END_SRC
I started Emacs using the command shown below.
#+BEGIN_SRC sh
emacs -Q /tmp/a.org
#+END_SRC
I evaluated the following sexp using M-: (e