On Tuesday, 27 Jul 2021 at 12:37, No Wayman wrote:
> Resolved on Emacs master as of
> 949dd41c31dab69f7a5067bba324c28bb2cfbf8e
Excellent. Re-building now! Thank you (and Gregor) for bisecting and
reporting.
--
: Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-598-g604bfd
: Latest paper writt
On 26/07/2021 16:25, Juan Manuel Macías wrote:
I'm experimenting with `org-link-set-parameters' to create multilingual
quotes (chunks of text) inside paragraphs. Although I focus mainly on
the export to LaTeX with babel and csquotes packages, I also want extend
support for HTML and odt output. I
Titus' second question got lost a bit, but does anyone have an answer?
I have the same issue, but was thinking clicking should run org-open-at-point.
I know some other people do get clickable links, so am wondering if
it's a config issue?
On Sun, Jul 25, 2021 at 10:47 AM Titus von der Malsburg
Hi Maxim, thank you for your comments.
Maxim Nikulin writes:
> Are you intentionally avoiding macros {{{lang(ru, текст)}}}?
Yes. Precisely, these experiments are just an attempt to find an
alternative to macros (I use macros a lot). In scenarios like these
(chunks of text) is where the issue of t
Could it be related to the variable org-mouse-1-follows-link?
Today I added mouse-1 to the keymap that org-ref-cite uses so that might
also resolve it for you.
John
---
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carne
On 2021-07-28 Wed 15:12, Bruce D'Arcus wrote:
> Titus' second question got lost a bit, but does anyone have an answer?
>
> I have the same issue, but was thinking clicking should run org-open-at-point.
To avoid misunderstandings, I agree that a mouse click should run
org-open-at-point. However
At least until org-mode supports it natively, here is how I added C-c C-c
support to citations. It is easy to make it do what you want, I chose
follow in this code, (you can insert from the follow menu).
https://github.com/jkitchin/org-ref-cite/blob/main/org-ref-cite-follow.el#L305
John
---
Hello,
frequently, when taking notes at a meeting with org-timer active, I happened to
forget to start the timer at the beginning of the meeting:
* Meeting
Start: <2021-07-30 Fri 15:37>
- 0:00:05 :: started the timer to late
- 0:00:18 :: want to set zero to the time above 15:37
- 0:00:34 :: how
On Wed, Jul 28, 2021 at 10:17 AM von der Malsburg, Titus
wrote:
>
>
> On 2021-07-28 Wed 15:56, John Kitchin wrote:
> > Could it be related to the variable org-mouse-1-follows-link?
>
> This variable is non-nil for me and clicking on ordinary org links works fine
> in my setup.
Just confirming: s
* Ihor Radchenko wrote:
> Karl Voit writes:
>> Thanks, this sounds clever and I think I understand the code.
>> Although I would have preferred not to overwrite a function. I
>> always have a fear that this leads to nasty side-effects with future
>> updates.
>
> That's not overwriting. org-column
org-babel-load-file will try to tangle any source block that contains
the substring emacs-lisp or elisp in their language.
For example, the following code block will be tangled:
#+begin_src emacs-lispDONOT
(use-package "org-sidebar")
#+end_src
the following patch fixes that problem. The Regular
dmg writes:
> org-babel-load-file will try to tangle any source block that contains
> the substring emacs-lisp or elisp in their language.
>
> For example, the following code block will be tangled:
>
> #+begin_src emacs-lispDONOT
> (use-package "org-sidebar")
> #+end_src
>
> the following patch f
12 matches
Mail list logo