Re: [O] Changing title for outline

2014-02-02 Thread Erich Neuwirth
OSX 10.9 Emacs 24.3 orgmode 8.2.5h I also tried # Local Variables: # org-beamer-outline-frame-title: Themen # End: at the end of the file and it did not work On Feb 1, 2014, at 9:23 AM, Bastien b...@gnu.org wrote: Hi Erich, Erich Neuwirth erich.neuwi...@univie.ac.at writes: Suing

Re: [O] Changing title for outline

2014-01-31 Thread Erich Neuwirth
Is there a way of putting this into the document itself? I tried #+begin_src emacs-lisp :results value (setq org-beamer-outline-frame-title Themen) #+end_src before any of the text of the document, and this did not work! On Jan 30, 2014, at 12:14 PM, Sebastien Vauban sva-n...@mygooglest.com

Re: [O] Changing title for outline

2014-01-31 Thread Erich Neuwirth
, at 1:41 AM, Nick Dokos ndo...@gmail.com wrote: Erich Neuwirth erich.neuwi...@univie.ac.at writes: Is there a way of putting this into the document itself? I tried #+begin_src emacs-lisp :results value (setq org-beamer-outline-frame-title Themen) #+end_src before any of the text

[O] Changing title for outline

2014-01-30 Thread Erich Neuwirth
I am using eorgmode with beamer to create a slide presentation in German. I get a nice outline page with the atuomatically created header Outline How can I change this so it becomes Themen ?? Erich Neuwirth signature.asc Description: Message signed with OpenPGP using GPGMail

[O] Installing complete contrib

2012-11-27 Thread Erich Neuwirth
I am trying to install everything contrib on OSX 10.8.2, Emacs 24.2.1 When in local.mk I do ORG_ADD_CONTRIB = * I get install: org-jira.elc: No such file or directory make[1]: *** [install] Error 71 make: *** [install-lisp] Error 2 make: *** [up2] Error 2 When in local.mk I do ORG_ADD_CONTRIB

[O] Tables and aligning columns

2012-09-26 Thread Erich Neuwirth
I am using the following simplistic example. #+title: Test Table * My test | head1 head1 | head2 head2 | head3 head3 | head4 head4 | |-+-+-+-| | | l | | r | | 1 | 2 | haha|

[O] Table export and alignment

2012-09-25 Thread Erich Neuwirth
Section 3.2 of the manual describes the use of 'r' 'l' and 'c' for overruling the alignment of columns. Should it be c instead of c? And In noticed that these tags are respected by html export, but not by LaTeX export. Will LaTeX export learn this?

Re: [O] Inline and executing the document

2012-09-23 Thread Erich Neuwirth
One more thought: The :RESULTS: :END: wrapper would allow to replace when inline code is run once again. It would fit with my personal workflow to be able to check what will go into the exported documents while fiddling around in the source document. If this does not fit with what the org

[O] Inline and executing the document

2012-09-19 Thread Erich Neuwirth
The following examples shows some issues #+title: Inline formatting Inline code examples src_emacs-lisp{(+ 2 3)} src_emacs-lisp[:results raw]{(2 + 5)} #+BEGIN_SRC emacs-lisp (+ 11 12) #+END_SRC #+RESULTS: : 23 #+BEGIN_SRC emacs-lisp :results raw (+ 11 13) #+End_Src

[O] exporting, using names, and inline source code blocks

2012-09-15 Thread Erich Neuwirth
I am using the latest version from ELPA, 20120903, OSX 10.8.1, and Emacs 24.2.1 The following document describes something which I perceive as strange behavior and a wish at the end. #+title: Names test Define a name with a value #+name: nameval #+begin_src elisp :session *elisp* :results

[O] Dumb question for beamer in org mode

2012-09-15 Thread Erich Neuwirth
I am writing my first presentation in org mode for beamer. I cannot find a way of replacing the word outline (which is used on the automatically created toc slide) with a German word. I am using #+LATEX_HEADER: \usepackage[ngerman]{babel} but m guess is that the word outline is added by org,

[O] test fails

2012-08-29 Thread Erich Neuwirth
I am building org mode on 2 Macs with OSX 10.8.1 and Emacs 24.2.1 One one machine, this works. On the other machine, the build fails. OVERVIEW executing Python code block... Code block evaluation complete. passed 103/206 test-ob-python/colnames-yes-header-argument-again Babel evaluation

[O] build failure

2012-08-26 Thread Erich Neuwirth
I just pulled the latest version of the sources on my MacBook with OSX 10.8.1 Buildung does not work any more, here is the error. Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)... Cannot open load file: ../UTILITIES/org-fixup.el make[1]: *** [org-version.el] Error 255 make:

[O] In-line code and fonts

2012-05-07 Thread Erich Neuwirth
I need control over the font used for results of inline computations in exported files. When I have the following code This is inline R 1+2 = src_R{1+2} and export it to html (or LaTeX) the fonts used for the regular text and the fonts used for the results of the computation are different.

Re: [O] Assigning results to variables

2012-03-25 Thread Erich Neuwirth
Thanks, that is exactly what I need. Perhaps this trick could explicitly mentioned in the documentation.

[O] Question about html output

2012-03-25 Thread Erich Neuwirth
The html file produce by org-mode export contains a link to validate XHTML. Safari at least on Macs does not send a referer field in the http header, therefore this link does not work. Is there an option to turn the creation of this link off by default? And is there a way to tweak Safari to send