Re: [O] Haskell org-mode problems redux

2019-05-30 Thread Lawrence Bottorff
Gosh, it worked. So I wasn't crazy or remiss, rather, I just didn't know how deep the rabbit hole was. Thanks! One odd thing still. I tried to run #+begin_src haskell :set prompt-cont "" #+end_src and like other times before trying to run Haskell blocks it complained saying executing Haskell cod

Re: [O] Haskell org-mode problems redux

2019-05-30 Thread Bruno Barbier
Hi Lawrence, Lawrence Bottorff writes: > I've been trying to get Haskell to work in babel code blocks for a long > time. A year or so ago I tried and eventually gave up. I tried again > recently . . . same old problems, i.e., the code block is evaluated > exclusively by the ghci REPL, which d

[O] Haskell org-mode problems redux

2019-05-30 Thread Lawrence Bottorff
I've been trying to get Haskell to work in babel code blocks for a long time. A year or so ago I tried and eventually gave up. I tried again recently . . . same old problems, i.e., the code block is evaluated exclusively by the ghci REPL, which doesn't understand or play well with an org babel code

Re: [O] A recent fix caused other face highlighting issue

2019-05-30 Thread Kévin Le Gouguec
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> This commit "42abf5c6954dee8410e33d0c5140d3b36c9d1c15" try to fix >> org-do-emphasis-faces function on strike-through fontification on heading. >> But >> it failed on verbatim like ~code~, =verbatim= etc. Can it be reverted? or >> p

Re: [O] Vertical bars in org file break export to ics

2019-05-30 Thread Nicolas Goaziou
Hello, thu...@arcor.de (Thomas Plass) writes: > michael wrote at 08:57 on May 30, 2019: > : for the following *.org file running org-icalendar-export-to-ics will fail > : with "Args out of range: [nil nil], 2". > : > : * This is a test > : <2020-01-01 Mi> > : > : | | | > : | | | | | > > Org r

Re: [O] A recent fix caused other face highlighting issue

2019-05-30 Thread Nicolas Goaziou
Hello, stardiviner writes: > This commit "42abf5c6954dee8410e33d0c5140d3b36c9d1c15" try to fix > org-do-emphasis-faces function on strike-through fontification on heading. But > it failed on verbatim like ~code~, =verbatim= etc. Can it be reverted? or > provide > another solution? I reverted t

Re: [O] Vertical bars in org file break export to ics

2019-05-30 Thread Thomas Plass
Hello michael, michael wrote at 08:57 on May 30, 2019: : for the following *.org file running org-icalendar-export-to-ics will fail : with "Args out of range: [nil nil], 2". : : * This is a test : <2020-01-01 Mi> : : | | | : | | | | | Org recognizes the last two lines as a genuine Org table (

Re: [O] Vertical bars in org file break export to ics

2019-05-30 Thread Fraga, Eric
On Thursday, 30 May 2019 at 08:57, michael wrote: > (The reason i have these vertical bars in my files is that i tend to use > graphics created with Emacs artist mode for the purpose of network > documentation.) Whether this is a bug or not, I will leave for others to decide. However, if you are

[O] Vertical bars in org file break export to ics

2019-05-30 Thread michael
Hello list, for the following *.org file running org-icalendar-export-to-ics will fail with "Args out of range: [nil nil], 2". * This is a test <2020-01-01 Mi> | | | | | | | | The error also occurs without any personal configuration files loaded using the following software versions: - Org V