Hello!
On 13.11.21 14:15, Max Nikulin wrote:
Some users prefers multiple frames, others multiple windows in a full-screen
frame. Could you, please, briefly describe what kind of behavior you are truing
to achieve?
My thought is that I have a perfectly good window manager that allows me to
m
On 13.11.21 14:15, Max Nikulin wrote:
On 10/11/2021 14:50, Jan Seeger wrote:
I'm trying to make multi-frame emacsing nicer, and I encountered what I
consider a bug with the `org-no-popups` macro in `org-macs.el`.
`org-no-popups` tries to surpress the creation of new frames via setting
`pop-up-
On 10.11.21 11:20, Ihor Radchenko wrote:
Jan Seeger via "General discussions about Org-mode."
writes:
Hello!
I'm trying to make multi-frame emacsing nicer, and I encountered what I
consider a bug with the `org-no-popups` macro in `org-macs.el`.
This problem has been fixed in Org 9.5. Feel fr
Hi Ihor (sorry I have been calling you Igor for a while now :p),
> (list "Org-Agenda"
> (if (get 'org-agenda-files 'org-restrict) " []" "")
> " " ;; <- this is the extra space
> [...]
> This part of code has not been changed from 2010.
Ok then, nevermind the highlight
Hi all,
on macOS option-shift-left / right extend the selection by one word.
Emacs by default binds meta-shift-left / right in a way that is
compatible with the system shortcuts. But org-mode interferes with
these bindings even when org-support-shift-select is t. OTOH, an
effort has been done to s
Stephen Berman writes:
> On Sat, 13 Nov 2021 21:29:03 +0200 Eli Zaretskii wrote:
>
>>> From: Robert Thorpe
>>> Date: Sat, 13 Nov 2021 19:16:16 +
>>>
>>> I use Org mode but I also use the normal calendar and diary.
>>>
>>> This has an unwanted effect if I open an org file. After org has bee
This commit may cause random failures when
org-emphasis-regexp-components is changed by user. org-emph-re is
calculated according to org-emphasis-regexp-components. Changing
org-emphasis-regexp-components can make "(when (looking-at org-emph-re)"
in parsers return nil. The emphasised text will stil
Ihor Radchenko writes:
>> As others I am currently advising a lot of org display functions to make
>> them obey to my 'display-buffer-alist'. I hope for a better cooperation
>> from org to window.el.
>
> Can you elaborate? We are looking forward for ideas how to improve Org
> in this area. More
On Sun, Nov 14, 2021 at 3:00 AM Ihor Radchenko wrote:
>
> Aaron Jensen writes:
>
> > Another one:
> > https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8
> >
> > I don't have the details of what I was doing in the time, sorry.
> >
> > I'm on: ded97b767 * main origin/main org-ele
On Sunday, 14 Nov 2021 at 20:40, Ihor Radchenko wrote:
> I thought that display-buffer-alist should be sufficient to control the
> window placement in Org. Isn't it (on main)?
I would have thought so but my experience has been that it isn't.
Capture buffers, in particular, did not seem to obey my
>>> "UB" == Uwe Brauer writes:
> Hi
> I am running Ubuntu 16.04 and I installed python3.6 (which is not
> officially supported for that Ubuntu version via
> https://askubuntu.com/questions/865554/how-do-i-install-python-3-6-using-apt-get
> I also installed
> sudo -H python3.6 -m pip install
>>> "MN" == Max Nikulin writes:
> On 14/11/2021 01:39, Tim Cross wrote:
>> Uwe Brauer writes:
>>> Well in that case I'd rather would prefer 20.04 a LTS release. From
>>> experience I know it will take me days till everything is working again,
>>> but maybe it is time to do that step.
>> I would c
On 14/11/2021 01:39, Tim Cross wrote:
Uwe Brauer writes:
Well in that case I'd rather would prefer 20.04 a LTS release. From
experience I know it will take me days till everything is working again,
but maybe it is time to do that step.
I would check what the status was with Python in 20.04. I'
Is it intended to not be able to emphasize the whole item of a list?
Example:
/1. Introduction/
It doesn't work as a list item
1. //Introduction//
It works as a list item but, when exporting, it doesn't export the whole
item emphasized.
Best regards,
Ypo
On 14/11/2021 14:56, Ihor Radchenko wrote:
Ihor Radchenko writes:
Confirmed
Ihor, sorry, I removed "[BUG]" from the subject, so the magic did not work.
Fixed
Unintentionally I pressed some keys and it appeared again
Warning (emacs): org-element--cache: Unregistered buffer modifications
Hi!
Max Nikulin writes:
> On 14/11/2021 22:28, Daniel Kraus wrote:
>> +(defun ob-clojure-escape-quotes (str-val)
>> + "Escape quotes for STR-VAL."
>> + (replace-regexp-in-string "\"" "\\\"" str-val 'FIXEDCASE 'LITERAL))
>> +
>> +(defun ob-clojure-eval-with-babashka (bb expanded)
>> + "Evaluat
On 14/11/2021 22:28, Daniel Kraus wrote:
* lisp/ob-clojure.el: Add support for babashka and nbb backend.
---
+(defun ob-clojure-escape-quotes (str-val)
+ "Escape quotes for STR-VAL."
+ (replace-regexp-in-string "\"" "\\\"" str-val 'FIXEDCASE 'LITERAL))
+
+(defun ob-clojure-eval-with-babashka (b
* lisp/ob-clojure.el: Add support for babashka and nbb backend.
---
This adds support to ob-clojure for babashka
(https://github.com/babashka/babashka)
and nbb (node version of babashka).
It doesn't use `params` as I'm not really sure what they're used for and
if they're important for evaluation.
Eric S Fraga writes:
> On Sunday, 14 Nov 2021 at 14:08, Ihor Radchenko wrote:
>> Can you elaborate? We are looking forward for ideas how to improve Org
>> in this area. More concrete suggestions are welcome.
>
> I posted about this some weeks ago. It would be desirable to have org
> manage windo
I don't see this in my agenda view. Image attached.
--
: Eric S Fraga, with org release_9.5-228-g577b98 in Emacs 29.0.50
: Latest paper written in org: https://arxiv.org/abs/2106.05096
On Sunday, 14 Nov 2021 at 14:08, Ihor Radchenko wrote:
> Can you elaborate? We are looking forward for ideas how to improve Org
> in this area. More concrete suggestions are welcome.
I posted about this some weeks ago. It would be desirable to have org
manage window placement much less, if at all
Ihor Radchenko writes:
>> 4. This file does not seem realistic for me as a user who use Emacs for
>> writing -- but I see this sort of testing can be useful for avoiding
>> potential issues. How important do you think it is to tackle this type
>> of "hypothetical" issues as a package developer?
Noboru Ota writes:
> Ihor Radchenko writes:
>
>> Try to open the attached file and run M-x org-transclusion-add-all
>
> Thank you. I see. Not even org-transclusion-add-all but a single add
> function takes a bit of time.
> 1. I see it as an issue rather of recursive transclusions (transclusions
Aaron Jensen writes:
> Another one:
> https://gist.github.com/aaronjensen/5114997373008e18a6473f513f5d5da8
>
> I don't have the details of what I was doing in the time, sorry.
>
> I'm on: ded97b767 * main origin/main org-element.el: Fix regression
> from d3836c1a1
I have done some related fixes
24 matches
Mail list logo