Let’s hope then this makes its way to Emacs-28 sooner than later ;-)
/PA
Enviado desde mi iPhone
> El 23 oct 2021, a las 6:06, Kyle Meyer escribió:
>
> Hoffmann, Jobst writes:
>
>> But I think I found the culprit:
>>
>> Line 17568 of org.texi reads:
>>
>> @kindex C-c C-x @
>>
>> and @ sta
> >* On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez
> > *
> >* wrote:
> *>* I'm trying to generate the documentation
> *>* ./org.texi:17579: TeX capacity exceeded, sorry [input stack size=5000].
> **Jean-Christophe Helary reported too the location
Hi,
I'm using org-mode mainly to generate LaTEX (both documents and
presentations). I'd like to know if there is any way to flag that the
contents of an EXAMPLE block should be passed RAW to LaTEX.
I need this to be able to include my colouring commands in some listings,
which otherwise break beca
Hi Eric,
Thanks for answering :-) I'm currently solving the issue with
#+BEGIN_export LaTeX
\begin{verbatim}[commandchars=\\\{\}]
student@juju:~$ \textbf{sudo bootstrap-juju.sh}
\end{verbatim}
#+END_export
What I was wondering is whether we could have something like:
#+ATTR_LATEX :raw t :attrib
Max Niulin writes:
>> On 03/06/2022 16:45, Ihor Radchenko wrote:
>>
>> From my point of view exporters may reuse code block formatters for
>> examples. It would allow to pass options to e.g. LaTeX verbatim
environment:
>> Pedro Andres Aranda Gutierrez. Re: A ques
Perry Smith writes:
> For Apple losers like me, ePub is so much nicer than PDFs in Apple
Books. All the features come to life such as book marks, notes,
highlighting, etc. And they are saved. Almost like we rocketed into 1990.
You don't have to be an Apple loser to think ePub is nice. There ar
>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
First time to hear that.
I wasn’t aware of it 8-0.
Will need to recheck my projects and settings to see what I was accidentally
doing right… in the sense that it was working as intended…
Thx/PA
PS: once again I’ll go to sleep and will have learnt something new (as the
Spanish proverb goes)
E
Hi,
for what it may help...
my emacs version:
GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20,
cairo version 1.16.0)
of 2022-09-12
Adding
#+OPTIONS: toc:nil
to your MWE
I have this small file to export to latex:
```
(require 'org)
(require 'ox-latex)
(eval-after-load "o
HI Juan Manuel,
Looks cool and would be a +1 from my side, since I need that too...
Can it be extended to add properties to a
#BEGIN_example
#END_example
snippet?
I already suggested that some time ago...
/PA
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werde
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 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:
> 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
Hi Juan Manuel
My workflow is to create an HTML from the org file(s) and then generate an
EPUB2 file forthe reader (in my case Kobo or Cervantes Light) I have always
felt the rendition is much more confortable than PDF. Other readers may be
better suited for PDF.
Just my experience,
/Pedro A. Ara
Max Nikulin writes:
>On 27/11/2022 07:06, Ihor Radchenko wrote:
>>
>> (defcustom org-clock-clocktable-language-setup
>>'(("en" "File" "L" "Timestamp" "Headline" "Time" "ALL"
"Total time" "File time" "Clock summary at")
>> ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TO
Hi
I was wondering if there is a way to control which parameters are exported
when translating a src block to LaTeX in a document-wide fashion. I.e. with
a directive at the beginning of the .org file.
The background:
I have 'listings' to export src and example blocks and use
```
#+LATEX_HEADER:
Hi,
attached is a small patch for the Latex export backend that suppresses
emitting empty labels and captions when exporting src blocks using
'listings. This cleans up the emitted LaTeX.
BR,/PA
--
Fragen sind nicht da um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler
Hi,
I have a second version of my previous patch, inlcuing and extra variable
to control whether you want to include the language= or not. It is made in
a backwards-compatible way. Default is to include it and you have to
(setq org-latex-listings-src-omit-language t)
to omit language=
I guess t
Ihor Radchenko wrote:
> Note: This email thread is a followup for
> https://orgmode.org/list/cao48bk_6bqkgp1mgnzaaryku2+st6r1d4bziq5nzmwnewqf...@mail.gmail.com
>
> Pedro Andres Aranda Gutierrez writes:
>
> > I have a second version of my previous patch, inlcuing and extra variabl
This is why I'm using "Duración"...
Being bilingual ES/DE I tried to align the Spanish translation to the
German translation
My .02c /PA
On Mon, 12 Dec 2022 at 13:18, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > I'd rather go for
> &g
Hi,
I've (finally) followed the procedure and broken up the patch in two. One
for the labels= ,caption= and one for the language= control.
FYI, I have already cleared the FSF paperwork for an emacs patch.
Best, /PA
On Mon, 12 Dec 2022 at 11:11, Ihor Radchenko wrote:
> Pedro Andre
Hi,
thanks for the patience. I hope to have implemented all suggestions by now.
BR,/PA
On Tue, 13 Dec 2022 at 10:24, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > I've (finally) followed the procedure and broken up the patch in two. One
> > f
Next try... I'm learning a lot :-)
BR,/PA
On Tue, 13 Dec 2022 at 12:51, Ihor Radchenko wrote:
> Pedro Andres Aranda Gutierrez writes:
>
> > thanks for the patience. I hope to have implemented all suggestions by
> now.
>
> No. You missed several.
>
> 1. :ve
No, please. For two reasons:
1.- In HTML, you have
2.- This could trickle to other backends where it makes sense
Thanks, /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.wor
> 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
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
Calling with `emacs -Q` on the following MWE:
```
#+TITLE: Test
#+SUBTITLE: MWE for section* bug
#+LATEX_CLASS: article
# +LATEX_CLASS: scrreprt
#+LATEX_CLASS_OPTIONS: [english,a4paper,fontsize=11pt,oneside,headinclude]
# +OPTIONS: toc:nil H:4
# +LATEX_HEADER: \input{scrbook-extras}
* Introductio
Yep, one isn't getting younger ;-)
Sorry for the noise...
/PA
On Fri, 6 Jan 2023 at 13:43, wrote:
> Pedro Andres Aranda Gutierrez writes on Fri 6 Jan 2023 13:10:
> > Calling with `emacs -Q` on the following MWE:
> >
> > ```
> > #+TITLE: Test
>
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
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
I was playing with your file and changed the last block:
#+begin_src emacs-lisp :var alist=animal_list()
(mapcar #'(lambda (x) (message "mapcar %s" x)) alist)
#+end_src
#+RESULTS:
| mapcar 10 | mapcar 34 | mapcar 103 | mapcar 97 | mapcar 122 | mapcar 101
| mapcar 108 | mapcar 108 | mapcar 101 | m
Hi,
I've been reading through the code and the docs and I don't find any way to
add the biblatex options in my org file.
This does a lot of 'magic'
#+bibliography: python3.bib
#+cite_export: biblatex
But I still depend on some settings coming from .emacs.d/init.el to set the
options for \usepacka
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
opt2=val2,...
as a generalised form (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:
>
> &g
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
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
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 mos
ko wrote:
>
> Pedro Andres Aranda Gutierrez writes:
>
> > One thing is having
> > ```
> > (setq org-cite-export-processors '((beamer . biblatex)
> > (latex . biblatex)))
> > ```
>
> Not a b
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
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:
> >
> &
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 juju.worker.unit
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 don'
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 th
o,
>
> 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 wan
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
ry 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 t
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 #s(comp
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 em
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 f
> 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.
>
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 op
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.
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
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
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
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
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 from
(print org-cite-export-processors)
(goto-char (point-min))
;; (print (format "org-cite-export-processors is %s"
org-cite-export-processors))
(when (re-search-forward "^#\\+LATEX_CLASS: \\([^ ]+\\)$" (point-max) t 1)
(let ((class (match-string-no-properties 1)))
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 ha
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 a
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, Wi
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: 09:17
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 need
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:
unit-basic-1
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 c
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 wo
>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
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 l
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 st
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.
>> Make
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: 09
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
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:
rb|\textgreek{}|).\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:
>
>> Pe
, /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
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 fontspe
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
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
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
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
>
> I
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 can't
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. A
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
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 fo
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
Hea
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
>
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 G
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
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 t
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:
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
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:
:BEAM
e” 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 (
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 Emacs)
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
(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
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 &quo
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}
>> th
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 sind
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\}
[NO-DEFAULT-PACKAGES]"
1 - 100 of 214 matches
Mail list logo