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 replies
On Dec 14, 2009, at 4:40 AM, Nick Dokos wrote:
Eraldo Helal 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 ge
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
http://orgmode.org/manual/Feedback.html#Feedba
Eraldo Helal 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 expo
Eraldo Helal 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
_
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:
http:
Eraldo Helal 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 expo
Nick Dokos wrote:
Mark Elston 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 easi
Kestutis Matonis 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 is, i wanna
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 note
Kestutis Matonis 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 (tha
On Sat, 12 Dec 2009 12:56:00 -0600, Ron Parker 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 thought:
If you g
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 this
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
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
boxplot(Wingcrd,Tarsus,Head,Wt,names=c("Wingcrd","Tarsus","Head
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_LaTe
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
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-
Mark Elston 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 easier to do.
> M
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
20 matches
Mail list logo