Re: [O] Making an index in latex export --- surprisingly difficult

2011-05-08 Thread Tom Dye
On 2011-04-26 20:35:06 -1000, Nick Dokos said: Robert Goldman wrote: 4. Modify the org-latex-to-pdf-process to ("pdflatex -interaction nonstopmode -output-directory %o %f" "makeindex -o %b.ind %b.idx" "pdflatex -interaction nonstopmode -output-directory %o %f" "pdflatex -interaction nonsto

Re: [O] Org table with long lines visibility

2011-05-08 Thread Michael Brand
Hi Johnny As I understand, the issue tracker on Worg http://orgmode.org/worg/org-issues.html is thought also as a wish-list and you may add this with the keyword WISH there. But I wouldn't expect too much from doing only this. The best in many cases is to try to implement by oneself and ask for he

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Bernt Hansen
t...@tsdye.com (Thomas S. Dye) writes: > Thanks Bernt, > > Anything left for me to do? > > All the best, > Tom Not if you're happy with what I posted and it shows up correctly in patchwork for someone to apply it. I don't have commit access myself. Regards, Bernt

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Thomas S. Dye
Bernt Hansen writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> Bernt Hansen writes: >> >>> t...@tsdye.com (Thomas S. Dye) writes: >>> With this patch, #+CAPTION: [Short caption]{Long caption.} in the Org-mode source exports to \caption[Short caption]{Long caption.} in the LaTe

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Bernt Hansen
t...@tsdye.com (Thomas S. Dye) writes: > Bernt Hansen writes: > >> t...@tsdye.com (Thomas S. Dye) writes: >> >>> With this patch, #+CAPTION: [Short caption]{Long caption.} in the >>> Org-mode source exports to \caption[Short caption]{Long caption.} in the >>> LaTeX export, which is, I think, as i

Re: [O] insert picture feature request.

2011-05-08 Thread Mark S.
Thanks Nick! Revised code below with your help. Note that I've changed the name of function to reflect the fact that we're using the clipboard for the shot. Also, needed "file:" in the insert name for the inline images to view directly. Note to Aankhen: To get inline images to work, you need to

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Thomas S. Dye
Bernt Hansen writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> With this patch, #+CAPTION: [Short caption]{Long caption.} in the >> Org-mode source exports to \caption[Short caption]{Long caption.} in the >> LaTeX export, which is, I think, as it should be. > > Hi Thomas, > > Thanks for the p

Re: [O] insert picture feature request.

2011-05-08 Thread Nick Dokos
Mark S. wrote: > Additional thought. Having all those pngs in the main directory will > get messy. I would like to put them in a sub-directory like > "images". But there doesn't seem to be an easy way to insert that into > (buffer-file-name). I've looked, but can't seem to be a variable that > ju

Re: [O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Bernt Hansen
t...@tsdye.com (Thomas S. Dye) writes: > With this patch, #+CAPTION: [Short caption]{Long caption.} in the > Org-mode source exports to \caption[Short caption]{Long caption.} in the > LaTeX export, which is, I think, as it should be. Hi Thomas, Thanks for the patch! Please add the above details

Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-08 Thread Carsten Dominik
On 7.5.2011, at 17:20, Bert Burgemeister wrote: > Matt Lundin writes: > >> Bert Burgemeister writes: >> >>> Just curious, is there anything I should have known that prevented the >>> patch submitted in http://article.gmane.org/gmane.emacs.orgmode/39313, >> >> Is it still in the bugtracker, o

[O] [PATCH] Optional \caption argument for LaTeX export

2011-05-08 Thread Thomas S. Dye
Aloha all, The attached patch initializes the existing variable shortn, adds it to two caption situations in addition to the one already coded, and adds some description to the manual. With this patch, #+CAPTION: [Short caption]{Long caption.} in the Org-mode source exports to \caption[Short capt

Re: [O] insert picture feature request.

2011-05-08 Thread Mark S.
Additional thought. Having all those pngs in the main directory will get messy. I would like to put them in a sub-directory like "images". But there doesn't seem to be an easy way to insert that into (buffer-file-name). I've looked, but can't seem to be a variable that just holds the current buf

Re: [O] insert picture feature request.

2011-05-08 Thread Mark S.
Thanks Aankhen. That seems to have fixed the technical problem. Unfortunately, because of the way irfan works, all I was able to get pictures of was the emacs screen! People with lots of screen real-estate can have emacs and their target application up at the same time, but that doesn't work on

Re: [O] Agenda todo filter order

2011-05-08 Thread Bernt Hansen
Bernt Hansen writes: > Carsten Dominik writes: > >> On 6.5.2011, at 19:40, Bernt Hansen wrote: >> >>> Hi Carsten, >>> >>> Thanks for the patch! This almost does what I want :) >>> >>> This patch works for TODO agendas but not tags match agendas which is >>> what I am trying to use. >>> >>> C

Re: [O] Agenda todo filter order

2011-05-08 Thread Bernt Hansen
Carsten Dominik writes: > On 6.5.2011, at 19:40, Bernt Hansen wrote: > >> Hi Carsten, >> >> Thanks for the patch! This almost does what I want :) >> >> This patch works for TODO agendas but not tags match agendas which is >> what I am trying to use. >> >> C-c a y returns the result I want >>

Re: [O] Agenda todo filter order

2011-05-08 Thread Bernt Hansen
Carsten Dominik writes: > On 6.5.2011, at 19:40, Bernt Hansen wrote: > >> Hi Carsten, >> >> Thanks for the patch! This almost does what I want :) >> >> This patch works for TODO agendas but not tags match agendas which is >> what I am trying to use. >> >> C-c a y returns the result I want >>

Re: [O] org-capture in message-mode buffer

2011-05-08 Thread Leo
On 2011-05-05 17:19 +0800, Ulf Stegemann wrote: [elide 4 lines] > This sounds interesting (at least for those that use gmail). Is the URL > where the archived message will be available predictable, i.e. is it > possible to know it while still composing the message? If yes, it would > be great to