Re: LaTeX export failure

2020-01-30 Thread Thomas S. Dye
Thanks Eric, Good to know. I'll try to track down the issue when I find time. All the best, Tom Fraga, Eric writes: On Wednesday, 29 Jan 2020 at 15:22, Thomas S. Dye wrote: Here is the offending bit, which worked fine last November but fails today: #+caption: Compare figure\nbsp{}[[fig:mq

Re: [QUESTION] A decision about matching ob-sql.el's :engine header argument match sql-mode product name

2020-01-30 Thread stardiviner
Tim Cross writes: > My vote would be to modify ob-sql and change the hard coded values into > a custom variable. Then users can add/remove/modify engine names to suit > their requirements. The default should probably match the product names > supported by sql.el (you could even have multiple en

Delay all occurences for a heading scheduled with repeater not work.

2020-01-30 Thread hhkg
Hi, In https://orgmode.org/manual/Deadlines-and-Scheduling.html#Deadlines-and-Scheduling It says: "If you want to delay the display of this task in the agenda, use ‘SCHEDULED: <2004-12-25 Sat -2d>’: the task is still scheduled on the 25th but will appear two days later. In case the task contai

Bug: Symlink handling in org-babel-load-file

2020-01-30 Thread Ricky Saurav
The org-babel-load-file behavior for symlinks seems to have changed between org-9.1.5(emacs 26.3) and org-9.3(emacs 27.0.6). The change seems to be that org-9.3 gets the modification time for the file, which org-9.1.5 resolves the file in case the orginial file is a symlink before doing the same.