I am getting the below error when inserting a headline in org mode using
Ctrl-Enter or M-Enter
System : Ubuntu 10.04
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
looking-at(nil)
(and (looking-at org-complex-heading-regexp) (match-beginning 4) (> p
(match-beginning 4)))
(le
Thanks for your response. The major mode is not org mode.
The issue was not with org mode but with my dot-emacs. My apologies for
reporting a false bug report.
On Sat, May 4, 2013 at 1:02 AM, Nicolas Goaziou wrote:
> Hello,
>
> deepak subramanian writes:
>
> > I am getti