Re: [Orgmode] [babel] changing size of R graphics in pdf output

2009-12-13 Thread Graham Smith
IGNORE everything in my last email. The only relevant bit is \includegraphics[width=10em]{BoxplotSummary.pdf} \includegraphics[width=10em]{z.pdf} So it seems to be ignoring the change in height and width commands for z.pdf, and defaulting to 10em. If I then edit the [width=10em] bit in the

Re: [Orgmode] Oddity in LaTeX export?

2009-12-13 Thread Nick Dokos
Mark Elston m_els...@comcast.net wrote: I have a standard format I like to use in creating some class notes in latex. I use memoir and have a boilerplate that only differs in the title from notes to notes. I have decided to try to manage my documentation for my notes in org to see if it is

[Orgmode] [Worg] Lots of broken links in published version

2009-12-13 Thread David Maus
Just realized that there a lot of broken links in the published version of Worg. Seems like something went totally wrong with the export to html. For instance: http://orgmode.org/worg/ The main resources The link to the official page reads http:/g and leads to http://orgmode.org/worg/g -or-

Re: [Orgmode] [babel] changing size of R graphics in pdf output

2009-12-13 Thread Graham Smith
A little progress here #+srcname:Boxplots Summary #+begin_src R :session BirdData :file BoxplotSummary.pdf :exports both boxplot(Wingcrd,Tarsus,Head,Wt,names=c(Wingcrd,Tarsus,Head,Wt)) #+end_src #+resname: Boxplots #+ATTR_LaTeX: width=10cm [[file:BoxplotSummary.pdf]] This gives me a plot

Re: [Orgmode] [babel] changing size of R graphics in pdf output

2009-12-13 Thread Graham Smith
This works #+srcname:Boxplots Summary #+begin_src R :session BirdData :file BoxplotSummary.pdf :exports none boxplot(Wingcrd,Tarsus,Head,Wt,names=c(Wingcrd,Tarsus,Head,Wt)) #+end_src #+resname: Boxplots #+CAPTION:Trial boxplots with babel #+LABEL: fig:trial boxplots #+ATTR_LaTeX:

Re: [Orgmode] [babel] changing size of R graphics in pdf output

2009-12-13 Thread Graham Smith
OK, This was all to do with the ordering of the latex code Below works, includes the R code, but only one plot of the expected size. #+srcname:Boxplots Summary #+begin_src R :session BirdData :file BoxplotSummary.pdf :exports both

[Orgmode] keep newlines on pdf export

2009-12-13 Thread Eraldo Helal
When I export an org file like the following to pdf: test.org line1 line2 line3 what I get is: test.pdf line1 line2 line3 however, I would like to get the following in the pdf: test.pdf line1 line2 line3 How can I get pdf export to keep my org newlines? Remark: I do have \n:t set in my

[Orgmode] access scattered notes centralized

2009-12-13 Thread Kestutis Matonis
I would like to clear up one thing. Lets say i have notes in /home/documents/work/note.org, /home/documents/computers/note.org, and i would like that they would stay there, but also i would like to access all scattered notes from one place (that is, i wanna know what notes i have). Can i do

Re: [Orgmode] [org-mac-protocol] How to actually set it up and use it?

2009-12-13 Thread Christopher Suckling
On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker r...@inthefaith.net wrote: After reading this message I downloaded org-mac-protocol and installed it. The scripts work for me if I open them in Script Editor and run them, but they do not work from the scripts menu nor from Quicksilver. Second

[Orgmode] Re: access scattered notes centralized

2009-12-13 Thread PT
Kestutis Matonis matonisk at gmail.com writes: I would like to clear up one thing. Lets say i have notes in /home/documents/work/note.org, /home/documents/computers/note.org, and i would like that they would stay there, but also i would like to access all scattered notes from one place

Re: [Orgmode] access scattered notes centralized

2009-12-13 Thread David Maus
At Sun, 13 Dec 2009 00:11:33 +0200, Kestutis Matonis wrote: I would like to clear up one thing. Lets say i have notes in /home/documents/work/note.org, /home/documents/computers/note.org, and i would like that they would stay there, but also i would like to access all scattered notes from

[Orgmode] Re: access scattered notes centralized

2009-12-13 Thread Matt Lundin
Kestutis Matonis maton...@gmail.com writes: I would like to clear up one thing. Lets say i have notes in /home/documents/work/note.org, /home/documents/computers/note.org, and i would like that they would stay there, but also i would like to access all scattered notes from one place (that

Re: [Orgmode] Oddity in LaTeX export?

2009-12-13 Thread Mark Elston
Nick Dokos wrote: Mark Elston m_els...@comcast.net wrote: I have a standard format I like to use in creating some class notes in latex. I use memoir and have a boilerplate that only differs in the title from notes to notes. I have decided to try to manage my documentation for my notes in org

Re: [Orgmode] keep newlines on pdf export

2009-12-13 Thread Nick Dokos
Eraldo Helal era...@eraldo.org wrote: When I export an org file like the following to pdf: test.org line1 line2 line3 what I get is: test.pdf line1 line2 line3 however, I would like to get the following in the pdf: test.pdf line1 line2 line3 How can I get pdf export to

Re: [Orgmode] [Worg] Lots of broken links in published version

2009-12-13 Thread Carsten Dominik
Hi David, thanks! Please verify that things are now back to normal. - Carsten On Dec 13, 2009, at 11:47 AM, David Maus wrote: Just realized that there a lot of broken links in the published version of Worg. Seems like something went totally wrong with the export to html. For instance:

Re: [Orgmode] keep newlines on pdf export

2009-12-13 Thread Nick Dokos
Eraldo Helal era...@eraldo.org wrote: One other reason behind this is that I can not export my document to html anymore after I added \\ at the end of every line... well I can but it does not look the way I want it to be. =] The \obeylines method should not affect the HTML export. Nick

Re: [Orgmode] keep newlines on pdf export

2009-12-13 Thread Nick Dokos
Eraldo Helal era...@eraldo.org wrote: When I export an org file like the following to pdf: test.org line1 line2 line3 what I get is: test.pdf line1 line2 line3 however, I would like to get the following in the pdf: test.pdf line1 line2 line3 How can I get pdf export to

Re: [Orgmode] Bug: STARTUP: indent turns off indent when invoked twice [6.33x]

2009-12-13 Thread Carsten Dominik
Fixed, thank you for your report. - Carsten On Dec 10, 2009, at 3:53 PM, Óscar Fuentes wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See

Re: [Orgmode] keep newlines on pdf export

2009-12-13 Thread Carsten Dominik
On Dec 14, 2009, at 4:40 AM, Nick Dokos wrote: Eraldo Helal era...@eraldo.org wrote: When I export an org file like the following to pdf: test.org line1 line2 line3 what I get is: test.pdf line1 line2 line3 however, I would like to get the following in the pdf: test.pdf line1 line2

[Orgmode] Saving and restoring visibility

2009-12-13 Thread Carsten Dominik
Hi, I vaguely remember that someone posted code here a while ago (one year?) to save and restore outline visibility. Who remembers or can find back the post? Thanks. - Carsten ___ Emacs-orgmode mailing list Please use `Reply All' to send