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

[PATCH] copy cell contents to kill-ring. WAS [FR]: thing-at-point 'org-table-cell

2024-05-04 Thread Pedro Andres Aranda Gutierrez
Hi, I needed this function to copy contents from an org spreadsheet to a Web page and I see it may be useful to others. Take a look and if you find it useful, I'll add the changelog stuff. Thanks for the guidance ;-) Best, /PA On Fri, 3 May 2024 at 21:50, Ihor Radchenko wrote: > Pedro And

Re: PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing colon

2024-05-03 Thread Pedro Andres Aranda Gutierrez
> From: Rudolf Adamkovič > To: emacs-orgmode@gnu.org > Cc: Rudolf Adamkovič > Subject: [PATCH] Auto-complete PRINT_BIBLIOGRAPHY with a trailing > colon > Message-ID: <20240502162033.16420-1-rud...@adamkovic.org> > > * lisp/org.el (org-options-keywords): Add a trailing colon to the >

Re: [FR]: thing-at-point 'org-table-cell

2024-05-03 Thread Pedro Andres Aranda Gutierrez
 Hi Ihor, of course this was just an example. The thing-at-point would make it easier to write a copy-as-kill-cell function. Best,/PA Enviado desde mi iPhone > El 3 may 2024, a las 13:17, Ihor Radchenko escribió: > > Pedro Andres Aranda Gutierrez writes: > >> It woul

[FR]: thing-at-point 'org-table-cell

2024-05-02 Thread Pedro Andres Aranda Gutierrez
Hi, It would be great to have a thing-at-point handler that returns a cell in and org table. The most simple use case is to have a table in an org-file with data that you need to transfer to an online Web page. Being able to (copy-as-kill ...) a cell's contents could speed up the whole process...

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-24 Thread Pedro Andres Aranda Gutierrez
Hopefully all remarks addressed.. Best, /PA On Wed, 24 Apr 2024 at 19:05, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > Oops, you are right. My local copy got a bit messed up. > > > > Here is a hopefully clean patch. I have tried it out on a local

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-21 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, On Sun, 21 Apr 2024 at 15:20, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > +: #+cite_export: biblatex backend=bibtex,style=numeric > > What about something like > > #+cite_export: biblatex backend=bibtex,bibstyle=numeric > Jus

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-17 Thread Pedro Andres Aranda Gutierrez
BTW, I was thinking that maybe "\\`[^=]+=" may be better than matching style= anywhere in the options string... Open to discuss it... /PA On Wed, 17 Apr 2024 at 09:00, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Stop the press... I discovered a small bu

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-17 Thread Pedro Andres Aranda Gutierrez
Stop the press... I discovered a small bug in the last patch. Attached is a new version. /PA On Wed, 17 Apr 2024 at 08:22, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Hi again > > Rationale of the patch: > Currently, when the options to biblatex are _not_ xxx/x

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-17 Thread Pedro Andres Aranda Gutierrez
style= is stated explicitly (anywhere in the string). This adds congruency WRT the ~org-cite-biblatex-options~ variable. Best, /PA On Sun, 14 Apr 2024 at 09:16, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > HI, full answer... > > In the original code, that section

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-14 Thread Pedro Andres Aranda Gutierrez
]{biblatex} for #+cite_export: biblatex style=numeric,backend=biber which, BTW, is something someone used the LaTeX may parse as correct. I was just trying to cater for this case. Best, /PA On Sun, 14 Apr 2024 at 07:30, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Sorry

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-13 Thread Pedro Andres Aranda Gutierrez
Sorry... I was not right... You are right. I'll take a look at it again. /PA On Sun, 14 Apr 2024 at 07:22, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Hi, > > Maybe not... because style= is a keyword for the biblatex package, while > bibstyle or citestyle are

Re: PATCH allow explicit style= in #+cite_export: biblatex

2024-04-13 Thread Pedro Andres Aranda Gutierrez
Hi, Maybe not... because style= is a keyword for the biblatex package, while bibstyle or citestyle aren't. Best, /PA On Sat, 13 Apr 2024 at 16:32, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > HI, > > Attached is a small patch to allow expli

