Hi list,
I've been learning some Scheme recently and decided to use Org
mode and babel so I could document my progress, keep notes, etc.
together with the code I write. I also installed the geiser
package to work with Scheme source files directly.
This all worked perfectly, until I made the
Hi,
> -Original Message-
> From: Nicolas Goaziou
> Sent: den 17 januari 2020 01:40
> To: Gustav Wikström
> Cc: emacs-orgmode@gnu.org
> Subject: Re: attachment: link type export to HTML invalid attach dir
>
> Gustav Wikström writes:
>
> > Hardcoding the translation of attachment-links
Hi,
> -Original Message-
> From: Emacs-orgmode On
> Behalf Of stardiviner
> Sent: den 17 januari 2020 08:39
> To: emacs-orgmode@gnu.org
> Subject: Missing `org-attach-set-inherit' function
>
>
> I found the function ~org-attach-set-inherit~ is missing. I noticed it in
> the Info documen
Hi again,
> -Original Message-
> From: Gustav Wikström
> Sent: den 17 januari 2020 15:30
> To: 'Nicolas Goaziou'
> Cc: emacs-orgmode@gnu.org
> Subject: RE: attachment: link type export to HTML invalid attach dir
>
> Hi,
>
> [...]
>
> >
> > It is true that Element library expands link ab
org-guide.org:Introduction/Activation says:
--8<---cut here---start->8---
Add the following lines to your Emacs init file. The last four lines
define /global/ keys for some commands---please choose suitable keys
yourself.
#+begin_src emacs-lisp
;; The followin
Ok, so change pushed...
Where org-element-link-parser now sets one extra property only for attachment
links. The exporters and org-link-open use this additional information when
exporting and opening attachment links. Feature parity with file links should
now be complete. Note that exporters ou
Nick Dokos writes:
> org-guide.org:Introduction/Activation says:
>
> --8<---cut here---start->8---
> Add the following lines to your Emacs init file. The last four lines
> define /global/ keys for some commands---please choose suitable keys
> yourself.
>
> #+b
Hello, friends.
Is it true that ob-scheme doesn't support :stdin ?
I just tried, and doesn't seem to work, although it works with ob-shell.
(This is not a complaint, I just would like to confirm that I
understand things correctly.)
--
Yours sincerely, Vladimir Nikishkin
Vladimir Nikishkin writes:
> Is it true that ob-scheme doesn't support :stdin ?
>
> I just tried, and doesn't seem to work, although it works with ob-shell.
>
> (This is not a complaint, I just would like to confirm that I
> understand things correctly.)
Yes, that's true as far as I can tell: