Re: Typo in ob-haskell.el

2025-11-02 Thread Ihor Radchenko
"Thomas S. Dye" writes: > Line 60 of ob-haskell.el refers to a :padlines header argument. > It should be :padline. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=913383554 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at

Typo in ob-haskell.el

2025-10-07 Thread Thomas S. Dye
Aloha all, Line 60 of ob-haskell.el refers to a :padlines header argument. It should be :padline. The patch I was preparing altered dozens of lines, apparently because the original includes trailing whitespace that I trim when saving. Let me know if you have questions. All the best, Tom -