Results 14 comments of Andreas

I will retract the above snippet. It let's the function work for what it worked for before but the new results are nonsense.

I have this same issue. I haven't tried with a clean emacs but `(setq setting org-startup-truncated nil)` in the current instance does not fix this issue. Neither truncate-long-lines or visual-line-mode...

Thanks for the response. I will give a bit more detail as soon as I get back to the issue. How I set the variable was that I opened `ielm`...

Given a little time it seems like I have found this substitution for `org-babel-get-header` to work for me ``` (mapcar #'cdr (org-babel--get-vars params)) ``` This was quoted from the change-log...