[O] Bug: Insert org headline errors out [8.0.2 (release_8.0.2-68-g40635b @ /home/dsubramanian/.emacs.d/thirdparty/org-mode/lisp/)]

2013-05-03 Thread deepak subramanian
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

Re: [O] Bug: Insert org headline errors out [8.0.2 (release_8.0.2-68-g40635b @ /home/dsubramanian/.emacs.d/thirdparty/org-mode/lisp/)]

2013-05-04 Thread deepak subramanian
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