Re: babel output seems to drop anything before % (in session)

2021-11-09 Thread Ihor Radchenko
Kaushal Modi writes: > Hello all, > > I am following up on this issue with ob-shell and sessions. > > I had posted the recipe to reproduce the issue few months back, and it > still applies; ref: > https://list.orgmode.org/CAFyQvY2AeToQc2G=e+de4votetfbkvisenipypw1y-feu1o...@mail.gmail.com/ FYI, I

Re: [BUG] Org V 9.5 error when ~/.cache doesn't exist

2021-11-09 Thread Ihor Radchenko
Ihor Radchenko writes: > After second thought, I am not sure anymore if using XDG is a good idea. > Emacs itself only recently started supporting XDG and the support is > somewhat limited. Similar to the described case with non-existing .cache > directory, Emacs ignores non-existing .config/emacs

Re: upgrade to 9.5 failed:

2021-11-09 Thread Ihor Radchenko
Pete Siemsen writes: > Thank you. That changed things, so I guess it's getting better. Now when I > do a TAB, I get > > Cannot open load file. No such file or directory, xdg Note that Org does not officially support Aquamacs. For now, I fixed this particular issue because it also affects Emacs 2

Re: babel output seems to drop anything before % (in session)

2021-11-09 Thread Kaushal Modi
Hello all, I am following up on this issue with ob-shell and sessions. I had posted the recipe to reproduce the issue few months back, and it still applies; ref: https://list.orgmode.org/CAFyQvY2AeToQc2G=e+de4votetfbkvisenipypw1y-feu1o...@mail.gmail.com/ Thanks! -- Kaushal Modi

Merging ox-texinfo+ into ox-texinfo

2021-11-09 Thread Jonas Bernoulli
Hello, In the olden days before Org's own manual was written using an org-mode file, I started doing just that for Magit. Because ox-texinfo.el wasn't quite there yet I wrote an extension, ox-texinfo+.el, to fill in the gaps. Since then I have written seven more manuals that use my extension. I

Re: [PATCH] Bug: Unintended column added to table [9.4.6 (9.4.6-gab9f2a @ /home/user/.emacs.d/elpa/org-9.4.6/)]

2021-11-09 Thread Jude DaShiell
I've had this happen in an earlier version of org and found if I get on the last record in a table at the beginning of the line and tab the number of columns in the table plus 1 I get a blank new record added to the table and the extra unintended column does not appear. In the earlier version of o

Re: upgrade to 9.5 failed:

2021-11-09 Thread Pete Siemsen
Thank you. That changed things, so I guess it's getting better. Now when I do a TAB, I get Cannot open load file. No such file or directory, xdg -- Pete On Mon, Nov 8, 2021 at 5:43 PM Ihor Radchenko wrote: > Pete Siemsen writes: > > > I'm running Aquamacs 3.6 on a Mac running macOS 11.6. I'

A function to include a PDF with LaTeX commands for specific pages

2021-11-09 Thread Juan Manuel Macías
Hi, Sometimes I need to include a pre-compiled PDF in my main document. Of course, this can be done simply with the `pdfpages' LaTeX package. If we want to insert a complete PDF, it would be enough to add: #+latex: \includepdf[pages=-,noautoscale=true,page-command={\thispagestyle(plain}]{file.pd

Re: [PATCH] Bug: Unintended column added to table [9.4.6 (9.4.6-gab9f2a @ /home/user/.emacs.d/elpa/org-9.4.6/)]

2021-11-09 Thread Spectira Chiando
Ihor,   Patch is working great, have been using it heavily for the past month. Thanks very much!   Spectria       Sent: Saturday, October 02, 2021 at 1:54 AM From: "Ihor Radchenko" To: spect...@mail.com Cc: emacs-orgmode@gnu.org Subject: [PATCH] Bug: Unintended column added to table [9.4.

Re: epresent font increase ?

2021-11-09 Thread Eric S Fraga
No idea but you could always just create the face yourself and see what happens? This is *emacs* after all... -- : Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192 : Latest paper written in org: https://arxiv.org/abs/2106.05096

Re: epresent font increase ?

2021-11-09 Thread Marco Wahl
Jean-Christophe Helary writes: > I'm trying to increase the overall font for an epresent slide show > that I'm presenting in 37 minutes and I keep getting this > "face-attribute: Invalid face: epresent-content-face" message... > > My screen is a 15" and running that full screen makes the contents

Re: epresent font increase ?

2021-11-09 Thread Jean-Christophe Helary
> On Nov 9, 2021, at 21:11, Marco Wahl wrote: > > Jean-Christophe Helary writes: > >> I'm trying to increase the overall font for an epresent slide show >> that I'm presenting in 37 minutes and I keep getting this >> "face-attribute: Invalid face: epresent-content-face" message... >> >> My

Re: epresent font increase ?

2021-11-09 Thread Jean-Christophe Helary
> On Nov 9, 2021, at 21:10, Eric S Fraga wrote: > > No idea but you could always just create the face yourself and see what > happens? This is *emacs* after all... Indeed :-) > -- > : Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192 > : Latest paper written in org: https://arxiv

Re: epresent font increase ?

2021-11-09 Thread Jean-Christophe Helary
> On Nov 9, 2021, at 21:16, Ihor Radchenko wrote: > > Jean-Christophe Helary writes: > >> I'm trying to increase the overall font for an epresent slide show that I'm >> presenting in 37 minutes and I keep getting this "face-attribute: Invalid >> face: epresent-content-face" message... >>

Re: epresent font increase ?

2021-11-09 Thread Ihor Radchenko
Jean-Christophe Helary writes: > I'm trying to increase the overall font for an epresent slide show that I'm > presenting in 37 minutes and I keep getting this "face-attribute: Invalid > face: epresent-content-face" message... > > My screen is a 15" and running that full screen makes the conten

epresent font increase ?

2021-11-09 Thread Jean-Christophe Helary
I'm trying to increase the overall font for an epresent slide show that I'm presenting in 37 minutes and I keep getting this "face-attribute: Invalid face: epresent-content-face" message... My screen is a 15" and running that full screen makes the contents difficult to read. Any solution ? --

Re: Incorrect link is stored (org-elements?)

2021-11-09 Thread Ihor Radchenko
Max Nikulin writes: > `org-store-link' under some conditions may pick a link to wrong heading. > Emacs-26.3, Org main~1. I can reproduce, though not exactly following your steps. Can you try the attached patch? Best, Ihor >From 6465741dff757af23b10d1f0a412eb41d05f4c75 Mon Sep 17 00:00:00 2001