Re: [Orgmode] Argument to org-insert-subheading should be optional [7.01trans]

2010-08-27 Thread Carsten Dominik
On Aug 25, 2010, at 5:28 PM, M. Creidieki Crouch wrote: The (org-insert-subheading arg) function in org.el should probably have "arg" as an optional argument. It's used only as a parameter to (org-insert-heading (&optional force-heading invisible-ok)), so it doesn't make much sense as a mand

[Orgmode] Argument to org-insert-subheading should be optional [7.01trans]

2010-08-25 Thread M. Creidieki Crouch
The (org-insert-subheading arg) function in org.el should probably have "arg" as an optional argument. It's used only as a parameter to (org-insert-heading (&optional force-heading invisible-ok)), so it doesn't make much sense as a mandatory parameter. I believe that this is also true of (org-ins