[Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export

2010-12-03 Thread Sébastien Vauban
Hi Bernd,

Bernd Weiss wrote:
 (1) If I execute the following code block (see Before codeblock 
 execution) which is followed by a headline or another codeblock, the
 results-block (see After codeblock execution) interferes with the
 headline/codeblock/whatever.

Same thing just reported by Eric (12 min before you), and experienced by me as
well.


 (2) The results-block is complex insofar as it has multiple lines. If I 
 choose export as LaTeX and process to PDF (I corrected the wrong 
 #+end_example line manually), the resulting PDF file only shows the code
 but not the results. However, this behaviour is only related to my 
 meta-analysis example. If I use, for example, summary(lm(rnorm(100)~1)), 
 the resulting PDF file shows code + results.

 I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)

That sounds weird to me: version 7.3 and a 7.01 tag!?

Best regards,
  Seb

-- 
Sébastien Vauban


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export

2010-12-03 Thread Bernd Weiss

Am 03.12.2010 03:41, schrieb Sébastien Vauban:

[...]


I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)


That sounds weird to me: version 7.3 and a 7.01 tag!?


Hi Sébastien,

That's what I get when I run Show Version:

release_7.01h-1081-gcfd7
Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)


Bernd

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export

2010-12-03 Thread Nick Dokos
Bernd Weiss bernd.we...@uni-koeln.de wrote:

 Am 03.12.2010 03:41, schrieb S=C3=A9bastien Vauban:
 
 [...]
 
  I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)
 
  That sounds weird to me: version 7.3 and a 7.01 tag!?
 
 Hi S=C3=A9bastien,
 
 That's what I get when I run Show Version:
 
 release_7.01h-1081-gcfd7
 Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)
 
 

You are probably missing the 7.3 tag, so it has to go back all the
way to 7.01h to find a starting point: you are 1081 commits past 7.01h.
Mine says 

   Org-mode version 7.3 (release_7.3.148.gc3b7e.dirty)

so I'm 148 commits past 7.3, so I'd expect roughly 930 commits between
7.01h and 7.3 (roughly, because we probably don't have the same HEAD). I
get

   $ git log --oneline release_7.01h..release_7.3 | wc -l
   917

so it checks out.

Do ``git tag'' to make sure the relase_7.3 tag is missing. Then do ``git
fetch --tags'' and check with ``git tag'' again. If the tag shows up,
org-version should then show you 7.3 as the starting point.

Nick

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export

2010-12-03 Thread Bernd Weiss

Am 03.12.2010 10:05, schrieb Nick Dokos:

Bernd Weissbernd.we...@uni-koeln.de  wrote:


Am 03.12.2010 03:41, schrieb S=C3=A9bastien Vauban:

[...]


I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)


That sounds weird to me: version 7.3 and a 7.01 tag!?


Hi S=C3=A9bastien,

That's what I get when I run Show Version:

release_7.01h-1081-gcfd7
Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty)




You are probably missing the 7.3 tag, so it has to go back all the
way to 7.01h to find a starting point: you are 1081 commits past 7.01h.
Mine says

Org-mode version 7.3 (release_7.3.148.gc3b7e.dirty)

so I'm 148 commits past 7.3, so I'd expect roughly 930 commits between
7.01h and 7.3 (roughly, because we probably don't have the same HEAD). I
get

$ git log --oneline release_7.01h..release_7.3 | wc -l
917

so it checks out.

Do ``git tag'' to make sure the relase_7.3 tag is missing. Then do ``git
fetch --tags'' and check with ``git tag'' again. If the tag shows up,
org-version should then show you 7.3 as the starting point.

Nick



Hi Nick,

Thanks! git fetch --tags was what I was missing. I simply (naively?) 
assumed that git pull origin master would be sufficient.


Bernd

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode