Fwd: Re: Emacs master: different (ugly) font in org-mode [Windows, macOS]

2021-10-06 Thread Ihor Radchenko
Start of forwarded message From: Ihor Radchenko To: Protesilaos Stavrou Cc: Stefan Kangas , Angelo Graziosi , Eli Zaretskii , emacs-de...@gnu.org, emacs-org-m...@gnu.org, Nicolas Goaziou Subject: Re: Emacs master: different (ugly) font in org-mod

Re: [BUG] org-context called from link in org-agenda entry returns wrong values [9.5 (9.5-g0a86ad @ /home/.emacs.d/elpa/org-9.5/)]

2021-10-06 Thread Ihor Radchenko
Harald Judt writes: > Hi, > > I am using this function to copy links from the agenda to the clipboard: > > (defun my-copy-org-url () > (interactive) > (let* ((link-info (assoc :link (org-context))) > ... org-context is ancient. It relies on org-links being fontified using 'org-link fac

[SOLVED] (was: how to randomize (scample) regions in a an org buffer)

2021-10-06 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I need to replace private information in my org files, but only region wide. > I found > https://www.reddit.com/r/emacs/comments/6pc0ts/sanitize_buffer_by_replacing_words_with_random/ > Where two such functions are discussed, one is even for org files, >

how to randomize (scample) regions in a an org buffer

2021-10-06 Thread Uwe Brauer
Hi I need to replace private information in my org files, but only region wide. I found https://www.reddit.com/r/emacs/comments/6pc0ts/sanitize_buffer_by_replacing_words_with_random/ Where two such functions are discussed, one is even for org files, however only buffer wide and the code looks

[BUG] org-context called from link in org-agenda entry returns wrong values [9.5 (9.5-g0a86ad @ /home/.emacs.d/elpa/org-9.5/)]

2021-10-06 Thread Harald Judt
Hi, I am using this function to copy links from the agenda to the clipboard: (defun my-copy-org-url () (interactive) (let* ((link-info (assoc :link (org-context))) (text (when link-info (buffer-substring-no-properties (or (cadr link-info)

Re: Rescaling #+INCLUDES / Not centering #+INCLUDE?

2021-10-06 Thread Guillaume MULLER
On 10/5/21 5:06 PM, Eric S Fraga wrote: > A data point: your example works just fine in org 9.5. Arg... Yes sorry, I mixed up my MCE with my tests to get rid of the scalebox. You'll find attached the actual non working .org file with the \scalebox that conflicts with the \begin{center} that i

how to export to odt with 11 or 10 pt fonts? Default font setting

2021-10-06 Thread Uwe Brauer
Hi I searched about google, but it seems that the only way to have a 10 or 11 pt font size is, again, by using styles. Am I right? Thanks Uwe Brauer

Re: [Worg] New subdirectory not fully built?

2021-10-06 Thread Max Nikulin
On 05/10/2021 23:37, Adam Porter wrote: Max Nikulin writes: It seems, you have managed to solve the problem, I guess, by fixing link targets: https://git.sr.ht/~bzg/worg/commit/31f4212874e1bc54f335e329f6bcee83801dcf9c I did that, but see also the following commit where I gave in and set "bro

Maintainer Duties

2021-10-06 Thread Daniel Fleischer
Hi all, Only 30 out of the 122 Elisp files have a maintainer. I'm interested in maintaining one or more files but I'm not sure what it means. Can we make it clearer, as perhaps other people are interested and want to know. Here are some possible aspects of the role: 1. Actively improve the file

Bug: Tag Selection Face Doesn't Toggle

2021-10-06 Thread Daniel Fleischer
Hi, when selecting tags using fast selection and then de-selecting, the face doesn't toggle back to regular face. Fast selection means `org-use-fast-tag-selection' is t. Checked with emacs -Q + (setq org-use-fast-tag-selection t). Org 9.5, commit cc2490a7061955395c4f5a1a23a088044554a2f7. Emacs

Re: Citation in footnote not expanded/exported to LaTeX (using Org-ref-cite)

2021-10-06 Thread Nicolas Goaziou
Hello, Elias Bounatirou writes: > However, it appears Nicolas' MWE unfortunately does not reproduce the > issue. It's not the footnote that is omitted/ not exported, it's the > citation in the footnote that is left out (when the footnote follows two or > more citations, of which one has a suffi

Re: [PATCH] The align of time is not beautiful as 9.4 when I update to org 9.5.

2021-10-06 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > Nicolas Goaziou writes: > >> Also, the fix belongs to `org-get-time-of-day', which is also >> responsible for formatting the output. > > I doubt so. `org-get-time-of-day' is used to format ending time in time > ranges. If we force fixed width in `org-get-time-of

Re: Citation not inserted as 1st item in footnote (using org-cite and org-ref-cite)

2021-10-06 Thread Nicolas Goaziou
Nicolas Goaziou writes: > This allows one to insert a citation in the middle of the citation > number, which is not desirable either. IOW, an additional check is > required. I think this is now fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [PATCH] Accept more :tangle-mode specification forms

2021-10-06 Thread Max Nikulin
On 05/10/2021 21:45, Timothy wrote: Indeed, I’ve basically supported every form I could think of. I’m currently inclined to cut it down to: • 755 • “rwxrw-r–” (`ls -l’ style) • chmod style with `org-babel-tangle-default-mode’ and `file-modes-symbolic-to-number’ Maybe with (if anybody says they

Re: Inequalities in math blocks

2021-10-06 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: FYI: I have just discovered that this bug screwed up a paper I submitted to university this week. In the paper, I wrote the following: "[…] every term $t\in{}q$ with $idf(t)>c$ for some constant $c$ […]", and the "idf(t) > c" part got exported as "idf(t)". I cannot fix