bluedian writes:
> Hi,
>
> Thanks for org-babel, my configuration file are now in org form and it's
> pretty
> easy to manage and document them. I was looking for that kind of things since
> a
> long time !
>
> I will find interesting to have two more things (perhaps it's already there) :
>
> 1
Hi Sébastien,
Sébastien Vauban writes:
[...]
>
> Here the "problems" (details, though) I've observed:
>
> - srcname must be in column 0 for the highlighting to be correct.
>
The syntax highlighting is really just org-mode comment highlighting,
and I don't know that it would be desirable to star
Hi Nick,
Thanks for your detailed explanation! After deleting the set todo in my
.emacs file, it's working now!
Now, the remaining question for me is that the generated "agenda.org" file
is empty even when there is agenda there. And I don't know if there is a way
to display the agenda in the Mobi
Hi Francesco,
Thanks for the patch.
I got it working and pushed up the change to the blorgit git repository.
Now all we need is an interface for reviewing/reverting previous
commits, and individual username/passwords and blorgit will be a full
fledged wiki! :)
Thanks -- Eric
Francesco Pizzolan
Sébastien Vauban writes:
> Hello,
>
> One of this questions is a bit border-line, but I'm still trying ;-)
>
> I have this table generated by a script:
>
> #+results: abc2008
> | "2008/1" | -78.59 | 1627.24 |
> | "2008/2" | -80.17 |700.33 |
> | "2008/3" | -80.17 | 879.8 |
> | "2008/4
Daniel Martins wrote:
>
> Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done
> Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el (source)...done
> Select command:
> Exporting to LaTeX...
> or: No definition for class `beamer' in `org-export-latex-classes'
>
Di
Thank you very much
I did everything you suggested and everything worked nicely
But even using load-libray
org-latex
and
org-beamer
I received
Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done
Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el (source)...d
Daniel Martins wrote:
> Stupid question 9but I could not answer it)
>
>
> I have to set up
>
> (add-to-list 'org-export-latex-classes
> '("beamer"
>"\\documentclass[11pt]{beamer}
> ...)
>
> ???
>
No.
>
> Or I have to imput another .el which sets org-export-lat
Amazing work
Keep us up-to-date
I have intention to use a similar approach in my University
Daniel
2009/12/3 Juan Reyero :
> Greetings,
>
> I have been using org-mode as a key support for my work as a manager
> for quite a while now. I thought some of the tricks and processes for
> keeping up
Stupid question 9but I could not answer it)
I have to set up
(add-to-list 'org-export-latex-classes
'("beamer"
"\\documentclass[11pt]{beamer}
...)
???
Or I have to imput another .el which sets org-export-latex-classes correctly?
I sue the latest git version of org
Xin Shi wrote:
> Debugger entered--Lisp error: (wrong-type-argument listp "TODO")
> cdr("TODO")
> (mapcar (lambda (x) (if ... ... x)) (cdr entry))
> (setq kwds (mapcar (lambda ... ...) (cdr entry)))
> (while (setq entry (pop def-todo)) (insert "#+READONLY\n") (setq kwds
> (mapcar ... ...
Hi Nick,
Thanks for your info.
I did what that page suggested and here is the debug info: (Emacs 23.1 and
Orgmode 6.33b)
Debugger entered--Lisp error: (wrong-type-argument listp "TODO")
cdr("TODO")
(mapcar (lambda (x) (if ... ... x)) (cdr entry))
(setq kwds (mapcar (lambda ... ...) (cdr e
Hello,
One of this questions is a bit border-line, but I'm still trying ;-)
I have this table generated by a script:
--8<---cut here---start->8---
#+results: abc2008
| "2008/1" | -78.59 | 1627.24 |
| "2008/2" | -80.17 |700.33 |
| "2008/3" | -80.17 |
andrea writes:
> Org tables are great but for visualization and querying maybe databases
> are better, for example sqlite for small amounts of data is very nice
> and powerful.
>
> I found this
> http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I
> haven't tried yet but looks nic
On Fri, Dec 4, 2009 at 1:03 PM, Nick Dokos wrote:
> Nathan Neff wrote:
>
> > On Fri, Dec 4, 2009 at 10:45 AM, Nick Dokos
> wrote:
> >
> > Nathan Neff wrote:
> >
> > > Currently, I'm getting an error when I try to refile my notes
> > > and I think it's something very basic.
> >
Would it be possible to give exported headlines a class based on their
tag or TODO?
For instance, instead of just labelling the tag, like this:
Windows builds fail with "Error 66"CLOSED
I would like to change the appearance of the whole headline:
Windows builds fail with
"Error 66"CLOSED
The u
Noch ein mal: I forgot to cc: the list. Apologies.
--- Forwarded Message
Date:Fri, 04 Dec 2009 14:03:39 -0500
From:Nick Dokos
To: Nathan Neff
cc: nicholas.do...@hp.com
Subject: Re: [Orgmode] Lists for org-refile-targets
Nathan Neff wrote:
> On Fri, Dec 4, 2009 at 10:45
At Thu, 3 Dec 2009 17:10:44 +0100,
Carsten Dominik wrote:
> after carefully listening to all your comments and thinking
> things through more thoroughly, here is now my second attempt
> to define beamer support in Org-mode.
Carsten,
Thanks for this! After learning a bit about git branches (more
I still get the "Wrong type argument: numberp, (0.5)" error.
Here's the stacktrace for the error that I get when I set org-refile-targets
with the following code:
;; Use environment variable $ORGDIR to get dir for org-directory
(setq org-directory (getenv "ORGDIR"))
(setq notesmine-dir "~/
andrea writes:
> Org tables are great but for visualization and querying maybe databases
> are better, for example sqlite for small amounts of data is very nice
> and powerful.
>
> I found this
> http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I
When I read interesting and imp
<...>
> A side question (now that I have more graphics appearing in my example
> document): is there/would there/will there be a way to regenerate all the
> graphics included in my document?
Hi Seb,
Currently we have org-babel-execute-buffer and org-babel-execute-subtree.
By the way, if you're g
Sébastien Vauban writes:
> Hi Eric,
>
> Sébastien Vauban wrote:
>> "Eric Schulte" wrote:
>>>
>>> [...] The following works for me without any hang.
>>> The only difference I can see between our setups is a matching prompt
>>> regexp.
>>
>> That was it. Fixing my PS1 prompt to be like yours (tempo
Sébastien Vauban writes:
> Hi Eric,
>
> "Eric Schulte" wrote:
>> Sébastien Vauban writes:
>
> #+begin_src sh :session "ecm"
> ls *.org
> #+end_src
>
> Nothing to do with the problem, but better to write `:session ecm' than
> `:session "ecm"', no?
>
Correct, it will be interprete
Sébastien Vauban writes:
>
> Currently, I have to go in every block and C-c C-c them all, right?
>
Hi Seb,
try `org-babel-execute-buffer', I haven't used it recently so it may
have succumb to bitt-rot, but it is supposed to do exactly that.
Best -- Eric
> Best regards,
> Seb
_
On Fri, Dec 4, 2009 at 3:31 AM, Torsten Wagner wrote:
>>
>> http://juanreyero.com/article/emacs/org-teams.html
>>
> This solution is very nice. I would encourage you to pack it into an own
> contrib for org-mode. Maybe even trying to merge it into org-mode itself.
Thanks a lot. I'd be happy to p
Hi U,
my guess is that you did type these keyword but that you did not
update the internal keyword lists by restarting Emacs, or by
pressing `C-c C-c' on the line.
- Carsten
On Dec 4, 2009, at 4:01 PM, U Avalos wrote:
Someone suggested I use the variable org-agenda-skip-deadline-if-done.
It w
Nathan Neff wrote:
> Currently, I'm getting an error when I try to refile my notes
> and I think it's something very basic.
>
> Here's the relevant code:
>
> ;; Use environment variable $ORGDIR to get dir for org-directory
> (setq org-directory (getenv "ORGDIR"))
> (setq notesmine-dir "~/Docume
Hi all,
A brief search through the mailing list did not reveal anything
obvious...
Is it possible to have multiple Org Agenda buffers open say, if you want
different search results side by side? I know you can put different
search results in the *same* agenda buffer, but that wasn't quite what I
Carsten Dominik writes:
> And the Android app will be easier in a way, because the workflow hast
> been designed and all the support code is in place.
>
> So: WHO???
>
> :-)
I just stumbled upon this Android application:
http://niftyware.com/alex/
Maybe there
This patch is also in the docview branch at:
http://github.com/jboecker/org-docview
The function org-insert-link checks if it is inserting a "file:" link.
If this is the case, the path is manipulated according to the current
buffer file name and the variable 'org-link-file-path-type'.
I changed t
Hello,
I'm not a lisp programmer -- I would like to tell org-mode to
use two lists of files (org-agenda-files and notesmine-files) when I refile
my remember notes.
Currently, I'm getting an error when I try to refile my notes
and I think it's something very basic.
Here's the relevant code:
;; U
Carsten Dominik wrote:
> On Dec 3, 2009, at 10:34 PM, Martin Pohlack wrote:
>
>> Carsten Dominik wrote:
>>> Hi Martin, this looks to me like a bug in whitespace.el, why does it
>>> override the display table org-mode is using?
>> Hmm, my understanding is that each buffer can have its own display
>
U Avalos writes:
> Someone suggested I use the variable org-agenda-skip-deadline-if-done.
> It works on "standard" org files using the default todo keywords -- if I give
> a TODO item a deadline and then set it to DONE, it doesn't show up in agenda.
> Yay!
>
> HOWEVER, if I use custom todo keyw
Someone suggested I use the variable org-agenda-skip-deadline-if-done.
It works on "standard" org files using the default todo keywords -- if I give
a TODO item a deadline and then set it to DONE, it doesn't show up in agenda.
Yay!
HOWEVER, if I use custom todo keywords per file, it stops workin
Hi Dan,
Dan Davison wrote:
> Sébastien Vauban writes:
>>
>> Is there a way to tangle it with some string replacements being made, such
>> as:
>>
>> | pTable| dossier |
>> | pColumn | pfiNew |
>> | pDatatype | string |
>> | pAcceptnullvalues | NULL|
>>
>> I've
Hi Eric,
Sébastien Vauban wrote:
> "Eric Schulte" wrote:
>>
>> [...] The following works for me without any hang.
>> The only difference I can see between our setups is a matching prompt
>> regexp.
>
> That was it. Fixing my PS1 prompt to be like yours (temporarily keeping your
> regexp from the c
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
#+begin_src sh :session "ecm"
ls *.org
#+end_src
Nothing to do with the problem, but better to write `:session ecm' than
`:session "ecm"', no?
I C-c C-c the first snippet. Nothing special, except it doesn't hang
Hi.
Bastien schrieb:
> Carsten Dominik writes:
> I just stumbled upon this Android application:
>
> http://niftyware.com/alex/
> Maybe there are nice ways to make this interact with the futur Org
> application for Android...
Did you try out Locale? It looks like it does much of what alex i
On Dec 3, 2009, at 10:34 PM, Martin Pohlack wrote:
Carsten Dominik wrote:
Hi Martin, this looks to me like a bug in whitespace.el, why does it
override the display table org-mode is using?
Hmm, my understanding is that each buffer can have its own display
table, buffer-display-table. whites
Carsten Dominik writes:
> And the Android app will be easier in a way, because the workflow hast
> been designed and all the support code is in place.
>
> So: WHO???
>
> :-)
I just stumbled upon this Android application:
http://niftyware.com/alex/
Maybe there are nice ways to make this inte
Hi Dan and Eric,
Please find here a document written with both NoWeb and Org-babel, to be able
to compare and explain the differences between both approaches.
What's *nice with Org-babel* is:
- code is easy to edit in the source buffer with =C-c '= (highlighted
correctly in the indirect buffer
Carsten Dominik writes:
> On Nov 1, 2009, at 8:01 PM, andrea Crotti wrote:
>
> Yes, take a big complicated Org file, maybe something in WOrg, and
> export
> it with this option. Then check if everything looks good. In
> particular tables, list,
> verbatim examples, etc
>
> - Carsten
After a wh
"Eric Schulte" writes:
> Org-babel has support for SQL, so I presume that you could use that as a
> somewhat manual way to dump org-mode tables into sql tables.
>
> Also, if you have a python tool which you are using for interaction with
> sql tables, it may be easiest to use org-babel to convert
On Nov 27, 2009, at 9:15 AM, Eric S Fraga wrote:
At Thu, 26 Nov 2009 15:47:53 -0600,
Russell Adams wrote:
On Thu, Nov 26, 2009 at 10:38:20PM +0100, S??bastien Vauban wrote:
I just know ('ve seen it) that Russell Adams (hep!??;-)) uses
Prosper, one of
the old alternatives, before Beamer came
Hi Dan,
Dan Davison wrote:
> Sébastien Vauban writes:
>>
>> Just a quick question (before testing and answering properly, tomorrow, to
>> your post): how do you give a name to an R plot?
>>
>> Just taking your example file:
>>
>> #+srcname: directory-pie-chart(dirs = directories)
>>#+begin_sr
45 matches
Mail list logo