>Date: Tue, 15 Jul 2025 09:45:57 +0200
>From: "Dr. Arne Babenhauserheide"
>To: David Masterson
>Cc: William Denton , emacs-orgmode@gnu.org
>Subject: Re: LaTeX to Org ? (also Auctex/Lyx)
>Message-ID: <87ldop522y@web.de>
>Content-Type: text/plain; charset="utf-8"
>
>David Masterson writes:
>
Hi Thomas,
Thanks for sharing your experience. I'd need that for the font feature
branch ;-)
Answers inline...
Thomas Redelberger schrieb:
> When I generate LaTeX/Beamer PDFs from Org mode, I get
> 1. directory "svg-inkscape" containing one PDF file for each SVG I link
in the Org file (SVG from
HI,
I find the topic really interesting. Let's see what reactions we have the
call tomorrow re. the fontspec integration and then we can progress on the
image-inlining and integrating this feature.
I have resorted to using the converter provided by the rsvg package
externally and including the PD
>Date: Thu, 10 Apr 2025 21:55:53 +0700
>From: Max Nikulin
>To: emacs-orgmode@gnu.org
>Subject: Re: [DISCUSSION] Setting LuaLaTeX as default when exporting
>to LaTeX/PDF
>Message-ID:
>Content-Type: text/plain; charset=UTF-8; format=flowed
>
Answers inline
Max wrote:
>On 09/04/2025 05:03, J
Hi,
answers inline...
On Mon, 31 Mar 2025 at 19:12, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > Hmmm...
> > I'd have to sleep over it. This is more a "user taste" issue IMvvHO.
> >
> > I have a snippet for that including:
> > #+LATEX_HEADER: \setmainfont{FreeSerif}
> > #
Pedro Andres Aranda Gutierrez writes:
> For lualatex you don't need the \fontspec package.
>
> #+LATEX_COMPILER: lualatex
> #+LATEX_HEADER: \setmonofont{DejaVu Sans Mono} % or another monospace font
> with Unicode support
We should really provide some way to select fonts for lualatex and
xelatex
On 25-03-31 18:37, Ihor Radchenko wrote:
We should really provide some way to select fonts for lualatex and
xelatex automatically...
`x-list-fonts' should give us a way to check if a given font is
available and we can assemble a list of common fonts that might be used.
`font-has-char-p' can chec
HI again.
me again. I have continued looking at this.
For pdflatex, we need to use \usepackage{} and select font packages that
don't need extra parameters.
Lualatex and Xetex go by the \setmain{}...
I don't know if we want to provide font sets for both..
WDYT?
On Tue, 1 Apr 2025 at 07:34, Pedro A
Pedro Andres Aranda Gutierrez writes:
>> For example, we can make the above 3 fonts defcustoms with default
>> values of 'auto. Then, if we detect non-ascii characters in latex
>> export, we can auto-detect fonts (from some pre-populated constant list)
>> and raise a warning message while proceed
Pedro Andres Aranda Gutierrez writes:
> me again. I have continued looking at this.
> For pdflatex, we need to use \usepackage{} and select font packages that
> don't need extra parameters.
> Lualatex and Xetex go by the \setmain{}...
> I don't know if we want to provide font sets for both..
> WD
Pedro Andres Aranda Gutierrez writes:
> Hmmm...
> I'd have to sleep over it. This is more a "user taste" issue IMvvHO.
>
> I have a snippet for that including:
> #+LATEX_HEADER: \setmainfont{FreeSerif}
> #+LATEX_HEADER: \setsansfont{FreeSans}
> #+LATEX_HEADER: \setmonofont{FreeMono}
> but just as
Hmmm...
I'd have to sleep over it. This is more a "user taste" issue IMvvHO.
I have a snippet for that including:
#+LATEX_HEADER: \setmainfont{FreeSerif}
#+LATEX_HEADER: \setsansfont{FreeSans}
#+LATEX_HEADER: \setmonofont{FreeMono}
but just as a snippet which I modify on demand (and quite often).
>Date: Mon, 31 Mar 2025 14:37:37 +
>From: Leo Butler
>To: Sébastien Gendre
>Cc: emacs-orgmode Mailinglist
>Subject: Re: Best way to represent a directory tree in Org-mode
>Message-ID: <87msd1b70v@t14.reltub.ca>
>Content-Type: text/plain; charset="utf-8"
>
>On Sun, Mar 30 2025, Jean Louis
Hi,
For org tables generated in Python, I use python-tabulate. Actually, I
forked the original library to include the possibility of generating the
latex attributes from Python too.
Something like:
--- cut here ---
#+BEGIN_SRC python :results value raw :exports results
import math
import pandas
Hi
On Tue, 12 Nov 2024 at 18:20, Ihor Radchenko wrote:
> "Pedro A. Aranda" writes:
>
> > >If you are a user of Emacs 27 + Org main branch, and have strong
> > >objections, please chime in.
> >
> > Maybe we don't need to be so drastic ;-) transient is in elpa and melpa.
> > Including a note in
"Pedro A. Aranda" writes:
> >If you are a user of Emacs 27 + Org main branch, and have strong
> >objections, please chime in.
>
> Maybe we don't need to be so drastic ;-) transient is in elpa and melpa.
> Including a note in the docs for emacs-27 to install it from either
> (they are also ins
>Message: 7
>Date: Mon, 11 Nov 2024 15:52:03 +
>From: Ihor Radchenko
>To: Tor-björn Claesson
>Cc: Jonas Bernoulli , emacs-orgmode@gnu.org
>Subject: Re: Org-cite: Replace basic follow-processor with transient
> menu?
>Message-ID: <87jzd9ojj0.fsf@localhost>
>Content-Type: text/plain; ch
HI,
sorry if I didn't express myself correctly. If we define a marker or
command, #+PAGEBREAK for the sake of an example,
then this can be used to produce split HTML files. In other contexts, for
example LaTeX, text and maybe ODT, this would be
more or typesetting, in the sense that they would pro
Am Sonntag, den 07. Juli 2024 um 10:38:08 Uhr (+) schrieb Ihor Radchenko:
> AFAIU, the feature we are discussing here is not about typesetting, but
> about producing multi-file output.
exactly.
--
Orm
Pedro Andres Aranda Gutierrez writes:
> O... Because this functionality
> would be more about typesetting than about anything else. When you export a
> doc to LaTeX, you barely
> care about the TOC, because that is generated "behind the scenes" from
> headings only.
AFAIU, the feature we are dis
Hi Oorm
thanks for the lengthy answer.
>Hi,
>
>Am Samstag, den 06. Juli 2024 um 07:47:43 Uhr (+0200) schrieb Pedro Andres
Aranda Gutierrez:
>> Sorry for bumping in, I've been more off than on in the last couple of
>> weeks...
>> Just a stupid question: have you considered any marker to force a pa
H, Drew
Hmmm... thanks for the clarification. That's going to be extremely helpful
once I'm back on track after the "grading season" ;-) All this started, at
least for me, when I was trying to write a simple interactive function to
copy the contents of the cell the point is in to the kill-ring (and
Thanks for your reply, Jim.
> On 4/30/2024 2:10 PM, Drew Adams wrote:
> >> I've also fixed a bug in EWW and bug-reference-mode
> >> where it would return nil for (thing-at-point 'url)
> >> if point was at the *end* of a URL.
> >
> > By "at the end" I assume you really mean just
> > _after_ a URL,
On 4/30/2024 2:10 PM, Drew Adams wrote:
I've also fixed a bug in EWW and bug-reference-mode
where it would return nil for (thing-at-point 'url)
if point was at the *end* of a URL.
By "at the end" I assume you really mean just
_after_ a URL, i.e., no longer on/at the URL.
FWIW, that's actually
/Hi, Alexander Gogl writes: /> ox-latex: New option
to customize LaTeX footnote command
I hope you are aware that with your patch you are not going to be aware to pass
extra options to your foot or side notes, right? And since I'm not familiar with
kaobook, just a question. Are you sure that th
Hi,
> Message: 15
> Date: Mon, 11 Mar 2024 13:53:38 +0100
> From: Detlev Zundel
> To: emacs-orgmode@gnu.org
> Subject: Re: Strange behaviour detected today
> Message-ID: <87bk7l53ql@member.fsf.org>
> Content-Type: text/plain; charset=utf-8
>
> Hi,
>
> > Thanks a ton. I could bisect the issue
Hi
CAVEAT EMPTOR: Although it’s some years that I have been using org to create my
slides, I never needed this… Interesting to learn new things ;-)
I personally would not oppose to have a customizable org-frame-environment
variable, with its default value being “frame”.
Then, when actually em
Thanks, I'll check it out!
Just a way to get over some sleepless nights...
/PA
On Mon, 1 Jan 2024 at 10:17, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > Attached is a concept which might be useful. At least it detects when
> > variables are set locally and then doesn't a
Pedro Andres Aranda Gutierrez writes:
> Attached is a concept which might be useful. At least it detects when
> variables are set locally and then doesn't attempt anything.
You may rather need to hack on `org-export-get-environment', possibly
extending it. For example, we may allow more flexible
>Message: 16
>Date: Sun, 31 Dec 2023 14:40:32 +
>From: Ihor Radchenko
>To: Pedro Andres Aranda Gutierrez
>Cc: Org Mode List
>Subject: Re: Adding functionality to org-latex-classes
>Message-ID: <87ttny77vj.fsf@localhost>
>Content-Type: text/plain
>
>Pedro Andres Aranda Gutierrez writes:
>
>>
"brillenfi...@bluewin.ch" writes:
> I updated to org. 9.6.10 and the bug is gone!
Handled.
Yes, very helpful. Thanks a ton!
/PA
On Thu, 19 Oct 2023 at 11:07, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > I feel the explanation in
> >
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b223a3cc7
> is
> > a bit fuzzy and may not be correctly understo
Pedro Andres Aranda Gutierrez writes:
> I feel the explanation in
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b223a3cc7 is
> a bit fuzzy and may not be correctly understood by newcomers. A pointer to
> a more detailed explanation could help a lot.
I added reference to the m
Hi
I feel the explanation in
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b223a3cc7 is
a bit fuzzy and may not be correctly understood by newcomers. A pointer to
a more detailed explanation could help a lot.
Best, /PA
--
Fragen sind nicht da, um beantwortet zu werden,
Fragen
Pedro Andres Aranda Gutierrez writes:
> this might not be completely the case, but I recently reported a bug
> against native compilation in Emacs. What about trying without netive
> compilation?
I have just tried without native compilation. No luck! I get the exact
same error.
Rudy
--
"Grea
HI,
this might not be completely the case, but I recently reported a bug
against native compilation in Emacs. What about trying without netive
compilation?
Hope it helps!
/PA
--
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Headaches with a
> Jean Louis :
>> Eduardo Ochs [2023-04-16 01:45]:
>> do you have a page in https://gnu.support/ explaining in detail how
>> you teach Emacs to beginners? It would be nice to have something like
>> that...
>
>I just tell them to do Emacs Tutorial. There is no need for page when
>it is built-in.
>
On 3/6/23 Rob Sargent wrote:
> I think I have to decide on one format and stick with it. I get bitten
> by ODT/DOC transformations, not sure I like the default look of
> LaTeX/pdf, HTML is pretty reliable but not best for handing out. Maybe
> I'll go back to "text" and call it good.
If my .2 ce
No Wayman writes:
> It appears context is king.
> All that aside, I think Ihor's proposal sidesteps the whole issue
> while addressing the complexity of the implementation.
I read
#+cite_export: processor_x options:blablabla
as
"When I want to export citations using 'processor_x' , add options
bla
Soory for the re-post... Just setting up a new email client
On Sun, 5 Feb 2023 00:14:59 +0100 (CET) Edgar wrote:
> Dear Ihor,
> On Feb 4, 2023 at 12:31 PM, Ihor Radchenko wrote:Edgar
> Lux writes:
>> For example, ... the proposed idea is
>> a bit awkward:
>>
>> ...
>> #+cite_export: processor[o
Pedro Andres Aranda Gutierrez writes:
> Joining the discussion I seem to have missed before (because I was
> using a less org-ish solution).
Could you please reply in the linked thread? Otherwise, other
participants of that thread will not see your idea.
--
Ihor Radchenko // yantar92,
Org mode
To: emacs-orgmode@gnu.org
Re: Re: [BUG] #+cite_export: ... bibstyle citestyle cannot be
universally used as global defaults (was: Patch for \usepackage[ ...
natbib = true ...]{...biblatex} with org-cite)
On Sun, 5 Feb 2023 00:14:59 +0100 (CET) Edgar wrote:
> Dear Ihor,
> On Feb 4, 2023 at
Pedro Andres Aranda Gutierrez writes:
> \usepackage[isbn=false,url=false,doi=false,eprint=false,related=false]{biblatex}
>
>> Cheers,
>> Reza
>
> That's what I'm trying to avoid... and do right now
> You have the `pure org` header lines above and then you need
> to write LaTeX. I would rather hav
Hi,
>> This does a lot of 'magic'
>> #+bibliography: python3.bib
>> #+cite_export: biblatex
> just add e.g.:
> #+LATEX_HEADER:
>
\usepackage[isbn=false,url=false,doi=false,eprint=false,related=false]{biblatex}
> Cheers,
> Reza
That's what I'm trying to avoid... and do right now
You have the `p
Hi,
Ihor wrote:
>> Timothy writes:
>>
>> “export features” allow for the specification of qualities of the org
buffer
>> being exported that imply certain “features”, and how those features may
be
>> implemented in a particular export.
Looks like a cool "feature" that would bring some structure
Pedro Andres Aranda Gutierrez writes:
> I'm certainly time-limited, but use ox-latex and ox-beamer profusely and in
> parallel with "pure" LaTEX - whatever you might understand by "pure" ;-)
> will be close enough - I could also help when my lectures permit and yes, I
> also follow the list
Than
Hi,
> I am happy to help with both ox-latex and ox-beamer with two caveats: my
> time at certain times of the year is very limited (as you know as there
> is still an outstanding item for ox-beamer that I have not been able to
> address since October or longer) and my elisp-fu is sometimes not up
Alternatively, boost memory up to (at least) 8gb of RAM. This isn't too expensive today.Von: Ypo Datum: 07.01.2023 23:26:24An:Betreff: Re: OS adviceThanks you all.I think it is a good idea to try a live-cd. Maybe gentoo¿? I have been looking to some light OS and Triskel mini looks like quite attr
David Masterson writes:
> "Fraga, Eric" writes:
>> On Sunday, 1 Jan 2023 at 13:43, Ihor Radchenko wrote:
>>> I think that it is not very clear how to use it.
>>> Abstract says that it is self-explaining, but it appears that not every
>>> pdf viewer supports showing the explanations.
>>
>> Yes, th
Pedro Andres Aranda Gutierrez writes:
>> This is to be expected because of how Org parser works.
>
> In my experience, this also applies for some situations while creating
> listings.
> My question is if there would be space for a `:raw t` in the
> `#+begin_export latex` to produce a _verbatim_ c
> From: Ihor Radchenko
> To: alain.coch...@unistra.fr
> Cc: emacs-orgmode@gnu.org
> Subject: Re: Problems with LaTeX export for $x\text{foo $x$}$-like
> construts?
> Message-ID: <87wn6av84v.fsf@localhost>
> Content-Type: text/plain
>
> alain.coch...@unistra.fr writes:
>
> > Version used: r
Ihor writes:
> Message: 12
> Date: Tue, 27 Sep 2022 20:29:25 +0800
> From: Ihor Radchenko
> To: Juan Manuel Macías
> Cc: orgmode
> Subject: Re: Create in Org a bilingual book with facing pages
> Message-ID: <87bkr1ngpm.fsf@localhost>
> Content-Type: text/plain; charset=utf-8
>
>
> I notice two t
Ihor writes:
> * headline
> :PROPERTIES:
> :ATTR_BACKEND: :export_template "\begin{myenv}\n%s\n\end{myenv}"
> :ATTR_BACKEND+: "The %%s instances are replaced by the exported element"
> :ATTR_BACKEND+: (concat "arbitrary sexp, the exported element is bound
to: " *this*)
> :ATTR_BACKEND+: babel_block
Ihor writes;
> More concretely, I mean something like
>
> * Section
> :PROPERTIES:
> :attr_latex: :prepend "section" \setcounter{secnumdepth}{0}
> :attr_latex+: :prepend "section"
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}\ignorespaces}
> :attr_latex+: :append "section" \setcount
Ihor Radchenko writes:
>> Can it be extended to add properties to a
>> #BEGIN_example
>> #END_example
>> snippet?
>
> Didn't we conclude that wrapping blocks during LaTeX export should be
> done via special blocks? (This question has been raised multiple times,
> I am unsure if you are referring t
Pedro Andres Aranda Gutierrez writes:
> Can it be extended to add properties to a
> #BEGIN_example
> #END_example
> snippet?
Didn't we conclude that wrapping blocks during LaTeX export should be
done via special blocks? (This question has been raised multiple times,
I am unsure if you are referr
em...@vergauwen.me writes:
> Different export types, or different user included packages, generate
> different
> metafiles. This makes an automated cleanup process afterwards a bit more
> complicated I think, if not impossible.
>
> The temporary file makes it hard to add files to the working di
> >>> Hi, adding an "input" type of header is one option. What about adding a
> >>> call to resolve relative file names instead, thus solving maybe other
> >>> needs in addition?
> >>>
> >> That was my second approach. I was concerned that forcing all imports with
> >> an absolute path could brea
>Message-ID: <87fsjfn7jw.fsf@localhost>
>emacs--- via "General discussions about Org-mode."
> writes:
>
>>> Hi, adding an "input" type of header is one option. What about adding a
>>> call to resolve relative file names instead, thus solving maybe other
>>> needs in addition?
>>>
>> That was my sec
On Thu, Jun 9, 2022 at 12:00 PM Fraga, Eric wrote:
>
> On Thursday, 9 Jun 2022 at 10:34, Bruce D'Arcus wrote:
> > It should take another few days of development and testing before I'm
> > ready to merge it, but it pretty much works now, and any help with
> > code review and/or testing would be mu
Hi John, hello everyone,
For your information, the numerical style that produces perfectly that I wanted
is
oil-shale.csl
https://www.zotero.org/styles?fields=geology&format=numeric
the code
[[first_author_key, 80]] is exported into [1, p. 80]
and
[[second_author_key, 81-86] , [2, pp. 81-86
Hi John,
I am ashamed for having not understood this solution by myself !
It works perfectly also with my csl style.
Many thanks again for your so kind and very efficient help.
Best wishes,
Jo.
---
https://www.vidal-rosset.net
Envoyé avec la messagerie sécurisée [Proton Mail](https://proton.
BTW, just to give some context of why we didn't implement it by
default earlier; there are two reasons:
1. it seems vast differences in the size of user bib files, and those
with very large ones would be annoyed if it re-generated the
completions on every change.
2. citar also covers notes and rel
On Thursday, 9 Jun 2022 at 10:34, Bruce D'Arcus wrote:
> It should take another few days of development and testing before I'm
> ready to merge it, but it pretty much works now, and any help with
> code review and/or testing would be much appreciated.
Okay, let me know. It's easy enough for me t
On Thu, Jun 9, 2022 at 10:19 AM Fraga, Eric wrote:
>
> On Thursday, 26 May 2022 at 18:24, Ihor Radchenko wrote:
> > The relevant function is org-cite-basic--parse-bibliography.
>
> To finally follow up on this, the problem is not with org-cite but
> appears to be due to my use of citar. Citar see
On Thursday, 26 May 2022 at 18:24, Ihor Radchenko wrote:
> The relevant function is org-cite-basic--parse-bibliography.
To finally follow up on this, the problem is not with org-cite but
appears to be due to my use of citar. Citar seems to cache the keys
somewhere/somehow and this cache is not up
Timothy writes:
> Hi Eric,
>
>> The difficulty will be knowing whether they work or not given the sporadic
>> nature of the problem…
>
> If it’s any help, I consistently have this issue when producing the bib file
> by tangling.
Then, can you also try the proposed steps? If you can reproduce th
Hi Eric,
> The difficulty will be knowing whether they work or not given the sporadic
> nature of the problem…
If it’s any help, I consistently have this issue when producing the bib file by
tangling.
All the best,
Timothy
Hi Ihor,
I will try these out, hopefully tomorrow. The difficulty will be
knowing whether they work or not given the sporadic nature of the
problem...
Thank you,
eric
--
: Eric S Fraga, with org release_9.5.3-513-g292116 in Emacs 29.0.50
Eric S Fraga writes:
> Is there a function I can call to force a rescan? That would satisfy me
> as I could put it into a hook for org-bibtex (or advice the function if
> no hook available).
The relevant function is org-cite-basic--parse-bibliography.
You can try 2 things:
1. Set org-cite-basi
On Thursday, 26 May 2022 at 13:00, Ihor Radchenko wrote:
> In theory, it might be related to one of the changes I made in this
> area. I am not 100% sure, but bibliography might not be rescanned if you
> edit a bibliography file in Emacs buffer, but do not actually save it.
> Is this what is happen
Eric S Fraga writes:
> sorry to revisit this but I continue to run into the problem of the
> bibliography not being rescanned automatically. What is the easiest way
> (other than leaving Emacs and restarting) to force it, assuming there is
> one? I.e. maybe I can invalidate or clear the cache?
On Wednesday, 3 Nov 2021 at 17:21, Nicolas Goaziou wrote:
> oc-basic relies on a cache. The cache key contains a hash of the
> contents of the bib file. So whenever the bib file is modified, the
> cache is invalidated, and oc-basic parses again the file.
>
> IOW, rescanning happens automatically i
Zelphir Kaltstahl writes:
Hello Zelphir!
> At some point something changed, I think, […]
In Geiser or in Org? I use Geiser for work heavily and it works like
magic. I ask because if the problem resides in Geiser, we could report
a new bug there.
Rudy
--
"One can begin to reason only when a
Hello Rudy!
On 3/18/22 17:00, emacs-orgmode-requ...@gnu.org wrote:
Today, I needed to use Scheme with Org (9.5.2-24-g668205), and I found
that the #+RESULTS: always come back empty. Oh, well! I use Guile and
have everything configured correctly. Has anyone merged the patch
discussed in this t
Hi Thierry,
thanks for your feedback and please let me know if I should change
anything to fit
better into the org-mode codebase.
> Easily adding DLang dependencies while keeping a single code block seems
> quite useful.
> I will take a deeper look at your proposal.
> Also, you marked your patc
>
> May you provide a step-by-step reproducer starting from emacs -Q?
>
> Best,
>
> Ihor
Thanks Ihor,
It is neither an emacs nor an org-mode issue, but it concerns the way of
calling a php scritpt from an html file, and it is not easy, at least for me.
I admit that my email is therefore irrel
Samuel Wales writes:
> this bug is strange because it appears as if regexp-opt is broken, but
> the only likely difference is an org upgrade via git clone.
>
> in an org agenda command, the same set of org todo kw works if a
> regexp was created using mapconcat, but not with regexp-opt.
>
> i exp
Samuel Wales writes:
> [following on my most recent post] or for example this one, perhaps it
> is too obscure but i wonder if these emaiuls will be seen again.
>
> not really asking for anything. just want to know if they go anyplace.
> thank.s
Maybe some messup with quoting. Also, we had so
[following on my most recent post] or for example this one, perhaps it
is too obscure but i wonder if these emaiuls will be seen again.
not really asking for anything. just want to know if they go anyplace. thank.s
On 12/12/21, Samuel Wales wrote:
> this bug is strange because it appears as if
Perhaps I'll try it, just for fun. I'm pretty happy with my layout and
theme, everything, but maybe I could get some ideas.
Thank you,
Alan
On Mon, Nov 29, 2021 at 7:39 AM Thomas S. Dye wrote:
> Aloha Alan,
>
> Alan E. Davis writes:
>
>
> > It is interesting that an old timer like yourself wo
Aloha Alan,
Alan E. Davis writes:
It is interesting that an old timer like yourself would reach
for
Spacemacs. I haven't, mostly because I don't think I need the
modal model
of Vi. The keybindings of Emacs or so convenient and
intelligent I find
them to be enough. Here's where I might ha
Tim:
I appreciate your thoughtful response. You went to a great deal of
trouble, and answered, I think, most of the important questions I have with
this issue.
I use Arch Linux, and have been installing the AUR emacs-git package.
Sure, I don't need to go beyond the current stable package. For n
"Alan E. Davis" writes:
> I have just spent an hour trying to figure out what's going on with ELPA, GNU
> ELPA, NONGNU ELPA packages. I am lost.
>
> A plethora of methods exist for installing org-mode and other packages; it is
> unnecessary to list them, even if I could.
>
> I've been using
On Wed, Nov 3, 2021 at 12:21 PM Nicolas Goaziou wrote:
> oc-basic relies on a cache. The cache key contains a hash of the
> contents of the bib file. So whenever the bib file is modified, the
> cache is invalidated, and oc-basic parses again the file.
Of course; clever!
Bruce
Hello,
"Bruce D'Arcus" writes:
> On Thu, Oct 21, 2021 at 10:12 AM Eric S Fraga wrote:
>>
>> Dear all,
>>
>> simple question: how can I get org-cite to rescan my bibliography (.bib)
>> file when it changes? When I'm writing a paper, as I'm doing now, I add
>> entries to my bibliography as I wri
"Thomas Paulsen" writes:
> Hi,
>
> it isn't part of gnu emacs currently.
Yes, this is correct. Org-transclusion is only available on GitHub at
the moment. With the advice from Ihor and others, I am in the process
of sending the whole package as a patch to Org.
Hi,
it isn't part of gnu emacs currently.
On Thu, Oct 21, 2021 at 10:12 AM Eric S Fraga wrote:
>
> Dear all,
>
> simple question: how can I get org-cite to rescan my bibliography (.bib)
> file when it changes? When I'm writing a paper, as I'm doing now, I add
> entries to my bibliography as I write but org-cite is not aware of any
> new
On Thursday, 21 Oct 2021 at 16:51, Uwe Brauer wrote:
> Do you use
> org-ref-insert-cite-link
> org-ref-helm-insert-cite-link
Neither. I use org-cite-insert.
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-149-g781080
: Latest paper written in org: https://arxiv.org/abs/2106.05096
>>> "ESF" == Eric S Fraga writes:
> Dear all,
> simple question: how can I get org-cite to rescan my bibliography
> (.bib) file when it changes? When I'm writing a paper, as I'm doing
> now, I add entries to my bibliography as I write but org-cite is not
> aware of any new entries.
> I have gon
Joseph Vidal-Rosset writes:
> I got the following backtrace:
Err... This looks strange. Can you try re-installing Org? Or otherwise
go to org-capture.el, M-x eval-buffer, and try to get backtrace again
(hopefully, it can become more readable then).
Best,
Ihor
Le jeudi 23 septembre 2021 à 18:12, Ihor Radchenko a écrit
:
> Joseph Vidal-Rosset jos...@vidal-rosset.net writes:
>
> > But nowhere in this file have function " turn-on-org-provide" . :(
> >
> > A suggestion?
>
> Try to setting debug-on-error to 't and share backtrace of the error.
>
> Best,
>
> Sent: Sunday, November 29, 2020 at 10:51 PM
> From: "Gyro Funch"
> To: daniela-s...@gmx.it, "Kyle Meyer"
> Cc: emacs-orgmode@gnu.org
> Subject: Re[2]: bug#44935: Emacs inserts hardwired org-agenda-files variable,
> overwriting user options
>
> >
> >> Sent: Sunday, November 29, 2020 at 10:2
Very nice! I don't know much elisp as I am a new Emacs user. What in short
would this code do? :)
Thanks a million!
El mar., 17 nov. 2020 a las 6:56, tumashu () escribió:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> At 2020-11-17 12:52:06, "Kyle Meyer" wrote:
> >Gerardo Moro writes:
> >
> >> Hi,
> >>
> >
Bastien writes:
>> Rather than a huge refactoring or pushing code back into other Emacs
>> modes, my thought was that Org should be trimmed into the "core" of
>> Org functions and that other things should be implemented as modules
>> available in MELPA outside of the official Org core. That way
iam Rankin via General discussions about Org-mode."
>
> Kopia: William Rankin , emacs-de...@gnu.org
> Ämne: Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode
>
> Hi William,
>
> thanks a lot for bringing this up.
>
> Of course, Org would benefit from code cl
-mode."
Kopia: William Rankin , emacs-de...@gnu.org
Ämne: Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode
Hi William,
thanks a lot for bringing this up.
Of course, Org would benefit from code cleanup and code refactoring.
And yes, we can collectively push toward (1) modularizi
Hi Russell,
Russell Adams writes:
> Rather than a huge refactoring or pushing code back into other Emacs
> modes, my thought was that Org should be trimmed into the "core" of
> Org functions and that other things should be implemented as modules
> available in MELPA outside of the official Org c
Hi Nicholas,
"Nicholas Savage" writes:
> If I am looking to do that though, would I be submitting a patch both
> to Emacs and one to Org Mode?
If the patch is against Org, submit it first to emacs-orgmode@gnu.org.
If the patch is integrated into Org it will be merged into Emacs core
at some po
1 - 100 of 211 matches
Mail list logo