PATCH allow explicit style= in #+cite_export: biblatex

2024-04-13 Thread Pedro Andres Aranda Gutierrez
HI, Attached is a small patch to allow explicitly adding style= in the biblatex export options, to increase consistency with Customisation variables. Best, /PA 0001-Allow-style-in-cite_export.patch Description: Binary data

Re: Question about citation formatting

2024-03-28 Thread Pedro Andres Aranda Gutierrez
Christian writes: > Dear org users, > > This is my second paper I am formatting with the new citation framework, > this time using csl for the first time, since basic does not fit the > bill anymore. > > This paper is discussing and comparing translations to the same text. So > when I mention

Small patch: add \usepackage{iftex} when exporting to LaTeX

2024-03-23 Thread Pedro Andres Aranda Gutierrez
Hi attached is a small patch to include package iftex to latex exports. Since we support several compilers, it is useful to have this package to detect the compiler in included latex files. Best, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg

Re: Reproducible work with natively compiled Emacs

2024-03-17 Thread Pedro Andres Aranda Gutierrez
and I needed a state I could understand. Best,/PA Enviado desde mi iPhone > El 17 mar 2024, a las 11:16, Ihor Radchenko escribió: > > Pedro Andres Aranda Gutierrez writes: > >> In practice, I was not able to delete the .eln files from a make native. > > I am

Re: Reproducible work with natively compiled Emacs

2024-03-17 Thread Pedro Andres Aranda Gutierrez
. When testing a modification I always make cleaneln; make native to test it Maybe I'm a bit too 'meticulous' but that's me ;-) Best, /PA On Sat, 16 Mar 2024 at 11:20, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > >> Do I understand correctly that the reason

Re: Reproducible work with natively compiled Emacs

2024-03-16 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, Answer inline... On Fri, 15 Mar 2024 at 18:08, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > I have added the eln version to the patch... > > > > Best, /PA > > PS: Just as an example, I recompiled master today and the version

Re: Reproducible work with natively compiled Emacs

2024-03-15 Thread Pedro Andres Aranda Gutierrez
in the foreach and (car ...) take care off, so it will be only anything created at some point by a make native on an org-mode cloned from git. Anyhow, let me check... Best, /PA /PA On Fri, 15 Mar 2024 at 12:09, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > +# T

Re: Reproducible work with natively compiled Emacs

2024-03-14 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, attached is the patch in what I would call the final version. The main enhancement is that make native and make cleaneln with exit gracefully on systems where native compilation is not enabled. Best, /PA On Thu, 14 Mar 2024 at 07:49, Pedro Andres Aranda Gutierrez < paag...@gmail.

Re: Reproducible work with natively compiled Emacs

2024-03-13 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, Thanks for the feedback! I'm attaching a unified patch. TODO: check that the emacs installed supports native compilation. This is more for make native. Best, /PA On Wed, 13 Mar 2024 at 13:46, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > >&

Re: [BUG] Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-13 Thread Pedro Andres Aranda Gutierrez
n Tue, 12 Mar 2024 at 21:32, Leo Butler wrote: > On Tue, Mar 12 2024, Ihor Radchenko wrote: > > > Pedro Andres Aranda Gutierrez writes: > > > >> Jup, of course. If you look in org-lint.el, one of the cases that would > >> trigger a message is when the frame environme

Re: Re: Strange behaviour detected today

2024-03-11 Thread Pedro Andres Aranda Gutierrez
solve this in the short and long term. > > Thanks in advance > Detlev > > [...] > > > On Wed, 13 Dec 2023 at 15:57, William Denton wrote: > > > > On 13 December 2023, Pedro Andres Aranda Gutierrez wrote: > > > > > I've recompile

Re: Reproducible work with natively compiled Emacs

