Re: Anyone doing any fancy customizations of source blocks?

2020-06-19 Thread Norman Tovey-Walsh
> 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

Re: Anyone doing any fancy customizations of source blocks?

2020-06-19 Thread Joost Kremers
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

Re: Anyone doing any fancy customizations of source blocks?

2020-06-19 Thread Norman Tovey-Walsh
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

[Feature request] toggle inline image display only under current subtree

2020-06-19 Thread stardiviner
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

Re: Get Grades Done: the joys of Org's simple power

2020-06-19 Thread Richard Lawrence
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

Re: New mailing list archive at https://orgmode/list/

2020-06-19 Thread Eric Abrahamsen
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 >> >

[FR] Add check for attachments in org-lint

2020-06-19 Thread Gustavo Barros
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

Re: [Manual] missing parameter documentation in the Capturing column view paragraph

2020-06-19 Thread Kyle Meyer
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

Re: Anyone doing any fancy customizations of source blocks?

2020-06-19 Thread General discussions about Org-mode.
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

[Manual] missing parameter documentation in the Capturing column view paragraph

2020-06-19 Thread Paul Bonaud
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

Re: New mailing list archive at https://orgmode/list/

2020-06-19 Thread Eric Wong
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

Org mode patch: when building sparse tree, suggest only local tags in minibuffer

2020-06-19 Thread E.L.K.
Hello. I found that if I do "C-c C-c" on heading, it suggests only local tags in the minibuffer, but when I do "C-m / m" (build sparse tree) it suggests agenda tags together with local tags. It does not make sense to build sparse tree in buffer using tags that are not in this buffer, I think. So