Kyle Meyer wrote:
> Eric Abrahamsen writes:
>
> > Hey, that works great! It's a bit weird that it still asks for a
> > username and password, I wonder if there's any way to skip that. I've
> > never dealt with anonymous IMAP before -- is there anything in the
> > connection process that explicitl
> On 3 June 2020, Diego Zamboni wrote:
>> I use the config John mentioned and I like it - though I use different
>> symbols. Here's my config if you want an example:
>> https://github.com/zzamboni/dot-emacs/blob/master/init.org#source-code-blocks
This example reminded me of something that’s been p
On Fri, Jun 19 2020, Norman Tovey-Walsh wrote:
What’s the trick to get the background color to extend across
the entire line?
In Emacs 27, add an `:extend t` property to the face. In Emacs 26
and earlier, IIRC, you need to make sure that the newline at the
end of the line is also fontified.
Joost Kremers writes:
> In Emacs 27, add an `:extend t` property to the face.
Thank you! I somehow failed to connect that with my move to Emacs 27 a
while back.
Be seeing you,
norm
--
Norman Tovey-Walsh
https://n
Eric Wong writes:
> Kyle Meyer wrote:
>> Eric Abrahamsen writes:
>>
>> > Hey, that works great! It's a bit weird that it still asks for a
>> > username and password, I wonder if there's any way to skip that. I've
>> > never dealt with anonymous IMAP before -- is there anything in the
>> > conne
Hi All,
Org 'attachment:' links are essentially file links to local files and,
while 'org-lint' checks 'file:' links for the existence of the
corresponding files with `org-lint-link-to-local-file', as far as I can
tell, the same check is not done for 'attachment:' links.
So, I'd like to kind
For some Org documents which has lots of images, toggle display of all inline
images will suspend Emacs, and use lot of memory. I suggest Org Mode can add an
[C-u] universal prefix detect before [C-c C-x C-v] to only display inline images
under subtree.
WDYT?
--
[ stardiviner ]
I try to
Hi Devin,
Devin Prater writes:
> Ah, I’m using Safari on MacOS 10.15. I can try with Chrome as well, though.
Did it work in Chrome, and/or when you moved the script to the end of
the file?
For what it's worth, here is a new version that should work better
regardless of where it's placed in the
Hi Bill,
I'm glad you found the example useful. I've been thinking myself of also
un-hiding the header arguments, which I do find useful to have visible.
Best,
--Diego
On Fri, Jun 19, 2020 at 4:04 AM William Denton wrote:
“On 3 June 2020, Diego Zamboni wrote:
> I use the config John mentioned
Hello,
In the “Capturing column view” paragraph of the Org-mode manual there is no
mention of the `:match` parameter which was added in
https://code.orgmode.org/bzg/org-mode/commit/8983ac917b1ca1b46697a5d27655e4ef71fa6537
It would be nice to add it in the Manual of org-mode available at
https://o
Paul Bonaud writes:
> In the “Capturing column view” paragraph of the Org-mode manual there is no
> mention of the `:match` parameter which was added in
> https://code.orgmode.org/bzg/org-mode/commit/8983ac917b1ca1b46697a5d27655e4ef71fa6537
>
> It would be nice to add it in the Manual of org-mode
Hi everyone, here's my attempt to add clojure CLI and babashka support for
ob-clojure.el
- Adds a header parameter to override org-babel-clojure-backend
- Adds :args param (right now only used for clojure-cli)
I have tested it with these minimal cases:
#+begin_src clojure :backend clj-cli :arg
12 matches
Mail list logo