2024-03-11 Thread Pedro Andres Aranda Gutierrez
HI, nothing like sleeping over a problem. This solution seems to be easier... /PA On Sun, 10 Mar 2024 at 12:49, Pedro A. Aranda wrote: > Hi, > > I have been experiencing some inconsistencies with org-mode, which I > have been able to trace own to using native compilation and not knowing >

Re: [BUG] Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-09 Thread Pedro Andres Aranda Gutierrez
Jup, of course. If you look in org-lint.el, one of the cases that would trigger a message is when the frame environment uses "frame" directly and there is a \begin{frame} in the org. Line 1522 onwards in org-lint.el Best, /PA On Mon, 4 Mar 2024 at 12:06, Ihor Radchenko wrote: >

Re: Just thinking...

2024-03-09 Thread Pedro Andres Aranda Gutierrez
Beamer is just a LaTeX 'feature'... /PA On Thu, 7 Mar 2024 at 15:10, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > duplicating export entries for LaTeX and Beamer makes the interface not > > exactly clean. > > We do have the LaTeX class, which sh

Re: Subject: cannot export asynchronously because of org-fold-core--update-buffer-folds

2024-03-08 Thread Pedro Andres Aranda Gutierrez
03-07 10:03, Pedro Andres Aranda Gutierrez writes: > >> could you please try to add >> >> #+LATEX_CLASS: beamer >> #+LATEX_CLASS_OPTIONS: [presentation,aspectratio=169] >> >> instead of >> >> (require 'ox-latex) >> >> (add-to-list

Re: Emacs slow-down

2024-03-07 Thread Pedro Andres Aranda Gutierrez
... Best, /PA On Thu, 7 Mar 2024 at 17:21, William Denton wrote: > On Thursday, March 7th, 2024 at 11:03, Pedro Andres Aranda Gutierrez < > paag...@gmail.com> wrote: > > > Interestingly enough, this redisplay_internal function seems to be the > real pain. I think we ne

Re: Emacs slow-down

2024-03-07 Thread Pedro Andres Aranda Gutierrez
... Best, /PA On Thu, 7 Mar 2024 at 16:50, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Hi Ihor, > > same here and changing to text-properties didn't help making editing org > files less bumpy and slow. > I don't know if 886 lines is really very much... but that's

Re: Emacs slow-down

2024-03-07 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, same here and changing to text-properties didn't help making editing org files less bumpy and slow. I don't know if 886 lines is really very much... but that's my org-beamer size for a double lecture. Best, /PA On Thu, 7 Mar 2024 at 15:58, Bruno Cardoso wrote: > > On 2024-03-07,

Re: Subject: cannot export asynchronously because of org-fold-core--update-buffer-folds

2024-03-07 Thread Pedro Andres Aranda Gutierrez
Will try with my setup @home with the main branch of the git to check again. /PA Enviado desde mi iPhone > El 7 mar 2024, a las 10:42, Alan Schmitt > escribió: > > Hi Pedro, > > On 2024-03-07 10:03, Pedro Andres Aranda Gutierrez writes: > >>

Just thinking...

2024-03-07 Thread Pedro Andres Aranda Gutierrez
Hi, duplicating export entries for LaTeX and Beamer makes the interface not exactly clean. We do have the LaTeX class, which should be "beamer" (I hope) for Beamer presentations, right? So why not use that to decide internally between (org-latex-export-...) and (org-beamer-...) and then have a

Re: Subject: cannot export asynchronously because of org-fold-core--update-buffer-folds

2024-03-07 Thread Pedro Andres Aranda Gutierrez
Hi, could you please try to add #+LATEX_CLASS: beamer #+LATEX_CLASS_OPTIONS: [presentation,aspectratio=169] instead of (require 'ox-latex) (add-to-list 'org-latex-classes '("my-beamer" "\\documentclass\[presentation,aspectratio=169\]\{beamer\}

Emacs slow-down

2024-03-06 Thread Pedro Andres Aranda Gutierrez
Hi is it just me, or have other people also noticed hiccups when editing org files with org-mode (main from savannah). The moment I revert to the org-mode shipped with emacs master, editing returns to normal (and fluid). Would it make sense to take a closer look at this? Best, /PA -- Fragen

