Re: [O] (org-insert-heading "hello")
arg is for the prefix arg.You want this: (org-insert-heading) (insert "hello") John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme
[O] (org-insert-heading "hello")
(org-insert-heading "hello") emacs lisp function ignores argument and inserts blank heading. I think is a change of mode to add the argument but which command.