[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 hav

Re: [Orgmode] Re: org-babel problem

2010-11-25 Thread Erik Butz
e clean' 'make' to update, but that obviously can lead to problems. Thanks again, Erik 2010/11/25 Sébastien Vauban : > 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

Re: [Orgmode] Re: org-babel problem

2010-11-26 Thread Erik Butz
r wrote: > For the record, I was having the exact same problem, just didn't have the > time to post it. So it's not just you! > I just deleted the babel directory now everything is fine again. git didn't > even notice it was gone. > > Thanks for finding the culpri

[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 app

[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 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 asci

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 P

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

2011-01-07 Thread Erik Butz
%%(org-current-time) 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 wrote: > On Fri, Jan 7, 2011 at 11:31 AM, Erik Butz wrote: >> Hi all, >> >> thanks for this very nice feature. It&#

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

2011-01-08 Thread Erik Butz
hanks, Erik On Sat, Jan 8, 2011 at 1:04 AM, suvayu ali wrote: > Hi Erik, > > On Fri, Jan 7, 2011 at 3:46 PM, Erik Butz wrote: >> I have >> >> >> (defun jd:org-current-time () >>  "Return current-time if date is today." >>  (when (equal d

[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 without

[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 thi

[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 (gantt.p

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

2010-04-13 Thread Erik Butz
mal shell, since otherwise this sounds more like a python question On Tue, Apr 13, 2010 at 8:51 PM, Eric Schulte wrote: > Erik Butz writes: > >> Hi all, >> >> I have been playing around with org-mode and have been thinking about >> the possibility to create gantt chart

[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

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

2010-05-04 Thread Erik Butz
H > > - Carsten > > On Apr 30, 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 >> (se

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 wrote: > Hi all, > > i'm using emacs-23.1 and org-mode 6.35i and trying to export as PDF the >

Re: [Orgmode] export beamer

2010-05-04 Thread Erik Butz
  {soul}^^M > *** (cannot \read from terminal in nonstop modes) > >  Thanks, > Rares > > On Tue, May 4, 2010 at 3:47 PM, Erik Butz wrote: >> >> Hi Rares, >> >> I had a similar problem recently which was cured by including >> >> (require 

[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 is

[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 k

Re: [Orgmode] Re: latex export and booktabs tables

2010-06-28 Thread Erik Butz
Hi Eric, I can only agree with what has already been said, namely that this is a very nice solution which indeed is much more generic and does not require fiddling with the core of the distribution. Thanks for this, this even closes, I think, the older thread or re-opens it to further discussion

[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: 200\n

Re: [Orgmode] Re: \nbsp usage

2010-07-14 Thread Erik Butz
0, at 9:19 AM, Sébastien Vauban wrote: > >> Hi Nick, Bernt, Erik and the rest, >> >> Nick Dokos wrote: >>> >>> Bernt Hansen wrote: >>>> >>>> Erik Butz writes: >>>>> >>>>> If I do: 200\nbspm^2 >>>>

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. Emacs-or