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 it

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

2012-08-04 Thread Bastien
Jeffrey Spencer 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. Patch welcome :) -

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

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

2012-08-03 Thread Karl Voit
* Karl Eichwalder wrote: > Karl Voit 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 [...] > #+END_SRC Thanks for sharing! >> Rel

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

2012-08-03 Thread Karl Eichwalder
Karl Voit 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 '-[['\$MYPWD'/'\$file']]

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

2012-08-02 Thread Karl Voit
* Karl Eichwalder wrote: > Bastien 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 images", it was

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

2012-08-01 Thread Bastien
Karl Eichwalder writes: > To assign real tags to every single picture, every image must go in a > sub-section on its own? Yes. -- Bastien

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

2012-08-01 Thread Karl Eichwalder
Bastien 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 images", it was easy: [[file:path_to_inline_im

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

2012-08-01 Thread Bastien
Hi Karl, Karl Eichwalder writes: >> Did someone already try to manage images with org-mode? Or is it better >> to stick with image-dired and enhancing that one? For example, what is >> about uploading selected images to flickr? > > I'm making progress with this, slowly... I now have pre-built

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

2012-07-26 Thread Karl Eichwalder
Karl Eichwalder writes: > Did someone already try to manage images with org-mode? Or is it better > to stick with image-dired and enhancing that one? For example, what is > about uploading selected images to flickr? I'm making progress with this, slowly... I now have pre-built thumbnails and

[O] Managing Images with Org-mode?

2012-07-25 Thread Karl Eichwalder
Did someone already try to manage images with org-mode? Or is it better to stick with image-dired and enhancing that one? For example, what is about uploading selected images to flickr? -- Karl Eichwalder