[Orgmode] org-export-as-pdf: Unable to disable timestamp

2010-05-26 Thread chandan
Hi, I am using org-mode available on GNU Emacs 23.2. org-export-as-pdf generates a *.pdf file with a timestamp at the beginning even though I have added the following line in my *.org file. #+OPTIONS: timestamp:nil Regards, chandan r ___ Emacs-o

Re: [Orgmode] [babel] possible bug in org-babel-execute-buffer?

2010-05-26 Thread Erik Iverson
Eric Schulte wrote: Hi Erik, Thanks for the report, this should now be fixed in the latest git HEAD, please let me know if the problem persists. Best -- Eric Looks good on the test file I had included in my initial report, thank you very much. When I get back to work tomorrow, I will try it

Re: [Orgmode] [babel] possible bug in org-babel-execute-buffer?

2010-05-26 Thread Eric Schulte
Hi Erik, Thanks for the report, this should now be fixed in the latest git HEAD, please let me know if the problem persists. Best -- Eric Erik Iverson writes: > Hello, > > I am using Emacs 23.1, orgmode pulled from git just an hour ago, but I > noticed the following issue on a version pulled a

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Nick Dokos
Thomas S. Dye wrote: > On May 26, 2010, at 11:37 AM, Nick Dokos wrote: > ... > perhaps? But I'm shooting from the hip here, so take it with the > appropriate > grain of salt. > > > Hi Nick, > > The documentation for org-publish-projects-alist suggests that :include wants > a l

[Orgmode] [babel] possible bug in org-babel-execute-buffer?

2010-05-26 Thread Erik Iverson
Hello, I am using Emacs 23.1, orgmode pulled from git just an hour ago, but I noticed the following issue on a version pulled about a week ago, too. I don't know if it ever worked as I expect. These development versions have C-c C-v as the babel prefix keys, so if you are using a stable vers

Re: [Orgmode] Aquamacs and latest org-mode

2010-05-26 Thread Stefan Vollmar
Dear Yuri, On 27.05.2010, at 00:23, Yuri de Wit wrote: > Could someone point me in the right direction here? > > I just installed the latest Aquamacs 2.0. Afaik, it has emacs 22.2.1 and > org-mode 6.33x. How can I update org-mode to the latest version? > > I am familiar with git, cloning, bui

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Thomas S. Dye
On May 26, 2010, at 11:37 AM, Nick Dokos wrote: Thomas S. Dye wrote: ("work" :base-directory "~/org/temp/" :base-extension "org" :publishing-directory "~/org/temp/publish-work/" :publishing-function org-publish-org-to-latex :select-tags (

[Orgmode] Aquamacs and latest org-mode

2010-05-26 Thread Yuri de Wit
Could someone point me in the right direction here? I just installed the latest Aquamacs 2.0. Afaik, it has emacs 22.2.1 and org-mode 6.33x. How can I update org-mode to the latest version? I am familiar with git, cloning, building etc. But I am not sure how to hook that up to Aquamacs. thanks,

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread John Hendy
Thanks everyone -- placement = [H] was exactly what I needed. I went back and saw it in the manual paragraph as [h!]. Also, the mailing list discussion was perfect as well. One suggestion, then... why not just have a nice list of all possible ATTR_LaTeX options? I have killed myself before looking

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Nick Dokos
Thomas S. Dye wrote: > ("work" >:base-directory "~/org/temp/" >:base-extension "org" >:publishing-directory "~/org/temp/publish-work/" >:publishing-function org-publish-org-to-latex >:select-tags ("@WORK") >:title "Work Notes" >:inclu

[Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Thomas S. Dye
Aloha all, First, many thanks to Carsten, Bernt, Nick and Mark for help with my recent publishing woes. After much semi-informed tinkering, I think I've isolated one problem. As background, this problem cropped up for me when I incorporated Karl Martino's setup for exporting parts of an

Re: [Orgmode] Re: [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-26 Thread John Wiegley
David Maus writes: > Again, forgot to mention: Patch is available on David, Can you please explain for me the rationale behind this change? Thanks, John ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@

[Orgmode] use of org-export-latex-verbatim-wrap

2010-05-26 Thread Juan Pechiar
Trying to adjust the style for fixed-width sections in LaTeX export (drawers in particular), I found org-latex.el defines a customizable wrapper for verbatim sections: (defcustom org-export-latex-verbatim-wrap '("\\begin{verbatim}\n" . "\\end{verbatim}\n") "Environment to be wrapped a

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Nick Dokos
Nick Dokos wrote: > Figures (and tables) are floating environments: latex will place them > at or after the place where they are mentioned in the latex file, at > the first place where it finds space, consistent with the spec ([htb] > above). > Not quite right: depending on the spec, it *can* en

[Orgmode] Can I show tag in generated sitemap.html?

2010-05-26 Thread Water Lin
I want to generate an index file which we usually called as sitemap.html. So in my project setting, I use following line to generate this file: - :auto-index t ; Generate index.org automagically... :index-filename "sitemap.org" ; ... call it sitemap.org ... :i

Re: [Orgmode] [Patch] file protocol in HTML links

2010-05-26 Thread Sebastian Rose
Sebastian Rose writes: > The appended patch removes the protocol part from link URIs, if the > protocol is file. Neccessary, to show images again and make links work. > > > diff --git a/lisp/org-html.el b/lisp/org-html.el > index d5f4775..8f7d0f3 100644 > --- a/lisp/org-html.el > +++ b/lisp/org-ht

[Orgmode] [Patch] file protocol in HTML links

2010-05-26 Thread Sebastian Rose
The appended patch removes the protocol part from link URIs, if the protocol is file. Neccessary, to show images again and make links work. diff --git a/lisp/org-html.el b/lisp/org-html.el index d5f4775..8f7d0f3 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -640,7 +640,7 @@ MAY-INLINE-P

[Orgmode] [Musing] Daily stack

2010-05-26 Thread Bastien
http://www.fubiz.net/2010/05/19/daily-stack/ I like to see this implemented for Org - maybe some code from M-x Tetris could be reused :) -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.o

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Thomas S. Dye
Hi John, Roughly speaking, the larger the floating figure the farther it will float in LaTeX. If there is a large floating figure at the beginning of a group of figures, then the later ones will dam up behind it and get pushed to the back of the document. Often, changing figure size by