[Orgmode] Re: [babel] problem exporting pictures

2010-05-24 Thread Nicolas Goaziou
Dan Davison writes: I can't reproduce this -- it works OK for me using current git master and 6.36c tarball. What is written to *Messages* during export? I get Exporting to LaTeX... org-babel-exp processing... executing Asymptote source code block asy -globalwrite -f pdf -o test-fig.pdf

[Orgmode] PATCH: Xemacs incompatibilities

2010-05-24 Thread Michael Sperber
Dr. Volker Zell dr.volker.z...@oracle.com writes: o XEmacs 21.4 (patch 22) Instant Classic [Lucid] (i686-pc-cygwin, Mule) of Sat Jan 31 2009 on vzell-de Ah ... OK, this is a 21.4 issue. The attached patch fixes it. `write-contents-hooks' is not buffer-local by default in 21.4, which is

[Orgmode] PATCH: Fix minor XEmacs compatibility issue

2010-05-24 Thread Michael Sperber
I'd appreciate if this one could be applied. I'll fix XEmacs to accept #Bbinary in the future, but I'd appreciate this one anyway. Doesn't really add complexity ... -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla diff --git a/lisp/org-id.el b/lisp/org-id.el index

[Orgmode] Re: clocktable and :step day with: how to avoid tables with total time *0:00*

2010-05-24 Thread Rainer Stengele
Am 22.05.2010 08:19, schrieb Carsten Dominik: On May 21, 2010, at 4:51 PM, Rainer Stengele wrote: Hi all! Creating clocktables for each day of a month is an excellent feature in org! Problem for me is that many resulting tables have a total time of 0:00. The problem is not really the zero

[Orgmode] Re: PATCH: Xemacs incompatibilities

2010-05-24 Thread Dan Davison
Michael Sperber sper...@deinprogramm.de writes: Dr. Volker Zell dr.volker.z...@oracle.com writes: o XEmacs 21.4 (patch 22) Instant Classic [Lucid] (i686-pc-cygwin, Mule) of Sat Jan 31 2009 on vzell-de Ah ... OK, this is a 21.4 issue. The attached patch fixes it. `write-contents-hooks'

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-05-24 Thread julien cubizolles
Le mardi 02 mars 2010 à 12:10 +0100, Sven Bretfeld a écrit : Oh my god. That's really silly. Just installed USB Debugging. That led me to the solution: Ähem ... The URL field has to point to the index.org file, not to the directory. That was a misunderstanding. Now it's working. I'm also

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-05-24 Thread Matthew Jones
You should know that 'mobileorg.org' is the filename used by MobileOrg when capturing new notes (see: http://orgmode.org/manual/Pulling-from-MobileOrg.html#Pulling-from-MobileOrg) can you name the file something else and see if that works for you? 73, Matthew W. Jones (KI4ZIB) http://matburt.net

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-05-24 Thread julien cubizolles
Le lundi 24 mai 2010 à 09:52 -0400, Matthew Jones a écrit : You should know that 'mobileorg.org' is the filename used by MobileOrg when capturing new notes (see: http://orgmode.org/manual/Pulling-from-MobileOrg.html#Pulling-from-MobileOrg) can you name the file something else and see if

Re: [Orgmode] MobileOrg Android 0.1_alpha

2010-05-24 Thread Matthew Jones
Hey Julien, The other branch I've been working on is a replacement Preferences screen that fits the Android paradigm for getting and saving preferences... we need a better way to represent the preferences so that it's not too difficult to add new settings and have them be available to the

Re: [Orgmode] Xemacs incompatibilities

2010-05-24 Thread Michael Sperber
Carsten Dominik carsten.domi...@gmail.com writes: On May 17, 2010, at 4:39 PM, Michael Sperber wrote: In particular, fixing the require won't be enough: org-babel-python.el uses `run-python' and interacts with the inferior Python, whereas python-mode.el defines `py-shell'. Should I try to

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-24 Thread Uday S Reddy
On 5/20/2010 6:52 PM, Thomas Renkert wrote: What about using launchpad.net for bugtracking? Bugreports and code reviews can be done via email so they could be cc:ed to the traditional mailing list while they would show up at the same time in the web interface. Also, launchpad encourages more

[Orgmode] Re: Ignoring non-existent agenda files

2010-05-24 Thread Clifford Caoile
Hello emacs-orgmode mailing list: I too would like the ability for org-mode to ignore (silently) non-existent agenda files. This has been discussed before on the mailing list [1]. Basically my use case is with Emacs on Windows. I have one Org Agenda file on removable storage (USB memory), which

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-24 Thread Thomas S. Dye
Aloha Carsten, Thanks for looking into this. I'm trying to document the different ways to export part of an org file to LaTeX in the hope of augmenting the tutorial on Worg. I thought I understood the tag selection logic, so the results I got puzzled me. Now that I know the expected

Re: [Orgmode] GitHub

2010-05-24 Thread Bastien
(Sorry for the late and probably outdated answer.) Carsten Dominik carsten.domi...@gmail.com writes: - Bastien - I guess on the web server, we would simply make a new clone from the new location, right? Right :) -- Bastien ___ Emacs-orgmode

[Orgmode] Proposal: Emtest as tester

2010-05-24 Thread Tom Breton (Tehom)
At Carsten's request, I am proposing emtest as the tester for org-mode. I would like to hear if there are any objections or questions. ** About Emtest Emtest is an emacs-based test framework. It reads tests, runs them on command and presents their results. Test suites can be run by suite,

[Orgmode] Bug: string-match-p does not exist in Emacs 22 [6.36trans (release_6.36.102.g67b5)]

2010-05-24 Thread Bernt Hansen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-24 Thread Thomas S. Dye
Aloha Carsten, I think I need to know what is meant by minimal .emacs. I've poked around quite a bit now and have discovered two things: 1) Two lines in Karl's org-publish-project-alist triggered the unexpected behavior. These are the lines with the :include and :exclude keywords. 2) The

[Orgmode] Bug: Publish cache files have invalid read syntax for Emacs 22 [6.36trans (release_6.36.98.g15539)]

2010-05-24 Thread Bernt Hansen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-24 Thread Bernt Hansen
Thomas S. Dye t...@tsdye.com writes: Aloha Carsten, I think I need to know what is meant by minimal .emacs. I have a minimal.emacs which is a stripped down .emacs that only has what I need to invoke org-mode for reproducing a problem. ,[ minimal.emacs ] | (add-to-list 'load-path