Re: Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-15 Thread Pedro Andres Aranda Gutierrez
>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: >

Re: Re: Question about contribution to improve svg handling in latex export

2025-05-22 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Question about contribution to improve svg handling in latex export

2025-05-13 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [DISCUSSION] Setting LuaLaTeX as default when exporting to LaTeX/PDF

2025-04-10 Thread Pedro Andres Aranda Gutierrez
>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

Re: Re

2025-04-05 Thread Pedro Andres Aranda Gutierrez
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} > > #

Re: Re

2025-04-04 Thread Ihor Radchenko
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

Re: Re

2025-04-04 Thread tbanelwebmin
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

Re: Re

2025-04-01 Thread Pedro Andres Aranda Gutierrez
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

Re: Re

2025-04-01 Thread Ihor Radchenko
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

Re: Re

2025-04-01 Thread Ihor Radchenko
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

Re: Re

2025-03-31 Thread Ihor Radchenko
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

Re: Re

2025-03-31 Thread Pedro Andres Aranda Gutierrez
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).

Re: Re

2025-03-31 Thread Pedro Andres Aranda Gutierrez
>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

Re: Re: How to specify column alignment in LaTeX table output?

2025-01-09 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-12 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-12 Thread Ihor Radchenko
"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

Re: Re: Org-cite: Replace basic follow-processor with transient menu?

2024-11-11 Thread Pedro A. Aranda
>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

Re: Re: multipage html output

2024-07-07 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: multipage html output

2024-07-07 Thread Orm Finnendahl
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

Re: Re: multipage html output

2024-07-07 Thread Ihor Radchenko
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

Re: Re: multipage html output

2024-07-06 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [External] : Re: Adding custom providers for thingatpt.el (was: [PATCH] Add support for 'thing-at-point' to get URL at point)

2024-05-08 Thread Pedro Andres Aranda Gutierrez
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

RE: RE: [External] : Re: Adding custom providers for thingatpt.el (was: [PATCH] Add support for 'thing-at-point' to get URL at point)

2024-05-06 Thread Drew Adams
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,

Re: RE: [External] : Re: Adding custom providers for thingatpt.el (was: [PATCH] Add support for 'thing-at-point' to get URL at point)

2024-05-06 Thread Jim Porter
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

Re: Re: [FR] Please add custom command variable to org-latex-footnote-refere

2024-04-20 Thread Pedro A. Aranda
/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

Re: Re: Strange behaviour detected today

2024-03-11 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [BUG] beamer export

2024-01-27 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Adding functionality to org-latex-classes

2024-01-01 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Adding functionality to org-latex-classes

2024-01-01 Thread Ihor Radchenko
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

Re: Re: Adding functionality to org-latex-classes

2024-01-01 Thread Pedro Andres Aranda Gutierrez
>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: > >>

