emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] (org-insert-heading "hello")


From: John Kitchin
Subject: Re: [O] (org-insert-heading "hello")
Date: Mon, 5 Jun 2017 06:00:04 -0600

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

On Mon, Jun 5, 2017 at 12:55 AM, <address@hidden> wrote:

(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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]