Re: [BUG] Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-02 Thread Pedro Andres Aranda Gutierrez
Org-lint will signal that… IHvHO that’s more than enough Enviado desde mi iPhone > El 2 mar 2024, a las 13:18, Ihor Radchenko escribió: > > Pedro Andres Aranda Gutierrez writes: > >> My question to the list is what is more frequent: slides with an \end{frame} >>

Re: [BUG] Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-02 Thread Pedro Andres Aranda Gutierrez
call on the default value for org-beamer-frame-environment. Thx again for the patience, Best, /PA On Sat, 2 Mar 2024 at 07:39, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > To continue... my first reaction to the bug was to > (setq org-beamer-frame-environment &

Re: [BUG] Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-01 Thread Pedro Andres Aranda Gutierrez
(unless (string= org-beamer-frame-environment "frame") ... ) so we are protected against people like me ;-) Best, /PA On Sat, 2 Mar 2024 at 07:24, Pedro Andres Aranda Gutierrez < paag...@gmail.com> wrote: > Hi Leo, > > Wouldn't it be wiser to combine you fix with mine

Re: [BUG] Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-01 Thread Pedro Andres Aranda Gutierrez
Hi Leo, Wouldn't it be wiser to combine you fix with mine. I still think that setting org-beamer-frame-environment to "frame" when you don't need the fix and not emitting the extra newenvironment code in that case makes the generated LaTeX easier to read. Whether the default value should be frame

Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-01 Thread Pedro Andres Aranda Gutierrez
data 0003-Document-new-org-beamer-frame-environment.patch Description: Binary data > El 1 mar 2024, a las 17:03, Fraga, Eric escribió: > > On Friday, 1 Mar 2024 at 12:33, Pedro Andres Aranda Gutierrez wrote: >> I needed to go back to stock org-mode (as included in

Re: The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-01 Thread Pedro Andres Aranda Gutierrez
frame” or whatever, and that would be it. With a big CAVEAT: you Will not be able to do the / trick on them. Best, /PA > El 1 mar 2024, a las 17:03, Fraga, Eric escribió: > > On Friday, 1 Mar 2024 at 12:33, Pedro Andres Aranda Gutierrez wrote: >> I needed to go back to stock org-mode (

The orgframe construct in the Beamer exporter as a default needs a rethink

2024-03-01 Thread Pedro Andres Aranda Gutierrez
Hi, I needed to go back to stock org-mode (as included in Emacs) because the ‘orgframe’ as defined right now kills my slide decks. I have been using the construct ** Title :PROPERTIES: :BEAMER_act: :END: For slides I only want in the presentation and ** Title :PROPERTIES:

Re: Retaking AUTO for \usepackage{fontenc}

2024-02-13 Thread Pedro Andres Aranda Gutierrez
Hi Juan, neither do I, This is why I'm asking for people to tell me what they use ;-) best, /PA On Tue, 13 Feb 2024 at 12:57, Juan Manuel Macías wrote: > Pedro Andres Aranda Gutierrez writes: > > > Hi, > > > > Next step, @all, please help me filling up the list of codi

Re: Retaking AUTO for \usepackage{fontenc}

2024-02-12 Thread Pedro Andres Aranda Gutierrez
Hi, Next step, @all, please help me filling up the list of codings vs. languages. I currently am somehow confident of the following: greek -> LGR russian -> T2A Thanks for contribs, /PA On Mon, 12 Feb 2024 at 14:57, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes:

Retaking AUTO for \usepackage{fontenc}

2024-02-11 Thread Pedro Andres Aranda Gutierrez
HI again, I'm trying to put together all pieces for this before I actually write code. After looking at the current state, I would be lenient to include an additional optional property to `org-latex-language-alist' I would directly call `:fontenc'. \usepackage[AUTO]{fontenc} would then take it

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-02-10 Thread Pedro Andres Aranda Gutierrez
My .2 cents in line, /PA On Sat, 10 Feb 2024 at 15:36, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > yes, you are right. The whole thread went astray. > > However, I think it might be interesting to keep this as an alternative > to > > the A

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-02-09 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, yes, you are right. The whole thread went astray. However, I think it might be interesting to keep this as an alternative to the AUTO stuff... Anyhow, I'm open to cancelling the patch Best, /PA On Sat, 10 Feb 2024 at 00:07, Ihor Radchenko wrote: > Pedro Andres Aranda Gutier

Re: Another low-hanging fruit

2024-02-04 Thread Pedro Andres Aranda Gutierrez
Fixed! On Sun, 4 Feb 2024 at 19:36, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > Next version of the patch. I've done almost everything. > > Thanks! > You dropped Org mailing list from CC. Was it intentional? > > > ... Still need to > >

Another low-hanging fruit

2024-02-02 Thread Pedro Andres Aranda Gutierrez
Hi, This is another low hanging fruit. I was a bit annoyed to have to leave an empty label for inlined footnotes (à la LaTeX)... I don't know if this qualifies as a TINYCHANGE... Best, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler

Re: [RFC] LaTeX - automatically configure encoding when exporting non-Latin languages

2024-02-02 Thread Pedro Andres Aranda Gutierrez
Hi, I’m just trying to cover the “legacy” latex. I’ve finally migrated to lualatex for my stuff, and it has really been worthwhile. But who knows what a conference might want me to use ;-P Differentiating between pdflatex and lualatex was what my last patch was for. I also sent a PoC for the

Re: RFI: LaTeX - AUTO for \usepackage{inputenc}

2024-02-01 Thread Pedro Andres Aranda Gutierrez
Yes, indeed... Thx for pointing out /PA On Thu, 1 Feb 2024 at 17:31, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > some days ago I sent a proof-of-concept for customising the coding for > the > > inputenc package. Before continuing with this, I'd like

RFI: LaTeX - AUTO for \usepackage{inputenc}

2024-01-31 Thread Pedro Andres Aranda Gutierrez
HI, some days ago I sent a proof-of-concept for customising the coding for the inputenc package. Before continuing with this, I'd like to know what other people think and/or need. The simplest approach was in the PoC: a custom variable you can set in your document/workspace/emacs configuration.

Re: An academic journal made entirely in Org-Mode

2024-01-30 Thread Pedro Andres Aranda Gutierrez
Wow! Biggest round of applause :-) Congrats!, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run a leader-deposed hook here, but we

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-29 Thread Pedro Andres Aranda Gutierrez
OK, fine with me... /PA On Mon, 29 Jan 2024 at 15:47, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > Awesome, thanks! Could we back-port that to the emacs-sync tree? The > sooner > > we have it emacs for > > people to use, the better > >

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-29 Thread Pedro Andres Aranda Gutierrez
Awesome, thanks! Could we back-port that to the emacs-sync tree? The sooner we have it emacs for people to use, the better On Mon, 29 Jan 2024 at 14:25, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > From: "Pedro A. Aranda Gutierrez" > > Dat

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-28 Thread Pedro Andres Aranda Gutierrez
No worries.. next try ;-) Best, /PA On Sun, 28 Jan 2024 at 14:43, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > >> "Pedro A. Aranda" writes: > >> > >> > I've been reading a bit. What I propose is an alternative way t

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

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-26 Thread Pedro Andres Aranda Gutierrez
Hi, Here you are. I hope the couple of words suffice ;-) Best, /PA On Fri, 26 Jan 2024 at 14:25, Ihor Radchenko wrote: > "Pedro A. Aranda" writes: > > > I've been reading a bit. What I propose is an alternative way to handle > > all the tricky parts of font and character handling with

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-22 Thread Pedro Andres Aranda Gutierrez
, /PA On Mon, 22 Jan 2024 at 14:40, Juan Manuel Macías wrote: > Ihor Radchenko writes: > > > Juan Manuel Macías writes: > > > >> Pedro Andres Aranda Gutierrez writes: > >> > >>> +#+begin_example > >>> +,#+latex_class_options: [greek,sp

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-21 Thread Pedro Andres Aranda Gutierrez
eek{}|).\par > Ach, unsere Freunde die Griechen: νους (direkt im Text). > \end{document} > ---cut--- > The commented document classes are all I had the time to test. > > Best, /PA > > > On Sun, 21 Jan 2024 at 18:47, Juan Manuel Macías > wrote: > >> Pedro Andres

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-21 Thread Pedro Andres Aranda Gutierrez
2024 at 18:47, Juan Manuel Macías wrote: > Pedro Andres Aranda Gutierrez writes: > > > +#+begin_example > > +,#+latex_class_options: [greek,spanish,oneside] > > +,#+language: es > > +,#+latex_header: \PassOptionsToPackage{main=spanish}{babel} > > +,#+latex_header:

Re: New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-21 Thread Pedro Andres Aranda Gutierrez
Thanks for the feedback, attached is a new version Best, /PA On Sun, 21 Jan 2024 at 13:59, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > hopefully this is more informative. It complements the =polyglossia= > > example with some =babel= that can be comp

New try at multi-lingual export to latex/pdf using pdflatex and babel

2024-01-21 Thread Pedro Andres Aranda Gutierrez
Hi, hopefully this is more informative. It complements the =polyglossia= example with some =babel= that can be compiled with pdflatex. Cheers, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16:

Re: #+LATEX_HEADER: \usepackage[greek,german]{babel} ??

2024-01-17 Thread Pedro Andres Aranda Gutierrez
Hi Just to document this discussion a bit more: Ihor writes: >Horst Leps writes: > >> #+latex_class: koma-article > >This is non-standard. >What is your value of org-latex-classes? There is a translation from koma-article to scrartcl in the org-latex-classes, so that is not the problem. >>

Re: Tableofcontents

2024-01-12 Thread Pedro Andres Aranda Gutierrez
Horst Leps writes: > (I use Emacs 28, Mac-Mini Apple M2, Sonoma 14.2.1) > Since a few days: Orgmode export to Latex only creates one Latex run, so that the table of contents remains empty and no longer shows any sections. - > What to do? Horst Hi, I'm running on master and my ox-latex config

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 locall

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 > >P

Re: Adding functionality to org-latex-classes

2023-12-31 Thread Pedro Andres Aranda Gutierrez
That’s what I’m looking at these days :-) Just trying to provide a proof of concept It helps me coping with my grinchiness PA Enviado desde mi iPhone > El 31 dic 2023, a las 15:37, Ihor Radchenko escribió: > > Pedro Andres Aranda Gutierrez writes: > >> I was just

Adding functionality to org-latex-classes

2023-12-29 Thread Pedro Andres Aranda Gutierrez
Hi, I was just wondering whether it would be possible to add further functionality to org-latex-classes and would like to start a discussion ;-) My use case is the following: The document class is tightly coupled with ~org-latex-subtitle-format~ and ~org-latex-subtitle-separate~. Koma-script

Rewording the biblatex documentation

2023-12-26 Thread Pedro Andres Aranda Gutierrez
Hi, I slept over the comments and came up with a better wording. I hope it adds more information and is therefore more helpful Best wishes for 2024 /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log:

Re: A small contribution to the doc

2023-12-24 Thread Pedro Andres Aranda Gutierrez
It's just for illustration purposes. One could also use backend=bibtex ;-) Best, /PA On Sun, 24 Dec 2023 at 20:01, Ihor Radchenko wrote: > András Simonyi writes: > > >> > Just to submit a small addition to the org-mode documentation. This > not > >> > being the best of times, I would have

A small contribution to the doc

2023-12-24 Thread Pedro Andres Aranda Gutierrez
Hi, Just to submit a small addition to the org-mode documentation. This not being the best of times, I would have needed this pointer, Best,/PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16:

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
HiThanks a ton. I could bisect the issue and filed a bug yesterday. It seems to be the same commit that broke the themes./PAEnviado desde mi iPhoneEl 13 dic 2023, a las 18:49, Pedro Andres Aranda Gutierrez escribió:Thanks a ton, I'm looking into it :-)/PAOn Wed, 13 Dec 2023 at 15:57, William

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
Thanks a ton, I'm looking into it :-) /PA On Wed, 13 Dec 2023 at 15:57, William Denton wrote: > On 13 December 2023, Pedro Andres Aranda Gutierrez wrote: > > > I've recompiled emacs master today and when I try to export an org > > presentation to latex and I get t

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
I’ll file a bug when time permits… Best,//PA Enviado desde mi iPhone > El 13 dic 2023, a las 14:04, Ihor Radchenko escribió: > > "Fraga, Eric" writes: > >> Just a potential suggestion for the OP: maybe change the line-width >> attribute to e.g. "(1 . 1)" instead of 1 as all of the faces I

Re: Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
quot; org-cite-export-processors)) (when (re-search-forward "^#\\+LATEX_CLASS: \\([^ ]+\\)$" (point-max) t 1) (let ((class (match-string-no-properties 1))) (message "Exporting to LaTeX [class: %s]..." class) (if (string= class "beamer")

Strange behaviour detected today

2023-12-13 Thread Pedro Andres Aranda Gutierrez
Hi I've recompiled emacs master today and when I try to export an org presentation to latex and I get the following error: Exporting to LaTeX [class: beamer]... set-face-attribute: Invalid face box: :line-width, 1, :color, grey40 This happens when calling (org-beamer-export-to-latex) both

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

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

2023-10-19 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: [Pre-PATCH] Overhaul of the LaTeX preview system

2023-06-04 Thread Pedro Andres Aranda Gutierrez
Ok, so that’s excluded ;-) PA Enviado desde mi iPhone > El 5 jun 2023, a las 1:29, Rudolf Adamkovič escribió: > > Pedro Andres Aranda Gutierrez writes: > >> this might not be completely the case, but I recently reported a bug >> against native compilation in

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

Re: is it possible to choose a completion engine?

2023-05-22 Thread Pedro Andres Aranda Gutierrez
Tory writes: > Org currently stands out from my workflow because it does completions its own way, with lists and number/letter keys. It would be nice if I could instead have the benefit of vertico, or helm, or whatever else instead. Org would even benefit from marginalia and embark in some cases.

Re: Friendly exchange of thoughts: citations and LaTeX

2023-05-02 Thread Pedro Andres Aranda Gutierrez
Hi Ihor, sorry for being so silent, but I'm currently at 300% occupation. And statistical mux doesn't work well on human beings... Marking this as TODO... thx,/pa Enviado desde mi iPad > El 2 may 2023, a las 14:51, Ihor Radchenko escribió: > > Ihor Radchenko writes: > >> One reasonable

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: A dream?

2023-04-04 Thread Pedro Andres Aranda Gutierrez
Hi Marko, I'm teaching myself and have some lectures written with org and exported through beamer. It started because it is skeleton mode presentations on steroids and it saves me a lot of time. In my case, I don't force emacs+org-mode (as someone has already said, they google around and desist

Re: Trying to compile emacs master with native compilation fails on org-plot.el

2023-03-30 Thread Pedro Andres Aranda Gutierrez
Yep… this bug is making me understand the gain (or lack of it) or having mating compilation ;-) PA Enviado desde mi iPhone > El 30 mar 2023, a las 9:45, Ihor Radchenko escribió: > > Pedro Andres Aranda Gutierrez writes: > >> I'm trying to compile org-plot.el from emacs m

Trying to compile emacs master with native compilation fails on org-plot.el

2023-03-30 Thread Pedro Andres Aranda Gutierrez
Hi, I'm trying to compile org-plot.el from emacs master and it fails with native compilation activated! #+BEGIN_example ELC+ELN org/org-plot.elc Error: native-ice ("org/org-plot.el" "block does not end with a branch" #s(comp-block-lap bb_8 ((comment "LAP TAG 83") (call helper_unbind_n

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-29 Thread Pedro Andres Aranda Gutierrez
in the same directory... (Just thinking aloud) Will check tomorrow before starting with /real life/ ;-) Thx, /PA On Wed, 29 Mar 2023 at 16:12, Ihor Radchenko wrote: > > Pedro Andres Aranda Gutierrez writes: > > > Having said that, I was also (just a bit) bugged by the fact that &

Re: File generation from LaTeX src fails due to temporary PDF in wrong directory

2023-03-29 Thread Pedro Andres Aranda Gutierrez
On Tue, 28 Mar 2023 10:04:24 +0200, Christian Moe wrote Hi, > I'm trying and failing to export images from TikZ code, apparently > because the temporary PDF is misplaced. Here is a minimal example just > exporting the PDF: > #+LATEX_HEADER: \usepackage{tikz} > > #+header: :fit yes > #+begin_src

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-27 Thread Pedro Andres Aranda Gutierrez
t; > On Monday, 27 Mar 2023 at 11:02, Pedro Andres Aranda Gutierrez wrote: > > \jobname is the shorthand for ‘the file that you are compiling with > > Ah, okay; thank you. > > > Re the use of absolute vs relative path when exporting to LaTeX, I > > might want

Re: Friendly exchange of thoughts: citations and LaTeX

2023-03-27 Thread Pedro Andres Aranda Gutierrez
Hi Eric, \jobname is the shorthand for ‘the file that you are compiling with the latex command’. I use it in my templates for LaTEX presentations and documents I conjunction with \addbibresource{} I always have a main.Tex + main.bib file pair. Recognizing this in org-cite would be nice. Re

Friendly exchange of thoughts: citations and LaTeX

2023-03-20 Thread Pedro Andres Aranda Gutierrez
HI I just wanted to start a _friendly_ exchange of thought which may end up in some code related with citations and LaTeX. (sort of my SoC :-) ) It all starts with the support for the LaTeX '\jobname' macro. It is quite convenient and I have been using it for a long time now. In the 'old dog

[PATCH]: Small type in ox-latex.el

2023-03-13 Thread Pedro Andres Aranda Gutierrez
Attached is a silly small patch, not even a TINYCHANGE ;-) Its a typo I found skimming through the latex exported... -- Fragen sind nicht da um beantwortet zu werden, Fragen sind da um gestellt zu werden Georg Kreisler Headaches with a Juju log: unit-basic-16: 09:17:36 WARNING

Re: how to add special glyphs

2023-03-08 Thread Pedro Andres Aranda Gutierrez
BTW, for listings, this seems to help with the backslashes \usepackage{upquote} \newcommand{\BSL}{\char`\\} Best, /PA On Wed, 8 Mar 2023 at 16:14, Rob Sargent wrote: > > > > > On Mar 8, 2023, at 3:09 AM, Pedro Andres Aranda Gutierrez > > wrote: > > > &

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

Re: [POLL] Naming of "export features"

2023-03-01 Thread Pedro Andres Aranda Gutierrez
Pedro Andres Aranda Gutierrez writes: > > > One thing is having > > ``` > > (setq org-cite-export-processors '((beamer . biblatex) > > (latex . biblatex))) > > ``` > > Not a bug. > You need > &g

Re: [POLL] Naming of "export features"

2023-03-01 Thread Pedro Andres Aranda Gutierrez
Hi, before I forget, I have been thinking about this a lot. It may look tangetial but IMHO it is not... One thing is having ``` (setq org-cite-export-processors '((beamer . biblatex) (latex . biblatex))) ``` in your emacs configuration (because you need it for

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

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:

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

2023-02-22 Thread Pedro Andres Aranda Gutierrez
m (for the shortened version with default styles): #+cite_export: processor :options opt1=val1,opt2=val2,... would be expressive enough. Best, /PA On Wed, 22 Feb 2023 at 12:33, Ihor Radchenko wrote: > > Pedro Andres Aranda Gutierrez writes: > > > \usepackage[isbn=false,url=false

  1   2   >