Re: Re: Re: [BUG] Return doesnt work when point is on org headlines after ellipsis [9.6.6 (release_9.6.6 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2023-10-22 Thread Ihor Radchenko
"brillenfi...@bluewin.ch" writes: > I updated to org. 9.6.10 and the bug is gone! Handled.

Re: Re: [FR] org-num-mode inverse defaults

2023-10-19 Thread Pedro Andres Aranda Gutierrez
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

RE: Re: [FR] org-num-mode inverse defaults

2023-10-19 Thread Ihor Radchenko
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

RE: Re: [FR] org-num-mode inverse defaults

2023-10-18 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-06-04 Thread Rudolf Adamkovič
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

Re: Re: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-06-03 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: A dream?

2023-04-17 Thread Pedro Andres Aranda Gutierrez
> 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. >

Re: Re: how to add special glyphs

2023-03-08 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [POLL] Naming of "export features"

2023-02-23 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [BUG] #+cite_export: ... bibstyle citestyle cannot be universally used as global defaults (was: Patch for \usepackage[ ... natbib = true ...]{...biblatex} with org-cite)

2023-02-23 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Is there a way of putting the biblatex options in the org file?

2023-02-23 Thread Ihor Radchenko
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

Re: Re: Is there a way of putting the biblatex options in the org file?

2023-02-22 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Is there a way of putting the biblatex options in the org file?

2023-02-22 Thread Ihor Radchenko
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

Re: Re: Is there a way of putting the biblatex options in the org file?

2023-02-21 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [PATCH] Introduce "export features"

2023-02-11 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [ANN] Looking for new maintainers for ox-latex.el (LaTeX export library)

2023-02-03 Thread Ihor Radchenko
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

Re: Re: [ANN] Looking for new maintainers for ox-latex.el (LaTeX export library)

2023-02-02 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: OS advice

2023-01-07 Thread Thomas Paulsen
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

Re: Re: LaTeX tutorial (focused on what Org exports) ??

2023-01-03 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: Problems with LaTeX export for $x\text{foo $x$}$-like construts?

2022-12-31 Thread Ihor Radchenko
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

Re: Re: Problems with LaTeX export for $x\text{foo $x$}$-like construts?

2022-12-30 Thread Pedro Andres Aranda Gutierrez
> 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

Re: Re: Create in Org a bilingual book with facing pages

2022-09-28 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-22 Thread Pedro Andres Aranda Gutierrez
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

Re: Re: [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-21 Thread Pedro Andres Aranda Gutierrez
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

Re: Re [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-20 Thread Juan Manuel Macías
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

Re: Re [Patch] Pre-/postpend arbitrary LaTeX code to a section

2022-09-20 Thread Ihor Radchenko
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

Re: Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-07 Thread Ihor Radchenko
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

Re: Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-06 Thread General discussions about Org-mode.
> >>> 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

Re: Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-06 Thread Pedro Andres Aranda Gutierrez
>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

Re: re-scanning bibliography for org-cite

2022-07-04 Thread Bruce D'Arcus
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

Re: Re : Re: org-ref3 export html with references of pages

2022-06-26 Thread Joseph Vidal-Rosset
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

Re : Re: org-ref3 export html with references of pages

2022-06-26 Thread Joseph Vidal-Rosset
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.

Re: re-scanning bibliography for org-cite

2022-06-09 Thread Bruce D'Arcus
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

Re: re-scanning bibliography for org-cite

2022-06-09 Thread Fraga, Eric
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

Re: re-scanning bibliography for org-cite

2022-06-09 Thread Bruce D'Arcus
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

Re: re-scanning bibliography for org-cite

2022-06-09 Thread Fraga, Eric
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

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Ihor Radchenko
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

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Timothy
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

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Eric S Fraga
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

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Ihor Radchenko
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

Re: re-scanning bibliography for org-cite

2022-05-26 Thread Eric S Fraga
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

Re: re-scanning bibliography for org-cite

2022-05-25 Thread Ihor Radchenko
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?

Re: re-scanning bibliography for org-cite

2022-05-24 Thread Eric S Fraga
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

Re: Re: Problem with org-babel and geiser

2022-03-22 Thread Rudolf Adamkovič
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

Re: Re: Problem with org-babel and geiser

2022-03-18 Thread Zelphir Kaltstahl
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

Re: Re: Please add support for dlangs packagemanager to ob-C.el

2022-03-13 Thread Christian Köstlin
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

Re : Re: php scripts in export html code in org-mode

2021-12-22 Thread Joseph Vidal-Rosset
> > 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

Re: re created using regexp-opt fails in an org agenda command

2021-12-18 Thread Ihor Radchenko
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

Re: re created using regexp-opt fails in an org agenda command

2021-12-18 Thread Ihor Radchenko
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

Re: re created using regexp-opt fails in an org agenda command

2021-12-18 Thread Samuel Wales
[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

Re: Re-installing org-mode packages due to annoying message

2021-12-01 Thread Alan E. Davis
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

Re: Re-installing org-mode packages due to annoying message

2021-11-29 Thread Thomas S. Dye
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

Re: Re-installing org-mode packages due to annoying message

2021-11-29 Thread Alan E. Davis
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

Re: Re-installing org-mode packages due to annoying message

2021-11-28 Thread Tim Cross
"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

Re: re-scanning bibliography for org-cite

2021-11-03 Thread Bruce D'Arcus
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

Re: re-scanning bibliography for org-cite

2021-11-03 Thread Nicolas Goaziou
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

Re: Re: Introducing Org-transclusion

2021-11-01 Thread Noboru Ota
"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.

Re: Re: Introducing Org-transclusion

2021-11-01 Thread Thomas Paulsen
Hi, it isn't part of gnu emacs currently.

Re: re-scanning bibliography for org-cite

2021-10-21 Thread Bruce D'Arcus
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

Re: re-scanning bibliography for org-cite

2021-10-21 Thread Eric S Fraga
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

Re: re-scanning bibliography for org-cite

2021-10-21 Thread Uwe Brauer
>>> "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

Re: Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-10-02 Thread Ihor Radchenko
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

Re : Re: Capture abort: Symbol’s function definition is void: turn-on-org-provide

2021-09-23 Thread Joseph Vidal-Rosset
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, >

Re: Re[2]: bug#44935: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-11-29 Thread daniela-spit
> 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

Re: Re: Agenda follow mode + indirect window settings

2020-11-17 Thread Gerardo Moro
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, > >> > >

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Dr. Arne Babenhauserheide
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

RE: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Ihor Radchenko
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

RE: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread arthur miller
-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

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Bastien
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

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Bastien
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   2   3   >