> >>> On 12-Oct-2016, at 9:10 am, Vikas Rawal <vikasli...@agrarianresearch.org> >>> wrote: >>> >>> Wrong type argument: stringp, nil >> >> >> Debug gives me this: >> >> Debugger entered--Lisp error: (wrong-type-argument stringp nil) > > I guess this is a cache bug. Try M-x org-element-cache-reset in a buffer > where the error happens. Does it disappear? >
You are perhaps right. M-x org-element-cache-reset did not solve the problem but restarting emacs did. Thanks. Vikas