Dear Ihor, org-mode developers, I caught another cache
warning, see below.
Emacs : GNU Emacs 29.0.60 (build 3, x86_64-pc-linux-gnu, cairo version 1.16.0)
of 2023-01-25
Package: Org mode version 9.6.1 (release_9.6.1-208-g0c0059 @
/home//src/org-mode/lisp/)
■ Warning (org-element-cache):
Ihor Radchenko writes:
> Kyle Meyer writes:
>
>> Eric replied with a patch that resolved the issue. I've installed it.
>
> Thanks!
> I think I saw the "future" thread disappearing briefly, but it is again
> there on top of https://list.orgmode.org/.
I no longer see the problem and, as per disc
Samuel Wales writes:
> - one
> - one sub
> - two
> - two sub
> - three
> - three sub
>
> and fold it into
>
> - one...
> - two...
> - three...
>
> without changing variables. or doing a kludge. does such a command
> exist? i imagine some tab variant on first item.
No, AFAIK.
The only r
Gregor Zattler writes:
> Dear Ihor, org-mode developers, I caught another cache
> warning, see below.
Thanks for reporting!
Unfortunately, the provided log is incomplete. I cannot deduce anything
useful from it.
Please provide the full log if you encounter the warning again.
Canceled.
--
Ih
Hi Max,
Max Nikulin writes:
> I am trying to determine if it is difficult to get mid scheme working
> system-wide and emacs-wide on windows. If not, I would just add your
> example "[[mid:$msgid$][$author_name$: $subject$ ($date_iso$)]]" to the
> remark related to copying Message-ID in the
Jean Louis writes:
> * Ihor Radchenko [2023-02-05 13:45]:
>> [2024-02-04 12:00 @-08,America/Vancouver] will use fixed -8 offset
>
> What does that mean practically? Provide example for better
> understanding.
It means "when I scheduled this item, I expected the UTC offset at the
time of the ti
ypuntot writes:
> For the Poll, the Jeans proposal would be to introduce manually:
> [2024-02-04 12:00 @America/Vancouver]
> And org to convert it into:
> [2024-02-04 12:00 @-08,America/Vancouver]
> ?
Depends on context. We are not really discussing what kind of format
will Org use by default. J
On 02/02/2023 17:53, Ihor Radchenko wrote:
I further improved the patch adding variable watcher. This should catch
everything. See the attached.
`add-variable-watcher' may be fragile for lists, but it should catch
most obvious attempts to modify the list. To my surprise
`add-variable-watcher'
Out of curiosity: in what time zone you were when you sent this???
On 2023-10-29, at 02:04, Jean Louis wrote:
> * to...@tuxteam.de [2023-02-01 12:22]:
>> ...which stems from the fact that the very concept of "time zone"
>> is somewhat ambiguous, too.
>
> For human who reads it without calcula
On 02/02/2023 17:53, Ihor Radchenko wrote:
(defun org-set-emph-re (var val)
- "Set variable and compute the emphasis regular expression."
+ "Set VAR to VAL and compute the emphasis regular expression.
+The function is intended for :set argument of `defcustom' for
+`org-emphasis-alist'."
(
On Mon, Feb 06, 2023 at 04:34:15PM +0100, Marcin Borkowski wrote:
> Out of curiosity: in what time zone you were when you sent this???
>
>
> On 2023-10-29, at 02:04, Jean Louis wrote:
>
> > * to...@tuxteam.de [2023-02-01 12:22]:
Sorry. I've lost the thread's thread. Are you asking Jean Louis
I'm excited to share that I've got async evaluation working (crudely) with
ob-shell. A rough implementation is attached.
It has clear issues, such as the prompt being present in the output:
#+begin_src sh :session tester :async t
echo "By sending delimiters separately..."
sleep 3
slep 1
echo
Ihor Radchenko writes:
> Applied, onto main, dropping the patch to preserve region upon setting
> heading state. I also merged the NEWS patch into the corresponding
> feature patches.
>
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b665f8de3
> https://git.savannah.gnu.org/cgit
* lisp/ox-texinfo.el (org-texinfo-supports-math-p): Fix the incorrect
syntax @displaymath{1 + 1 = 2} used to detect whether Texinfo supports
TeX "math mode". Instead, use the correct syntax @math{1 + 1 = 2}.
---
lisp/ox-texinfo.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
thank you.
for the record, i think this would be a generally useful feature,
given that many plain lists are likely not children. idk the best ui
though.
On 2/6/23, Ihor Radchenko wrote:
> Samuel Wales writes:
>
>> - one
>> - one sub
>> - two
>> - two sub
>> - three
>> - three sub
>>
>>
`org-agenda-custom-commands' entries may specify a custom function
instead of a symbol like `tags-todo'. `org--batch-store-agenda-views'
behaved differently from `org-agenda' when that custom function was
defined as a lambda rather than a symbol, incorrectly treating the
lambda form as a list of a
On 07/02/2023 04:42, Rudolf Adamkovič wrote:
--- a/lisp/ox-texinfo.el
+++ b/lisp/ox-texinfo.el
@@ -2030,7 +2030,7 @@ Once computed, the results remain cached."
(input-content
(concat (format "@setfilename %s" input-file) "\n"
17 matches
Mail list logo