[Bug] Documentation error(s) for org-babel-tangle-default-file-mode

2024-12-19 Thread Aitenate
ead-write +permissions for the user, read-only for everyone else." :group 'org-babel-tangle :package-version '(Org . "9.6") :type 'integer) If I've misread something, apologies for the noise. Regards, Aitenate

[BUG] Fontification error when unknown or missing lang

2025-01-26 Thread Aitenate
There appears to be a minor bug with fontification and certain block configurations. The following example block results in a fontification error. #+begin_example <-- two spaces followed by a tab #+end_example It looks like org-src-font-lock-fontify-block is the culprit because native-ta

Re: Generating the filename from name and file-ext for blocks with side-effects

2024-12-25 Thread Aitenate
On 25/12/2024 15:30, Ihor Radchenko wrote: Aitenate writes: With ~:results file~, the absence of ~:file~ will cause the filename to be constructed from the block name and ~:file-ext~, if they are both present. To achieve that with ~:results file link~, I could only come up with ~:var outFile

Generating the filename from name and file-ext for blocks with side-effects

2024-12-23 Thread Aitenate
x27;t)))~ Have I missed something obvious? Is there a better way to do this? If there isn't, would it be acceptable to add something like `org-babel-get-src-block-param-value' or maybe more specific like `org-babel-get-src-block-results-file-name'? Regards, Aitenate

Re: ob-haskell has stopped working

2025-02-25 Thread Aitenate
ems to be working fine for me. [1] - https://www.gnu.org/software/emacs/manual/html_node/use-package/Load-path.html [2] - https://github.com/haskell/haskell-mode/commit/2163e0d8373885789f74c39c214c33a7ea7a59b5 Regards, Aitenate

Re: ob-haskell has stopped working

2025-02-24 Thread Aitenate
It sound like the same issue I've experienced [1]. Try using an older version of haskell-mode and it should workaround the problem. [1] - https://github.com/haskell/haskell-mode/issues/1867 Regards, Aitenate

Re: ob-haskell has stopped working

2025-02-25 Thread Aitenate
e haskell-mode :load-path "/path/to/repo/haskell-mode") There may be better ways to achieve the above but it worked well enough for me. Regards, Aitenate