[O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-01 Thread Marc-Oliver Ihm
Hi 2012, hi all ! Is there a way to use edebug for debugging my emacs-lisp code blocks ? (Or is there another preferred way to debug emacs-lisp code in babel ?) For normal coding I use edebug a lot and it would be great to be able to use it in babel too. The only workaround I can currently

Re: [O] Problems exporting org-babel to HTML

2012-01-01 Thread Marco Craveiro
On Thu, 2011-12-29 at 14:10 -0700, Eric Schulte wrote: Please update to the latest version of Org-mode available from git at http://orgmode.org/org-mode-download.html and let us know if the problem persists. Eric, git latest did solve the problem - thanks. For google posterity, if you are

Re: [O] Location of OpenDocument style files should be configurable

2012-01-01 Thread Ulrich Mueller
On Sat, 31 Dec 2011, Ulrich Mueller wrote: On Sat, 31 Dec 2011, Jambunathan K wrote: Let know how things go. Looks like the current git head is working fine. Sorry, I was a bit too fast with my reply. In fact, things are still broken. The problem is that when building org-odt.elc (with

Re: [O] LaTeX export

2012-01-01 Thread York Zhao
Read Chapter 14 of the Org-mode manual. And go to http://orgmode.org/worg/ and search with the keyword literate. Thanks, I've read these already, they are helpful. Happy New Year York

Re: [O] Location of OpenDocument style files should be configurable

2012-01-01 Thread Ulrich Mueller
So, could the build system please be changed, such that the datadir value at _compile_ time is taken, not at _install_ time? I.e., something like the patch included below. BTW, maybe one could think about supporting DESTDIR? That should be trivial to implement, simply prepend $(DESTDIR) to all

Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-01 Thread Marc-Oliver Ihm
Am 01.01.2012 21:05, schrieb Nicolas Goaziou: Hello, Marc-Oliver Ihmmarc-oliver@online.de writes: Is there a way to use edebug for debugging my emacs-lisp code blocks ? (Or is there another preferred way to debug emacs-lisp code in babel ?) You can open the block in a temporary buffer,

[O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Christian Prothmann
Hi, I am relatively new to org-mode (7.8.02). After working with org-mode for several weeks, I came to realize that none of the repeater timestamps or tasks (+1d, 1w or +1m)  show in the agenda timeline unless there is another one-time timestamp for the same day. Basically, I am not able to

Re: [O] [babel] Is there a way to use edebug on emacs-lisp code blocks ?

2012-01-01 Thread Nicolas Goaziou
Marc-Oliver Ihm marc-oliver@online.de writes: So, if I have something like: #+call: foo(1,2) I cannot see a way to get a buffer with all the code, that foo might expand into, INCLUDING the assignments for the arguments 1 and 2. (If babel would give me such a buffer, than it would be

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Bernt Hansen
Christian Prothmann ckprothm...@yahoo.com writes: Hi, I am relatively new to org-mode (7.8.02). After working with org-mode for several weeks, I came to realize that none of the repeater timestamps or tasks (+1d, 1w or +1m) show in the agenda timeline unless there is another one-time

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: Christian Prothmann ckprothm...@yahoo.com writes: Hi, I am relatively new to org-mode (7.8.02). After working with org-mode for several weeks, I came to realize that none of the repeater timestamps or tasks (+1d, 1w or +1m) show in the agenda

[O] Feature suggestion

2012-01-01 Thread York Zhao
Hi, May I suggest a feature that when the point is inside a TeX source block and C-c C-c is pressed, instead of showing the error No org-babel-execute function for tex!, can we process the current tex block to output the dvi or pdf file? Thanks, York

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: Christian Prothmann ckprothm...@yahoo.com writes: Hi, I am relatively new to org-mode (7.8.02). After working with org-mode for several weeks, I came to realize that none of the repeater timestamps or

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Christian Prothmann
Hi Nick, Thanks for the link. I had also set org-agenda-show-all-dates to nil to no avail. I concluded after reading some of the comments in thread that due to the history of timeline, I would best use it to see what has happened in an org-file - more like reviewing your past journal entries

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Christian Prothmann
Thanks Bernt! From: Bernt Hansen be...@norang.ca To: nicholas.do...@hp.com Cc: Christian Prothmann ckprothm...@yahoo.com; emacs-orgmode@gnu.org emacs-orgmode@gnu.org Sent: Sunday, January 1, 2012 10:45 PM Subject: Re: Difficulty with repeater timestamps in

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Nick Dokos
Christian Prothmann ckprothm...@yahoo.com wrote: Thanks for the link. I had also set org-agenda-show-all-dates to nil to no avail. I concluded after reading some of the comments in thread that due to the history of timeline, I would best use it to see what has happened in an org-file -

Re: [O] Difficulty with repeater timestamps in agenda

2012-01-01 Thread Christian Prothmann
Thanks! From: Nick Dokos nicholas.do...@hp.com To: Christian Prothmann ckprothm...@yahoo.com Cc: Bernt Hansen be...@norang.ca; emacs-orgmode@gnu.org emacs-orgmode@gnu.org; nicholas.do...@hp.com Sent: Sunday, January 1, 2012 11:01 PM Subject: Re: [O]