* [QUESTION] How to specific image size attributes under headline scope?
@ 2021-11-22 6:34 Christopher M. Miles
2021-11-22 18:31 ` Timothy
0 siblings, 1 reply; 2+ messages in thread
From: Christopher M. Miles @ 2021-11-22 6:34 UTC (permalink / raw)
To: Org Mode
[-- Attachment #1: Type: text/plain, Size: 749 bytes --]
There is attributes setting above image link to specify image inline preview size. Like this:
#+begin_src org
,#+ATTR_ORG: :width 500
,#+ATTR_LATEX: :width 5.0in
,#+ATTR_HTML: :width 500px
[[file:kk/88320740_p0.jpg]]
#+end_src
When I put it on beginning of org document, then preview inline images, but those global attributes
not affected. The inline images still display in actual image size. I want to specify image size
under headline properties. Is it possible to do this?
--
[ stardiviner ]
I try to make every word tell the meaning that I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [QUESTION] How to specific image size attributes under headline scope?
2021-11-22 6:34 [QUESTION] How to specific image size attributes under headline scope? Christopher M. Miles
@ 2021-11-22 18:31 ` Timothy
0 siblings, 0 replies; 2+ messages in thread
From: Timothy @ 2021-11-22 18:31 UTC (permalink / raw)
To: numbchild; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 283 bytes --]
Hi Christopher,
> I want to specify image size under headline properties. Is it possible to do
> this?
As I understand org.el, this is solely governed by
`org-display-inline-image--width', which only looks at `#+attr_*' keywords when
setting an image width.
All the best,
Timothy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-22 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 6:34 [QUESTION] How to specific image size attributes under headline scope? Christopher M. Miles
2021-11-22 18:31 ` Timothy
Code repositories for project(s) associated with this 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).