Using GNU Emacs 30.0.50 with org version 9.8-pre, with an org mode header of the form
* Weekly Meeting 2024-06-06 Thu :ATTACH:
:PROPERTIES:
:ID: e4b537ab-560e-4a7f-a58e-44e56ec2c62c
:END:
I can render a pdf using the link with file
#+ATTR_ORG: :width 40% :page 1
[[file:data/90/4f1c95-a9ab-4575-a32c-5e3938e80562/example.pdf]]
but when I use the attachment link form
#+ATTR_ORG: :width 40% :page 1
[[attachment:example.pdf][example.pdf]]
it will not render the pdf. (for refrence png's will display inline with the attachment form).
Using GNU Emacs 30.0.50 with org version 9.8-pre, with an org mode header of the form
I can render a pdf using the link with
filebut when I use the
attachmentlink formit will not render the pdf. (for refrence png's will display inline with the
attachmentform).