Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-19 Thread iemacs
Hi Andrea, I use the following line to allow frame breaks #+BIND: org-beamer-frame-default-options "[allowframebreaks]" On Thu, Jan 20, 2011 at 6:51 AM, Andrea Crotti wrote: > Would it be possible with some trick to automatically make the font > resize when the frame doesn't fit in the slide? >

Re: [Orgmode] void-function error

2011-01-19 Thread David Maus
At Wed, 19 Jan 2011 12:37:57 -0500, Mehmet Atif Ergun wrote: > > Hi, > > On opening emacs to take a look at my agenda, emacs opens with the > following error: > > Debugger entered--Lisp error: (void-function ignore-errors) > (ignore-errors (org-entry-get nil "ORDERED")) > > No other problem but t

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 9:51 PM, Matt Lundin wrote: > alias emacs="emacsclient -t -a /usr/bin/emacs" Matt, Thanks for sharing this. My manual doesn't mention the -t flag. What does it do? (I didn't know about -a, but it looks nifty) > (As an aside, finger memory is truly remarkable. I imagine o

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 9:24 PM, Matt Lundin wrote: > I believe these pages have not been exported since we turned off the > inline css publishing option; i.e., they have not been touched since > that time, so the publishing mechanism does not export them. Matt, I was going to grep through the r

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Eric Schulte
> > A customization variable would be fantastic. Could it be done such > that it could be applied (or not applied, according to taste) to a > sub-tree of your Org file? That way you could have it disabled on > whatever code you might be currently working on so you still see the > error messages i

Re: [Orgmode] [BEAMER] make text fit in a slide

2011-01-19 Thread Chris Malone
Hi Andrea, I'm not sure of the answers to your queries. These questions seem more Beamer related than org-mode. That said, you may have more luck asking on a TeX/LaTeX forum such as http://tex.stackexchange.com/ Sorry I couldn't be of more use :-/ Chris On Wed, Jan 19, 2011 at 5:51 PM, Andrea

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Nick Dokos
Matt Lundin wrote: > So the new, "flat" FAQ is up and running. And, of course, all are > welcome to suggest or contribute further refinements. > Blue (or purple or similar color) text on black background is unreadable - at least to my eyes. Thanks, Nick _

[Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-19 Thread Matt Lundin
Dan Davison writes: > Matt Lundin writes: > >>> So, how many of you here also use Vim? :) >> >> For quick editing (e.g., config files), I use vi(m). For anything else, >> I use emacs. Both are fantastic tools. > > Doesn't emacsclient make emacs just as quick for editing of random files > encount

[Orgmode] question about opening a file in .emacs

2011-01-19 Thread Filippo A. Salustri
Hi all, I'd like to have aquamacs open org immediately when I start it. To do this, I've put the following line at the end of my .emacs (which is actually somewhere else in Aquamacs, but it doesn't matter): (switch-to-buffer-in-tab (find-file "~/Dropbox/org/root.org")) Now, this works. But when

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Matt Lundin
"Eric Schulte" writes: > I just pushed up an edit to the Worg repository which should reset all > of the defaults on the TOC of the org-faq-nojs.org page. If this works > I vote we set this as the sole org-faq page. I agree. I went ahead and did the following: $ mv org-faq-nojs.org org-faq.org

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Matt Lundin
Jason Dunsmore writes: > Does anybody know why some pages have inline CSS? For example: > ... > I came across this when trying to figure out what was causing the > different H1 styles (top page title). For example, compare: > > http://orgmode.org/worg/org-faq-nojs.html > and > http://orgmode.or

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-19 Thread Martin Weigele
Am Donnerstag, 20. Januar 2011, um 01:02:51 schrieb Dan Davison: > Matt Lundin writes: >... > > > > FWIW, Org-mode has its own "modal" editing feature: org speed keys. This > > enables one to edit and reorganize the structure of org files with > > single keystrokes. > > > >> So, how many of you

[Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-19 Thread Dan Davison
Matt Lundin writes: > Marcelo de Moraes Serpa writes: >> >> However, I've got hooked. Vim (in my case, MacVim) has conquered my >> hands. I know I'm risking myself a lot by saying it on an >> emacs-related mailing list, but the Vim navigation and the vim model >> in general is much more efficien

Re: [Orgmode] Bug in babel eating my text

2011-01-19 Thread Nick Dokos
Andreas Leha wrote: > I found a severe bug that actually eats my text, i.e. *destroys* my > org-mode file. > > Or am I missing something here? > > Just try that: > > * Test > > Execute this once: > #+BEGIN_src R :session test :results output silent :exports none > devnull <- library("

[Orgmode] Re: Embedded code

2011-01-19 Thread Dan Davison
"Eric Schulte" writes: > Rainer M Krug writes: > >> On 01/18/2011 12:48 AM, Eric Schulte wrote: >>> Hi, >>> >>> This is possible using Babel, the attached org-mode file will execute >>> its code block every time it is opened. You can replace the contents of >>> the code block with any arbitrar

[Orgmode] re: iCalendar selective export / org-icalendar-verify-function

2011-01-19 Thread Arun Persaud
Hi Juraj Kubelka wrote: > I found out that exporting agenda files to iCalendar > (org-export-icalendar-all-agenda-files) ignore > variableÂorg-export-exclude-tags. Is it right? And is it wanted? I do > not want to see some tasks in my external calendar (mobile phone). I ran into the same problem.

[Orgmode] Bug in babel eating my text

2011-01-19 Thread Andreas Leha
Hi all, I found a severe bug that actually eats my text, i.e. *destroys* my org-mode file. Or am I missing something here? Just try that: --8<---cut here---start->8--- * Test Execute this once: #+BEGIN_src R :session test :results output silent :exports

[Orgmode] [BEAMER] make text fit in a slide

2011-01-19 Thread Andrea Crotti
Would it be possible with some trick to automatically make the font resize when the frame doesn't fit in the slide? Or maybe would that be possible otherwise to split the slide in two parts automatically? I always wondered how to do it but never really found out. And how do I in general could hav

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Bill, I too have never found a good solution for the @ problem, but as Eric mentioned there has been some talk about his problem recently in the message list. Glad to hear updating fixed the other issues. Chris On Wed, Jan 19, 2011 at 5:43 PM, Bill Moran wrote: > Hi Chris, Jeff > > Chris M

[Orgmode] Re: Org-beamer problems

2011-01-19 Thread Bill Moran
Hi Chris, Jeff Chris Malone gmail.com> writes: > > > Hi Bill,I would try upgrading to a newer version of =org-mode= - a lot of things have been improved since the writing of the version you have.  By default, in the newer versions, the \maketitle command should be added to the beginning of you

[Orgmode] Re: Bibtex and beamer

2011-01-19 Thread Andrea Crotti
Jeff Horn writes: > On Wed, Jan 19, 2011 at 4:14 PM, Andrea Crotti > wrote: >> Only one thing is not clear, how do I tell org-mode to call >> pdflatex/bibtex "enough" times to get all the links correctly setup. > > If you're using a *nix system, you might try customizing > `org-latex-to-pdf-proc

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Bill, I would try upgrading to a newer version of =org-mode= - a lot of things have been improved since the writing of the version you have. By default, in the newer versions, the \maketitle command should be added to the beginning of your .tex file automatically. Upgrade and see if this fixe

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Chris Malone
Hi Henri-Paul, I'm running =org-version= 7.3 (release_7.3.89.g97f4c.dirty) I don't have anything in my .emacs about the beamer latex class - it just works. The only =org-export-latex-classes= statements that I have are with some latex classes that I have made myself. What does your .tex output

Re: [Orgmode] Bibtex and beamer

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 4:14 PM, Andrea Crotti wrote: > Only one thing is not clear, how do I tell org-mode to call > pdflatex/bibtex "enough" times to get all the links correctly setup. If you're using a *nix system, you might try customizing `org-latex-to-pdf-process` with "texi2dvi". I've bee

Re: [Orgmode] Re: Org-beamer problems

2011-01-19 Thread Jeff Horn
I have tried the snippet on my end. I cannot reproduce this bug. Org-mode version 7.4 (release_7.4.165.gca0e6) GNU Emacs 24.0.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54) of 2011-01-14 on braeburn.aquamacs.org - Aquamacs Distribution 3.xdev I highly recommend upgrading org-mode. It is pe

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Henri-Paul Indiogine
Greetings! I am also having difficulties running Beamer from org-mode. I am running a fully updated Ubuntu with snapshot emacs and a daily updated git version of org-mode. I am not able to get blocks, lists, and colums to work. I have a feeling from Googling quite a bit that the problem is due

[Orgmode] Re: Org-beamer problems

2011-01-19 Thread Bill Moran
HI Eric, John, Jeff and Birch Eric S Fraga ucl.ac.uk> writes: > > My immediate response would be to ask why you aren't using \maketitle > given that the command is beamer-aware? That is, \maketitle will create > a title page whose format is defined by the beamer theme you have > selected. O

[Orgmode] Bibtex and beamer

2011-01-19 Thread Andrea Crotti
I'm doing a presentation and using bibtex for keeping my references, exactly how I will use it in the dissertation. That's really wonderful and it works like a charm, using reftex-citep and an external bibliography file. Only one thing is not clear, how do I tell org-mode to call pdflatex/bibtex

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 1:32 PM, Jason Dunsmore wrote: > Jeff Horn writes: > >> On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore >> wrote: >>> I think this might be unnecessary (hitting "Back", typing the "Home" >>> key, or middle clicking at the top of the scroll bar can all already do >>> this

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 2:18 PM, Jason Dunsmore wrote: > Does anybody know why some pages have inline CSS?  For example: The publishing projects for the affected pages may not have the the :style-default key set to "nil". The relevant variable is `org-export-html-style-include-default`. -- Jeff

Re: [Orgmode] void-function error

2011-01-19 Thread Nick Dokos
Mehmet Atif Ergun wrote: > No other problem but this error message... And everything seems to > work fine regardless of this message. > How can I find out what is causing this error on each startup? > emacs --debug-init > I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs > 2

[Orgmode] Missing line breaks in ps export of agenda

2011-01-19 Thread Julia Jacobson
Hello everybody out there using Org-mode, The export of an agenda to a Postscript file doesn't seem break lines. Whenever an item in my agenda is very long, it's just cut off at the border of the Postscript page. Could anyone help me to make the whole line become readable by inserting a line br

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Brian T. Wightman
It is set by headers in the HTML. See http://www.alistapart.com/articles/alternate/ for code. Brian - Original Message From: Jeff Horn To: Bastien Cc: Dan Davison ; Ian Barton ; Matt Lundin ; emacs-orgmode@gnu.org; Carsten Dominik ; Jason Dunsmore Sent: Tue, January 18, 2011 10

[Orgmode] Re: Basic organization question

2011-01-19 Thread Tommy Kelly
Bernt, Still digging into this. You said: > TAGS are much more flexible for controlling what you see on > the agenda and I use tags for filtering what is displayed on the agenda. Am I right though that from the point of view of clocking tasks, you rely not on TAGS but on having each task live in

[Orgmode] void-function error

2011-01-19 Thread Mehmet Atif Ergun
Hi, On opening emacs to take a look at my agenda, emacs opens with the following error: Debugger entered--Lisp error: (void-function ignore-errors) (ignore-errors (org-entry-get nil "ORDERED")) No other problem but this error message... And everything seems to work fine regardless of this mess

[Orgmode] Re: Basic organization question

2011-01-19 Thread Tommy Kelly
Bernt, Still digging into this. You said: > TAGS are much more flexible for controlling what you see on > the agenda and I use tags for filtering what is displayed on the agenda. Am I right though that from the point of view of clocking tasks, you rely not on TAGS but on having each task live in

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Achim Gratz writes: > Jason Dunsmore writes: >> Looks like the TOC links are larger than the text on the rest of the >> page. Can the text size be made the same? > > That's what the "inherit" is fixing. You may still have the old copy in > cache, I've just now been able to get the new version

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Eric S Fraga
Bill Moran writes: > I've been trying to follow the various tutorials on the web > to do beamer in org-mode. I've used beamer, latex and emacs > for many years but am finding that none of the examples on > the web work totally s intended in my attempts to use > org-mode with beamer. > > I hav

[Orgmode] Bug ? : org-babel and calc : calc-command-flags

2011-01-19 Thread d . tchin
Hello, I tried to use calc with babel but it doesn't work as expected. I use the following block with simple instruction : #+begin_src calc 2*3 #+end_src I didn't get back any results. I launch calc and it seems to be called as I have following output --- Emacs Calculator Mode --- 1: 6 .

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Achim Gratz
Jason Dunsmore writes: > Looks like the TOC links are larger than the text on the rest of the > page. Can the text size be made the same? That's what the "inherit" is fixing. You may still have the old copy in cache, I've just now been able to get the new version that Eric pushed some time ago.

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
"Eric Schulte" writes: > Achim Gratz writes: > >> "Eric Schulte" writes: >>> I just pushed up an edit to the Worg repository which should reset all >>> of the defaults on the TOC of the org-faq-nojs.org page. If this works >>> I vote we set this as the sole org-faq page. >> >> It works, but I

[Orgmode] Re: Basic organization question

2011-01-19 Thread Bernt Hansen
Hi Tommy, Comments are inline below. Tommy Kelly writes: > Bernt, > > Still digging into this. You said: > >> TAGS are much more flexible for controlling what you see on >> the agenda and I use tags for filtering what is displayed on the agenda. > > Am I right though that from the point of view

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Achim Gratz
Jason Dunsmore writes: > And there's something in the CSS 2.1 spec about allowing users to attach > style sheets that I don't fully understand. > http://www.w3.org/TR/CSS21/ That's quite likely the user stylesheets. Support for this is generally bad, even on Firefox you'll have to re-start for e

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Jeff Horn writes: > On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore > wrote: >> I think this might be unnecessary (hitting "Back", typing the "Home" >> key, or middle clicking at the top of the scroll bar can all already do >> this). > > I'm not an expert, but that is not very "accessible". Sho

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Eric Schulte
Achim Gratz writes: > "Eric Schulte" writes: >> I just pushed up an edit to the Worg repository which should reset all >> of the defaults on the TOC of the org-faq-nojs.org page. If this works >> I vote we set this as the sole org-faq page. > > It works, but I think you would want > > font-size

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Chris Maier
On Wed, Jan 19, 2011 at 12:41 PM, Eric Schulte wrote: > Chris Maier writes: >> >> Is there a place where this and the eval-on-startup trick Charles >> posted are documented?  If so, I missed it, and these are both really >> useful to know. >> > > We don't currently have a good place in which to c

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Achim Gratz
"Eric Schulte" writes: > I just pushed up an edit to the Worg repository which should reset all > of the defaults on the TOC of the org-faq-nojs.org page. If this works > I vote we set this as the sole org-faq page. It works, but I think you would want font-size: inherit; in the first block.

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jeff Horn
On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore wrote: > I think this might be unnecessary (hitting "Back", typing the "Home" > key, or middle clicking at the top of the scroll bar can all already do > this). I'm not an expert, but that is not very "accessible". Shouldn't be a problem with moder

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Achim Gratz
Bastien writes: > I changed the background of code chunks to black - please revert this > if you find it too agressive/unreadable. I really dislike the fake > white we had as the background for black-on-white code chunks... If you change the background you'll also need to change all the foregr

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Eric Schulte
>> On this one page, I think we need a simple (non-js) table-of-contents. >> Is there a way to override the hidden toc for this page only? > > I agree (copying Eric on this email - he might know). > I just pushed up an edit to the Worg repository which should reset all of the defaults on the TOC o

[Orgmode] latex table export not centered

2011-01-19 Thread Andreas Leha
Hi all, is it possible to set *per buffer* the option whether to center tables in the LaTeX output? I tried #+BIND: org-export-latex-tables-centered nil #+TITLE: Test Centered Tables * Test | col1 | col2 | col3 | |--+--+--| |1 |2 |3 | But this does not work.

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Eric Schulte
Chris Maier writes: > On Wed, Jan 19, 2011 at 5:05 AM, Rainer M Krug wrote: >> On 01/19/2011 08:22 AM, Eric Schulte wrote: >>> >>> In addition to the solution Charles posted, it is possible to put >>> arbitrary elisp forms into header arguments, so the following >>> alternative to your block abo

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Jason Dunsmore
Matt Lundin writes: > Jason Dunsmore writes: > >> I made a version of the FAQ without the javascript folding: >> >> http://orgmode.org/tmp/worg/org-faq-nojs.html >> http://orgmode.org/tmp/worg/org-faq.html >> >> It like it better, but it's still a bit unwieldy. Maybe the FAQ just >> needs to be

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Eric Schulte
Achim Gratz writes: > Matt Lundin writes: >> On this one page, I think we need a simple (non-js) table-of-contents. >> Is there a way to override the hidden toc for this page only? > > Yes, by either adding a stylesheet that undoes the hiding or by not > including the part of the stylesheet tha

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Achim Gratz
Matt Lundin writes: > On this one page, I think we need a simple (non-js) table-of-contents. > Is there a way to override the hidden toc for this page only? Yes, by either adding a stylesheet that undoes the hiding or by not including the part of the stylesheet that hides the toc in the first pl

[Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Achim Gratz
Bastien writes: > I don't have a strong opinion about this: splitting the FAQ into > org-faq-*.org comes to my mind, but it's a big task. org-info-js, > while not optimal for *every* page on Worg, was doing a good job > on the FAQ. Maybe this delivers motivation to incorporate a little impro

R: [Orgmode] [RFI] Minutes of talks

2011-01-19 Thread Giovanni Ridolfi
--- Mer 19/1/11, Sébastien Vauban ha scritto: Hi, Sébastien, > [...] > when I go to any meeting, and write > everything in Emacs. > > I typically write "everything" down, questions and > answers. > > Example: > > --8<---cut > here---start->8--- > * Alice >

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Chris Maier
On Wed, Jan 19, 2011 at 11:20 AM, Charles C. Berry wrote: > On Wed, 19 Jan 2011, Chris Maier wrote: >> Is there a place where this and the eval-on-startup trick Charles >> posted are documented?  If so, I missed it, and these are both really >> useful to know. > > > C-h i, then navigate to > > (em

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Charles C. Berry
On Wed, 19 Jan 2011, Chris Maier wrote: On Wed, Jan 19, 2011 at 5:05 AM, Rainer M Krug wrote: On 01/19/2011 08:22 AM, Eric Schulte wrote: In addition to the solution Charles posted, it is possible to put arbitrary elisp forms into header arguments, so the following alternative to your block

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread John Hendy
Whoops -- skipped the list... On Wed, Jan 19, 2011 at 9:56 AM, John Hendy wrote: > > > On Wed, Jan 19, 2011 at 1:03 AM, Bill Moran wrote: > >> >> 1. The title page does not have a title - just the date. >> When I check the latex file created from the org file I >> notice that a \maketitle comm

Re: [Orgmode] Org-beamer problems

2011-01-19 Thread Jeff Horn
What version of org-mode are your running? What version of emacs? If you haven't done so already, try upgrading to the latest version of org and seeing if that solves the problem. =M-x org-version RET= =M-x emacs-version RET= See the latest development version of org: http://orgmode.org/inde

Re: [Orgmode] Re: Project management > Dynamic block per tag + [Babel]

2011-01-19 Thread Juan Reyero
On Thu, Dec 16, 2010 at 1:19 PM, Francesco Pizzolante wrote: > > Another option is to use a babel block and org-map-entries to spit out a > > simple list of tasks for each person: > I've played a little with the code you've sent and here's what I end up with: > > --8<---cut here---

[Orgmode] Re: OrgCamp in Paris, January 22nd

2011-01-19 Thread Frederic Couchet
> "Bastien" == Bastien writes: Bastien> Dear all, some parisian Orgers are gathering for the first Bastien> OrgCamp on earthn® :) Bastien> "OrgCamps are informal events where people gather IRL to Bastien> contribute to Org by discussing how they use it and by Bastien>

[Orgmode] [RFI] Minutes of talks

2011-01-19 Thread Sébastien Vauban
Hello, For months, I now always take a PC with me when I go to any meeting, and write everything in Emacs. I typically write "everything" down, questions and answers. Example: --8<---cut here---start->8--- * Alice Our objectives are ... * Collegue We can s

[Orgmode] Re: Enhancing the Org/Gnus experience

2011-01-19 Thread Sébastien Vauban
Hi Julien, Julien Danjou wrote: > On Mon, Nov 29 2010, Sébastien Vauban wrote: >> I've signed (like 2 weeks ago) the FSF papers, and am still waiting for the >> PDF file that proves it. As soon as I get them, I send a proper patch to >> Larsi for integration into Gnus. Eventually, I'd even like to

[Orgmode] [PATCH] Optimize org-habit-parse-todo

2011-01-19 Thread Matt Lundin
* lisp/org-habit.el: (org-habit-parse-todo) Don't parse more days than needed. When constructing a consistency graph, org-habit (with this patch) will stop searching for timestamps when the number of matches exceeds the span of time displayed in the graph. This can produce a significant speedup

Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2011 01:43 PM, Puneeth Chaganti wrote: > On Wed, Jan 19, 2011 at 5:30 PM, Noorul Islam wrote: >> On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Hi >>> >>> I export my org f

Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Puneeth Chaganti
On Wed, Jan 19, 2011 at 5:30 PM, Noorul Islam wrote: > On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi >> >> I export my org files quite often to a pdf, but I am not interested in >> the .tex file --- I don't mind it (it is needed

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2011 12:59 PM, Chris Maier wrote: > On Wed, Jan 19, 2011 at 5:05 AM, Rainer M Krug wrote: >> On 01/19/2011 08:22 AM, Eric Schulte wrote: >>> >>> In addition to the solution Charles posted, it is possible to put >>> arbitrary elisp forms into

Re: [Orgmode] [BUG] Export to ascii fails

2011-01-19 Thread Valentin Wüstholz
Thanks! I tried it out and it doesn't quite work yet. The following change seems to do the trick: -- lisp/org-ascii.el -- index 01106c3..f9094a1 100644 @@ -655,3 +655,2 @@ publishing directory." - (setq char (or (nth (max (- umax level)

Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Noorul Islam
On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > I export my org files quite often to a pdf, but I am not interested in > the .tex file --- I don't mind it (it is needed) and I would not like it > to be deleted after the pdf has bee

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Chris Maier
On Wed, Jan 19, 2011 at 5:05 AM, Rainer M Krug wrote: > On 01/19/2011 08:22 AM, Eric Schulte wrote: >> >> In addition to the solution Charles posted, it is possible to put >> arbitrary elisp forms into header arguments, so the following >> alternative to your block above will create the directory

[Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I export my org files quite often to a pdf, but I am not interested in the .tex file --- I don't mind it (it is needed) and I would not like it to be deleted after the pdf has been created, but is there an option to *not* opening it in emacs? The

[Orgmode] Why second \footnotemarker no link?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 #+TITLE: Second footnotemarker not as link I have the following problem: The second footnotemarker\footnotemark is not formated as link. This seems to be a LaTeX problem, but has anybody here an answer, on how I can make this second footnotemark\

Re: [Orgmode] [BUG] org-cdlatex after environment

2011-01-19 Thread Carsten Dominik
On Dec 17, 2010, at 2:28 PM, Maximilian Matthé wrote: Hi guys, I'm using fresh pulled orgmode, emacs 23.1 Having this: , | \begin{eqnarray*} | b&=& | \begin{cases} | 1 & a>0 \\ 2 & \mbox{else} # (1) | \end{cases} | # (2) | \end{eqnarray*} ` typing _ at # (1) shows up _{}, but ty

Re: [Orgmode] [BABEL] Tangling to a hierarchy of files?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/19/2011 08:22 AM, Eric Schulte wrote: > "Charles C. Berry" writes: > >> On Wed, 19 Jan 2011, Christopher Maier wrote: >> >>> I've been experimenting with literate programming using Org mode recently >>> and am >>> really enjoying it. I am try

Re: [Orgmode] [BUG] Export to ascii fails

2011-01-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 14, 2011, at 1:36 PM, Valentin Wüstholz wrote: Hi, I ran into a bug with the ascii export. Exporting the attached org file to ascii fails (see the attached backtrace). The failure seems to be related to the 'H:10' option. I had a look at the code and the follo

[Orgmode] Bug: UTF-8 characters in #+LINK does not work [7.4]

2011-01-19 Thread Gustav Wikström
Using characters such as å,ä,ö does not work when using #+LINK example: `#+LINK: Färdmedel file:~/färdmedel.org ' this does not work, however the following does: `#+LINK: Fardmedel file:~/färdmedel.org ' Is there an easy fix? Emacs :