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
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
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
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
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
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
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