[ adding Eric Wong back to the cc ]
Eric Abrahamsen writes:
> Eric Wong writes:
>> Fwiw, I've been trying to avoid exposing NNTP article numbers in
>> the HTTP endpoint in favor of Message-IDs because serial numbers
>> aren't decentralization-friendly. Of course, sometimes
>> Message-IDs get re
Ag Ibragimov writes:
> M-x emacs-version and org-version report:
>
> GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.5.0, NS appkit-1894.50
> Version 10.15.5 (Build 19F101)) of 2020-06-07
> Org mode version 9.3.7 (9.3.7-2-g706970-elpaplus @
> ~/.emacs.d/elpa/28.0/develop/org-plus-contrib-20200
Hi Nicolas,
On 13/06/2020 17:18, Nicolas Goaziou wrote:
Hello,
Mario Frasca writes:
I can leave existing loops in peace, or edit them keeping them
cl-loop-free. as for myself, I find it practical and readable.
Then you'll enjoy reading, e.g., `org-contacts-try-completion-prefix'.
FWIW, I d
Hello,
Mario Frasca writes:
> is there an agreement on cl-lib usage within the project?
Using cl-lib is OK, even though I wish we could use "seq.el" instead.
> I was hinted at cl-loop in this mailing list, and I liked it, in
> particular the `collect' clause, the destructuring feature, and les
I have never ever before tried contributing patches to Org-mode, mainly because
it is such a big project that I am rarely sure if whatever I'm trying to do is
right.
Finally, I've found something that perhaps I could improve. Namely, I wanted to
extend Clojure code blocks to be executed with
what about these two groups of tests, and the header collapse function?
>From ceb21024159a75dbdb9fef32eebe1fc8c7076d2f Mon Sep 17 00:00:00 2001
From: mfrasca
Date: Fri, 12 Jun 2020 11:42:34 -0500
Subject: [PATCH] lisp/org-table.el: Allow collapsing header into single line
* lisp/org-table.el (o
hi Nicolas,
is there an agreement on cl-lib usage within the project? I was hinted
at cl-loop in this mailing list, and I liked it, in particular the
`collect' clause, the destructuring feature, and less parentheses. I
had no exposure to cl-loop before the hint received here.
I can leave e
Kyle Meyer writes:
> I'll try to take a closer look tomorrow.
This should be fixed by ba6ca79af.
Hello,
Very strange. I cannot now reproduce it either.
Might be because I updated some packages in the meantime or something.
Guess next time I come across it I’ll need to dive into the
org-toggle-inline-images function myself to see what’s going on.
Sorry for keeping you busy.
Regards,
Mat
Stig Brautaset writes:
> Hi,
>
> I'm seeing some weirdness with tags-todo vs tags custom agenda commands.
I forgot to mention my Emacs / Org versions:
- GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.4.0, NS appkit-1894.40
Version 10.15.4 (Build 19E287)) of 2020-04-18
- Org mode version 9.3
Hello,
Bastien writes:
> Here are a few solutions I can imagine:
>
> 1. when an entry contains both a list (as its direct contents) and
>subheadings, only consider subheadings in the stats calculation.
>
> 2. when an entry contains both a list (as its direct contents) and
>subheadings, o
Hello,
Matthijs de Jonge writes:
> Today I ran into some behavior that seemed strange to me:
>
> I have inline images:
>
> [[file:relative/path/from/org-file.png]]
>
> With org-startup-with-inline-images these work as expected.
>
> What does not work as expected is org-toggle-inline-images : thi
Hello,
Leo Vivier writes:
> From e96e96931109026f406b3cabb0186319e902aca7 Mon Sep 17 00:00:00 2001
> From: Leo Vivier
> Date: Fri, 12 Jun 2020 06:45:32 +0200
> Subject: [PATCH] org-element.el: Update comment
>
> * org-element.el (org-element-keyword-parser): Mention that `keyword'
> is normaliz
Since there was no negative feedback, I pushed to master.
Thanks.
Hello,
On 2020-06-12 16:01, Eric S Fraga writes:
> The snippet from the OP will collate all three LaTeX header lines into a
> single line on export, which is expected in terms of org's
> behaviour. This appears to cause problems with LaTeX, which is maybe
> expected or not; I don't know what La
Hello,
George Mauer writes:
> I wrote the following literate-programming style org file
> https://github.com/togakangaroo/daily-programmer/blob/master/get-directories/README.org
>
> When I run org-export-dispatch on this and export it to an html file it
> creates a single file which - aside from
Hello,
stardiviner writes:
> When I press =[C-u C-u C-c C-o]= to open an image file link with system
> external
> program. It can't open the image file.
Is it really an Org bug? I.e., is your mailcap file properly set up?
If you think this is really an Org bug, could you provide an ECM,
inclu
Hi,
I'm seeing some weirdness with tags-todo vs tags custom agenda commands.
Below is the smallest case I've managed to narrow it down to. I would
*expect* that all the a1-4 commands return the same results, and that
the b1-4 return the same results. That is not what I'm seeing, however.
(setq-
Hello,
I understand the frustration of not being able to bend emacs to ones
immediately. But many times my initial workflow turned out not to be the
best one. I just wanted to share my workflow hoping that it might be a solution
to
the original post problem.
>> Consider the scenario where a nu
Hi Leo,
> Well the changelog in org-web hasn't been updated in quite a while:
> https://github.com/DanielDe/org-web/blob/master/changelog.org
> wheras organice seem to actively developed
> https://github.com/200ok-ch/organice/blob/master/changelog.org .
>
> The have a section in their readme that
Hello,
John Ciolfi writes:
> Perhaps, in the interactive C-c C-e mode there could be:
>
> [C-e] Eval code blocks: always | never | use-eval-header-setting
>
> where 'use-eval-header-settings' is the default and uses whatever was
> set by the current org file and emacs session. Always and never
Diego Zamboni writes:
> Hi Leo,
>
> Thanks - I had seen that one too, and couldn't figure out which one
> was a fork of the other one. Both have recent activity - do you know
> what are the main differences between them?
>
Well the changelog in org-web hasn't been updated in quite a while:
https
Hello,
Kevin Liu writes:
> From 8e7b28054492424170f14f11297b416ef7575540 Mon Sep 17 00:00:00 2001
> From: nivekuil
> Date: Fri, 29 May 2020 16:48:31 -0700
> Subject: [PATCH] capture: Fix org-capture-place-entry narrow bounds
>
> * lisp/org-capture.el
> (org-capture-place-entry):
> Prevent break
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
When I press =[C-u C-u C-c C-o]= to open an image file link with system external
program. It can't open the image file.
I tested on minimal Emacs config, confirmed this problem.
Org Mode version: latest "master" branch
Org mode version 9.3.4 (rel
24 matches
Mail list logo