Re: [Orgmode] Re: Including current time in agenda

2011-01-08 Thread Erik Butz
, Erik On Sat, Jan 8, 2011 at 1:04 AM, suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Erik, On Fri, Jan 7, 2011 at 3:46 PM, Erik Butz erik.b...@googlemail.com wrote: I have (defun jd:org-current-time ()  Return current-time if date is today.  (when (equal date (calendar-current-date

Re: [Orgmode] Re: Including current time in agenda

2011-01-07 Thread Erik Butz
Hi all, thanks for this very nice feature. It's working mostly for me, but now, whenever I try to insert a 'date, deadline,scheduled date' I get an error saying: Symbol's value as variable is void: date which I don't quite understand. Any ideas? Thanks, Erik On Sun, Dec 12, 2010 at 10:31

Re: [Orgmode] Re: Including current time in agenda

2011-01-07 Thread Erik Butz
) in one of my .org files. That's about all I did. Any clues from this? Thanks, Erik On Sat, Jan 8, 2011 at 12:27 AM, suvayu ali fatkasuvayu+li...@gmail.com wrote: On Fri, Jan 7, 2011 at 11:31 AM, Erik Butz erik.b...@googlemail.com wrote: Hi all, thanks for this very nice feature. It's working

[Orgmode] Re: re-importing ascii export

2010-12-06 Thread Erik Butz
any hints at all? On Fri, Nov 26, 2010 at 5:54 PM, Erik Butz erik.b...@googlemail.com wrote: Hi all, I have a possibly stupid question, which is the following: I have a txt file which has been exported using org mode and I don't have the initial file. Is there any way to convert the ascii

[Orgmode] re-importing ascii export

2010-11-26 Thread Erik Butz
Hi all, I have a possibly stupid question, which is the following: I have a txt file which has been exported using org mode and I don't have the initial file. Is there any way to convert the ascii export back into a native orgmode file so as to have the usual feature as folding etc? Any hints

[Orgmode] org-babel problem

2010-11-25 Thread Erik Butz
Hi all, I am trying to run some org-babel code, but while this used to work in the past, I am now getting an error which says Symbol's function definition is void: org-babel-get-header Somehow I am puzzled, since this function is defined in lisp/ob.el and since this file provides 'ob and I have

Re: [Orgmode] Re: org-babel problem

2010-11-25 Thread Erik Butz
, but that obviously can lead to problems. Thanks again, Erik 2010/11/25 Sébastien Vauban wxhgmqzgw...@spammotel.com: Hi Erik, Erik Butz wrote: I am trying to run some org-babel code, but while this used to work in the past, I am now getting an error which says Symbol's function definition is void

Re: [Orgmode] Re: \nbsp usage

2010-07-15 Thread Erik Butz
Hi all, the problem was on my side, the change was for some reason not picked up by git. Works also for me now. Thanks Carsten for the quick fix. Cheers, Erik ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: \nbsp usage

2010-07-14 Thread Erik Butz
Vauban wrote: Hi Nick, Bernt, Erik and the rest, Nick Dokos wrote: Bernt Hansen be...@norang.ca wrote: Erik Butz erik.b...@googlemail.com writes: If I do: 200\nbspm^2 it gets exported as: 200\nbspm$^2$,  so the symbol is not recognized. My solution is to insert a real non-breaking space

[Orgmode] \nbsp usage

2010-07-13 Thread Erik Butz
Hi all, I have a somewhat stupid problem, but didn't find a solution in the manual or the list archive. I want to use the \nbsp macro to generate a '~' symbol for Latex, but I don't seem to get it to work correctly in my case. I want to write 200~m² If I do: 200\nbspm^2 it gets exported as:

[Orgmode] correction to orgtbl-to-html description

2010-06-22 Thread Erik Butz
Hi, below a trivial fix to the describtion of the orgtbl-to-html function Hope I didn't miss something obvious ;) Cheers, Erik diff --git a/lisp/org-table.el b/lisp/org-table.el index 46efc28..f6b77aa 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -4226,7 +4226,7 @@ this function

[Orgmode] latex export and booktabs tables

2010-06-22 Thread Erik Butz
Hi all, I found a very old thread on the list about using the booktabs package to have nicer tables in latex export. I found that, making the changes below I can use the booktab package to export tables, and using standard tables only, this seems to work fine. Can anyone advice on whether this

Re: [Orgmode] strange behavior for export -- Solved

2010-05-04 Thread Erik Butz
, 2010, at 7:01 PM, Erik Butz wrote: Hi all, I have the following problem: I have set up my emacs so as to use org-mode uncompiled from a local directory # from .emacs (setq load-path (cons ~/elisp/org-mode/lisp load-path)) (setq load-path (cons ~/elisp/org-mode/contrib/lisp load-path

Re: [Orgmode] export beamer

2010-05-04 Thread Erik Butz
Hi Rares, I had a similar problem recently which was cured by including (require 'org-latex) in my .emacs file. Does this help in your case? Cheers, Erik On Tue, May 4, 2010 at 10:09 AM, Rares Pop rares@gmail.com wrote: Hi all, i'm using emacs-23.1 and org-mode 6.35i and trying to

Re: [Orgmode] export beamer

2010-05-04 Thread Erik Butz
in nonstop modes)  Thanks, Rares On Tue, May 4, 2010 at 3:47 PM, Erik Butz erik.b...@googlemail.com wrote: Hi Rares, I had a similar problem recently which was cured by including (require 'org-latex) in my .emacs file. Does this help in your case? Cheers, Erik On Tue, May 4, 2010 at 10:09

[Orgmode] strange behavior for export

2010-04-30 Thread Erik Butz
Hi all, I have the following problem: I have set up my emacs so as to use org-mode uncompiled from a local directory # from .emacs (setq load-path (cons ~/elisp/org-mode/lisp load-path)) (setq load-path (cons ~/elisp/org-mode/contrib/lisp load-path)) starting emacs22 or 23 and displaying M-x

[Orgmode] org-babel python/shell or gantt charts with gnuplot from within org-mode

2010-04-13 Thread Erik Butz
Hi all, I have been playing around with org-mode and have been thinking about the possibility to create gantt charts with org-mode. I did not find anything in the archives, and todays thread about taskjuggler brought me back to the subject. This is a python script hovering around the web

Re: [Orgmode] org-babel python/shell or gantt charts with gnuplot from within org-mode

2010-04-13 Thread Erik Butz
Schulte schulte.e...@gmail.com wrote: Erik Butz erik.b...@googlemail.com writes: Hi all, I have been playing around with org-mode and have been thinking about the possibility to create gantt charts with org-mode. I did not find anything in the archives, and todays thread about taskjuggler

[Orgmode] latex export problem in HEAD

2010-02-28 Thread Erik Butz
Hi all, I am getting an error when exporting to latex in the latest version in the repository if checkboxes are included in the document. the error is: ! LaTeX Error: Command \Box not provided in base LaTeX2e. which can then be cured by including \usepackage{latexsym} in the tex document. Is

[Orgmode] using gnuplot dumb terminal

2010-02-22 Thread Erik Butz
Hi all, thanks for this extremely versatile emacs mode. I am only beginning to discover all the features available. When using the org-plot/gnuplot interface, a possible use-case came to my mind. In gnuplot one can have a primitive ascii dump of the plot, using set terminal dump with or