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 t

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 me

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 neve

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 specif

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 scale

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: > > [...] > > > runni

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 adde

[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: [Orgmode] inline images in org-mode

2010-09-28 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 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 Var

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 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-

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman 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

[Orgmode] Re: inline images in org-mode

2010-09-16 Thread Dan Davison
Robert Goldman writes: > On 9/16/10 Sep 16 -7:11 AM, Dan Davison wrote: >> Robert Goldman 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 iima

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 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

[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 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

Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman 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 readily available if

[Orgmode] Re: inline images in org-mode

2010-09-16 Thread Dan Davison
Robert Goldman 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 readily available if

[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 emac

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

2008-01-09 Thread William Henney
Hi Piotr On Jan 9, 2008 12:12 PM, Piotr Zielinski <[EMAIL PROTECTED]> wrote: > I think iimage-mode (minor mode shipped with emacs) does what you want > > http://www.netlaputa.ne.jp/~kose/Emacs/iimage.html > Hey, that's great! How come I never spotted it before? Only problem seems to be that scro

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 http://lists.gn

[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-08 Thread William Henney
On Jan 8, 2008 8:48 AM, MarkS <[EMAIL PROTECTED]> wrote: > Bastien 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:/hom

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

2008-01-08 Thread MarkS
Bastien 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]] => > > If there is some informative description > t

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

[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 photog