Re: Images in org-mode

2022-09-13 Thread Ihor Radchenko
Timothy writes: >> Did it get merged? There are several patches proposed in that thread, >> but I do not see them being actually merged upstream. > > Mmm, that thread ends with me proposing a specific approach and Matt saying it > sounds good (,

Re: Images in org-mode

2022-09-12 Thread Timothy
Hi Ihor, > Max Nikulin writes: > >> Matt Huszagh. [PATCH] Fix regex for determining image width from >> attribute. Sun, 21 Nov 2021 11:08:54 -0800. >> > > Did it get merged? There are several patches proposed in that thread, > but I do not see

Re: Images in org-mode

2022-09-12 Thread Ihor Radchenko
Max Nikulin writes: > Matt Huszagh. [PATCH] Fix regex for determining image width from > attribute. Sun, 21 Nov 2021 11:08:54 -0800. > https://list.orgmode.org/87czmtuy0p@gmail.com Did it get merged? There are several patches proposed in that thread, but I do not see them being actually

Re: Images in org-mode

2022-09-11 Thread Colin Baxter
> Mark Barton writes: >> On Sep 10, 2022, at 12:03 PM, Colin Baxter wrote: >> >> >> I seem to remember that the option >> >> #+ATTR_ORG: :width 100 >> >> could scale the display of an image in an org-mode file. This no >> longer works - perhaps it

Re: Images in org-mode

2022-09-11 Thread Max Nikulin
On 11/09/2022 02:03, Colin Baxter wrote: I seem to remember that the option #+ATTR_ORG: :width 100 could scale the display of an image in an org-mode file. This no longer works - perhaps it never did. How should I scale an image display in an org-mode file (not exported)? You have not

Re: Images in org-mode

2022-09-10 Thread Mark Barton
> On Sep 10, 2022, at 12:03 PM, Colin Baxter wrote: > > > I seem to remember that the option > > #+ATTR_ORG: :width 100 > > could scale the display of an image in an org-mode file. This no longer > works - perhaps it never did. How should I scale an image display in an > org-mode file (not

Re: Images in org-mode

2022-09-10 Thread Dominik Schrempf
Maybe there are other options, but I think the canonical way is to use the variable `org-image-actual-width’. The help mentions some ATTR_XXX options, so you may find more answers there! Dominik Colin Baxter writes: > I seem to remember that the option > > #+ATTR_ORG: :width 100 > > could

Images in org-mode

2022-09-10 Thread Colin Baxter
I seem to remember that the option #+ATTR_ORG: :width 100 could scale the display of an image in an org-mode file. This no longer works - perhaps it never did. How should I scale an image display in an org-mode file (not exported)? Best wishes, Colin Baxter.

Re: [O] Embedding images in Org Mode for HTML export

2016-02-18 Thread Lawrence Bottorff
That seemed to work -- sometimes. But it's probably best to simply produce each graphic separately, then embed as a png in the org file. On Wed, Feb 17, 2016 at 8:54 AM, Eric S Fraga wrote: > On Tuesday, 16 Feb 2016 at 19:22, Lawrence Bottorff wrote: > > I've got this code: >

Re: [O] Embedding images in Org Mode for HTML export

2016-02-17 Thread Eric S Fraga
On Tuesday, 16 Feb 2016 at 19:22, Lawrence Bottorff wrote: > I've got this code: [...] > running in an org file, and it gives me embedded images in an html > file. (See this). But they're cramped and have a strange gray > background. How can I not clip and get the png transparent working? I

[O] Embedding images in Org Mode for HTML export

2016-02-16 Thread Lawrence Bottorff
I've got this code: #+begin_src latex :packages '(("" "tikz")) :exports results :results output raw :file fsa.png \usetikzlibrary{backgrounds} \begin{tikzpicture} \draw (0,0) grid (10,5); \draw (0,0) node[below left] {$A$}; \draw (10,5) node[above right] {$B$}; \fill (0,0) circle (2pt);

Re: [O] Managing Images with Org-mode?

2012-08-04 Thread Jeffrey Spencer
Also think adding in features to enable some features of image-dired would be good. Some of my images are stored at 400dpi and I would like to view inline images at times but this is way to big for an inline image because goes out of the frame. On Sat, Aug 4, 2012 at 4:49 AM, Karl Voit

Re: [O] Managing Images with Org-mode?

2012-08-04 Thread Bastien
Jeffrey Spencer jeffspenc...@gmail.com writes: Also think adding in features to enable some features of image-dired would be good. Some of my images are stored at 400dpi and I would like to view inline images at times but this is way to big for an inline image because goes out of the frame.

Re: [O] Managing Images with Org-mode?

2012-08-04 Thread Jude DaShiell
In the interests of supporting accessibility, does a variable setting in org-mode exist such that if someone tries to add an image to org-mode's management and org-mode can't find a title and description for that image, the user gets prompted to enter both and then the image gets srored with

Re: [O] Managing Images with Org-mode?

2012-08-03 Thread Karl Eichwalder
Karl Voit devn...@karl-voit.at writes: ,[ ~/.snippets/tls ] | name : Insert a table with files of a folder including links | # -- | #+BEGIN_SRC sh | PATTERN='${1:*.jpg}' | MYFOLDER='${2:$HOME/}' | cd \${MYFOLDER}; MYPWD=\`pwd\`; for file in \`ls -1 \${PATTERN}\`; do | echo

Re: [O] Managing Images with Org-mode?

2012-08-03 Thread Karl Voit
* Karl Eichwalder k...@gnu.franken.de wrote: Karl Voit devn...@karl-voit.at writes: Yes, I use something similar to create the thumbnails and the initial org code (I use 3rd level headlines instead of table, because I want to attache tags to every single image): #+BEGIN_SRC sh [...]

Re: [O] Managing Images with Org-mode?

2012-08-02 Thread Karl Voit
* Karl Eichwalder k...@gnu.franken.de wrote: Bastien b...@gnu.org writes: http://www.flickr.com/photos/keichwa/7649891572 Looks nice. How did you put the thumbnails in the Org mode file? Once I understood the differences between inline images (images without a description) and linked

Re: [Orgmode] inline images in org-mode

2010-09-29 Thread Carsten Dominik
On Sep 16, 2010, at 5:04 PM, Robert Goldman wrote: On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote: Robert Goldman rpgold...@sift.info writes: ... Is there some magic I can put in the Local Variables block that will cause the images to be displayed on startup? #

[Orgmode] Re: inline images in org-mode

2010-09-16 Thread Dan Davison
Robert Goldman rpgold...@sift.info writes: I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while ago suggesting using iimage mode (which is included with the Aquamacs that I use, and is

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman rpgold...@sift.info writes: I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while ago suggesting using iimage mode (which is included with the Aquamacs that I use, and is

[Orgmode] Re: inline images in org-mode

2010-09-16 Thread Robert Goldman
On 9/16/10 Sep 16 -7:11 AM, Dan Davison wrote: Robert Goldman rpgold...@sift.info writes: I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while ago suggesting using iimage mode (which is

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Robert Goldman
On 9/16/10 Sep 16 -7:32 AM, Sebastian Rose wrote: Robert Goldman rpgold...@sift.info writes: I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while ago suggesting using iimage mode (which is

[Orgmode] Re: inline images in org-mode

2010-09-16 Thread Dan Davison
Robert Goldman rpgold...@sift.info writes: On 9/16/10 Sep 16 -7:11 AM, Dan Davison wrote: Robert Goldman rpgold...@sift.info writes: I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman rpgold...@sift.info writes: ... Is there some magic I can put in the Local Variables block that will cause the images to be displayed on startup? # org-display-inline-images: t # Local Variables: # mode: Org # eval: (org-display-inline-images) # End: Sebastian

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Robert Goldman
On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote: Robert Goldman rpgold...@sift.info writes: ... Is there some magic I can put in the Local Variables block that will cause the images to be displayed on startup? # org-display-inline-images: t # Local Variables: # mode: Org # eval:

[Orgmode] inline images in org-mode

2010-09-15 Thread Robert Goldman
I was looking for a way to put illustrations in my org-mode files so that I could actually look at them while editing the org stuff. I found a post a while ago suggesting using iimage mode (which is included with the Aquamacs that I use, and is readily available if you don't have it with your

[Orgmode] Re: FR: Display images in org-mode?

2008-01-09 Thread MarkS
9101 1501 3471 1101 5039 92 ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: FR: Display images in org-mode?

2008-01-09 Thread Piotr Zielinski
I think iimage-mode (minor mode shipped with emacs) does what you want http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html Piotr ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] FR: Display images in org-mode?

2008-01-08 Thread Bastien
Hi Marks, MarkS [EMAIL PROTECTED] writes: One feature of emacs-muse that I really like and can use is the ability to display inline images right inside of emacs. This allows me to see thumbnails of documents I'm currently working on, or catalog photographs on CD. I've had a quick look at

[Orgmode] Re: FR: Display images in org-mode?

2008-01-08 Thread MarkS
Bastien bzg at altern.org writes: For now there is this rule applying to the HTML export: if an image link has no description, or if the description and the link are equal, inline the image in the HTML output: [[file:/home/me/me.jpg]] = img src=[img URL] If there is some informative

[Orgmode] FR: Display images in org-mode?

2008-01-07 Thread MarkS
I've been comparing org-mode with emacs-muse. In general, orgmode is much more polished. One feature of emacs-muse that I really like and can use is the ability to display inline images right inside of emacs. This allows me to see thumbnails of documents I'm currently working on, or catalog