"Christopher M. Miles" writes:
> What about like this?
>
> #+begin_src emacs-lisp
> (setq tbl (let ((bound-tags (seq-filter 'cdr fulltable)))
> (if (length> shortkeys 0)
> bound-tags
> (seq-take fulltable 26)))
> char
I think I found a way to consistently reproduce the issue:
>>>
* h1
a
* h2
b
* h3
b
* h4
c
<<<
Collapse all. All is fine at this time.
At pos-min call (query-replace) bbb -> zzz: Already when asking whether to
replace it cannot expand. h2 and h3 are expansion is broken.
(org-fold-co
Hi Michael, Ihor, ...
* Michael Dauer [2023-05-14; 12:56 +02]:
> I think I found a way to consistently reproduce the issue:
> * h1
> a
> * h2
> b
> * h3
> b
> * h4
> c
> <<<
> Collapse all. All is fine at this time.
> At pos-min call (query-replace) bbb -> zzz: Already when as
Hi,
Ihor Radchenko writes:
> Jim Wisniewski writes:
>
>> On Thu, Apr 20, 2023 at 4:46 AM Ihor Radchenko wrote:
>>
>>> Thanks! Let us know when FSF replies with a countersignature.
>>
>> Just got it back today.
>
> Thanks for the update!
> Bastien, may you confirm?
Yes I do, sorry for the dela
Ihor Radchenko writes:
> Sławomir Grochowski writes:
>
>> I'm trying to better understand 'org-colview/org-columns'.
>> So I wrote some tests. File in attachment.
>
> Thanks! The tests look good to me.
Applied, onto main. (A different, sent privately, version.)
https://git.savannah.gnu.org/cgi
Bastien Guerry writes:
Thanks! Let us know when FSF replies with a countersignature.
>>>
>>> Just got it back today.
>>
>> Thanks for the update!
>> Bastien, may you confirm?
>
> Yes I do, sorry for the delay.
Thanks for confirming!
Applied, onto main.
https://git.savannah.gnu.org/cgit/emac
Ihor Radchenko writes:
> "Christopher M. Miles" writes:
>
>> What about like this?
>>
>> #+begin_src emacs-lisp
>> (setq tbl (let ((bound-tags (seq-filter 'cdr fulltable)))
>> (if (length> shortkeys 0)
>> bound-tags
>> (seq-take
"Christopher M. Miles" writes:
> Sorry, wrong code, here is the correct code snippet:
>
> #+begin_src emacs-lisp
> (let ((bound-tags (seq-filter 'cdr temp-fulltable)))
> (if (length> bound-tags 0)
> bound-tags
> (seq-take temp-fulltable 26)))
> #+end_src
This will unconditionally dro
Ihor Radchenko writes:
> "Christopher M. Miles" writes:
>
>> Sorry, wrong code, here is the correct code snippet:
>>
>> #+begin_src emacs-lisp
>> (let ((bound-tags (seq-filter 'cdr temp-fulltable)))
>> (if (length> bound-tags 0)
>> bound-tags
>> (seq-take temp-fulltable 26)))
>> #+e
"Christopher M. Miles" writes:
>>> #+begin_src emacs-lisp
>>> (let ((bound-tags (seq-filter 'cdr temp-fulltable)))
>>> (if (length> bound-tags 0)
>>> bound-tags
>>> (seq-take temp-fulltable 26)))
>>> #+end_src
>>
>> This will unconditionally drop auto-labeled tags when user-bound tags
On Sun, May 14, 2023 at 10:16 AM Ihor Radchenko wrote:
>
> Bastien Guerry writes:
>
> > Yes I do, sorry for the delay.
>
> Thanks for confirming!
> Applied, onto main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9d06e7bf8
>
> and updated our copyright records
> https://git.s
Ihor Radchenko writes:
> "Christopher M. Miles" writes:
>
#+begin_src emacs-lisp
(let ((bound-tags (seq-filter 'cdr temp-fulltable)))
(if (length> bound-tags 0)
bound-tags
(seq-take temp-fulltable 26)))
#+end_src
>>>
>>> This will unconditionally drop a
On Sat, May 13 2023, Ihor Radchenko wrote:
> Leo Butler writes:
>
>>> IMHO, it will be more consistent with other backends to use :results file
>>> :file /path/to/executable
>>
>> No, I don't think this is the way to do it. What happens in this
>> case is:
>>
>> 1. `org-babel-C-execute' creates
Ihor Radchenko writes:
> This is a good idea, except that `condition-case-unless-debug' has
> non-obvious side effects that interfere with ERT (Org testing system).
What side effects are these?
Thx,
Michael.
I found a lot of third-part Emacs packages refresh Org source block image
result using the API function like this:
#+begin_src emacs-lisp
;; Automatically refresh inline images.
(add-hook 'org-babel-after-execute-hook
(defun ob-dall-e--refresh-inline-images ()
(when o
15 matches
Mail list logo