emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug with "BEAMER_OPT: shrink" and links
@ 2023-09-21 17:41 Guillaume MULLER
  2023-09-22  7:38 ` Fraga, Eric
  0 siblings, 1 reply; 5+ messages in thread
From: Guillaume MULLER @ 2023-09-21 17:41 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org


[-- Attachment #1.1.1: Type: text/plain, Size: 1077 bytes --]

Hi,

Here is a small test.org file that uses shrink to reduce the size of the slides:

-------------------

* Shrink + Link broken
:PROPERTIES:
:BEAMER_OPT: shrink=10
:END:
**  Block1 with links
+ Some text [[https://www.google.com][Link1]]
+ \small [[https://www.microsoft.com][Link2]]
+ A very long text before the link [[https://mail.google.com][Link3]] text text
** Block2 with links
+ Test [[https://www.yopmail.com][Link4]]
+ [[https://test.it][Link5]]


* Test2
:PROPERTIES:
:BEAMER_OPT: shrink=60
:END:
** Block1 with links
+ Some text [[https://www.google.com][Link1]]
+ \small [[https://www.microsoft.com][Link2]]
+ A very long text before the link [[https://mail.google.com][Link3]] text text
** Block2 with links
+ Test [[https://www.yopmail.com][Link4]]
+ [[https://test.it][Link5]]


-------------------

If you run 'org-beamer-export-to-pdf' on this file, you'll get a PDF where the clickable area for the link is most of the time way out of the text for the link...

I've search the web, no mention of that.

Cheers

GM

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 673 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug with "BEAMER_OPT: shrink" and links
  2023-09-21 17:41 Bug with "BEAMER_OPT: shrink" and links Guillaume MULLER
@ 2023-09-22  7:38 ` Fraga, Eric
  2023-10-22  8:25   ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Fraga, Eric @ 2023-09-22  7:38 UTC (permalink / raw)
  To: Guillaume MULLER; +Cc: emacs-orgmode@gnu.org

Hi Guillaume,

On Thursday, 21 Sep 2023 at 19:41, Guillaume MULLER wrote:
> Here is a small test.org file that uses shrink to reduce the size of the slides:

[...]

> If you run 'org-beamer-export-to-pdf' on this file, you'll get a PDF
> where the clickable area for the link is most of the time way out of
> the text for the link...

Confirmed: same issue for me.

However, having looked at the LaTeX generated, I do not believe this is
a bug in org; rather, it is likely an issue with beamer so you may need
to bring this up on one of the LaTeX lists/groups.

-- 
: Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug with "BEAMER_OPT: shrink" and links
  2023-09-22  7:38 ` Fraga, Eric
@ 2023-10-22  8:25   ` Ihor Radchenko
  2023-10-23  8:27     ` Guillaume MULLER
  0 siblings, 1 reply; 5+ messages in thread
From: Ihor Radchenko @ 2023-10-22  8:25 UTC (permalink / raw)
  To: Fraga, Eric; +Cc: Guillaume MULLER, emacs-orgmode@gnu.org

"Fraga, Eric" <e.fraga@ucl.ac.uk> writes:

> Confirmed: same issue for me.
>
> However, having looked at the LaTeX generated, I do not believe this is
> a bug in org; rather, it is likely an issue with beamer so you may need
> to bring this up on one of the LaTeX lists/groups.

Guillaume, may I know if you posted a bug report for LaTeX?

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug with "BEAMER_OPT: shrink" and links
  2023-10-22  8:25   ` Ihor Radchenko
@ 2023-10-23  8:27     ` Guillaume MULLER
  2023-12-08 15:47       ` Ihor Radchenko
  0 siblings, 1 reply; 5+ messages in thread
From: Guillaume MULLER @ 2023-10-23  8:27 UTC (permalink / raw)
  To: Ihor Radchenko, Fraga, Eric; +Cc: emacs-orgmode@gnu.org


[-- Attachment #1.1.1: Type: text/plain, Size: 392 bytes --]

Hi,

Thanks for the follow up.

I found a similar issue in Beamer's GitHub issue and added my comment:
https://github.com/josephwright/beamer/issues/100#issuecomment-1731863334

Unfortunately, thanks to your follow up I just realized this issue was closed, so I opened a brand new one:
https://github.com/josephwright/beamer/issues/863

Have a nice day :)

-- 
Guillaume MULLER

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 673 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Bug with "BEAMER_OPT: shrink" and links
  2023-10-23  8:27     ` Guillaume MULLER
@ 2023-12-08 15:47       ` Ihor Radchenko
  0 siblings, 0 replies; 5+ messages in thread
From: Ihor Radchenko @ 2023-12-08 15:47 UTC (permalink / raw)
  To: Guillaume MULLER; +Cc: Fraga, Eric, emacs-orgmode@gnu.org

Guillaume MULLER <guillaume.muller@emse.fr> writes:

> Unfortunately, thanks to your follow up I just realized this issue was closed, so I opened a brand new one:
> https://github.com/josephwright/beamer/issues/863

That's a wontfix on beamer side.
And I see no sane way to work around the problem on Org side (we do not
have any special support for shrink option).

Canceled.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-12-08 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 17:41 Bug with "BEAMER_OPT: shrink" and links Guillaume MULLER
2023-09-22  7:38 ` Fraga, Eric
2023-10-22  8:25   ` Ihor Radchenko
2023-10-23  8:27     ` Guillaume MULLER
2023-12-08 15:47       ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).