[O] Prolog: REPL hangs

2019-06-04 Thread Lawrence Bottorff
Have a look at this over at stackoverflow. I'm once again playing the eternal product tester. This time Prolog, and it seems like an org-mode problem. Could be wrong, though. LB

[O] Bug report: The link in the CDLaTeX section of the manual (11.5.3) is dead

2019-06-04 Thread Qqwy/Wiebe-Marten
Dear maintainers of org-mode, I was reading through the online manual today, and attempted to install `CDLaTeX` using the instructions found at https://orgmode.org/manual/CDLaTeX-mode.html (Section 11.5.3 of the manual). However, the link to find `cdlatex.el` and `texmathp.el`

[O] timing simulated editing of org-files

2019-06-04 Thread John Kitchin
Hi everyone, I am working on fixing some performance issues in org-ref for large files ( https://github.com/jkitchin/org-ref/issues/647). The issue is there is some interaction with font-lock that is triggered when editing that results in font-lock updates and it is especially notable in big

Re: [O] org-capture template to type in bills from shops in ledger format

2019-06-04 Thread Stefan Huchler
Michael Welle writes: > nice. I do something similar with a simple Perl script and an SQL > database as a backend and sometimes I mull over about what's wrong > with me ;). On the other hand, I've Org tables telling me when I got > hair cuts in the last 10 years or so. Did find a Bug in my

[O] PATCHES: Wrap code in , add an attribute for line number value

2019-06-04 Thread Nik Clayton
Hi, Attached are two TINYCHANGE patches that provide an alternative way of displaying line numbers in generated HTML output. The current approach hardcodes a span containing preformated text. It's non-trivial to move this in the displayed output or adjust the formatting. The content is also part