Re: [O] git repository export to LaTeX

2011-07-12 Thread Nick Dokos
Henri-Paul Indiogine hindiog...@gmail.com wrote: Greetings! 1. Something wrong with the git repository? $ git pull fatal: The remote end hung up unexpectedly 2. odt export works very well, but I have lost LaTeX export. I get the following lines in my *Messages* buffer: Export

Re: [O] Again problems with latex inside footnotes.

2011-07-12 Thread Nick Dokos
Rafael Calsaverini rafael.calsaver...@gmail.com wrote: Also, I have problems with equations even when I use \(...\) instead of $...$.  This, for example: --8-- * example Example[fn:note]. [fn:note]An equation: \(\bar{a}\). ---8-- becomes this: ---8--- Example\footnote{An

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Bastien
Hi Masashi, SAKURAI Masashi m.saku...@kiwanami.net writes: Thank you for your advice and patch. I will merge it. Thanks! One question, is it fixed variable for an user? I mean, one often changes the argument parameter to change the filtering in a single Emacs session. It would actually

Re: [O] org-capture does not fully clean up after C-c C-k

2011-07-12 Thread Bastien
Hi Leo, Leo sdl@gmail.com writes: Yes, it fixes this issue. I applied the patch, then. Thanks for confirming, -- Bastien

Re: [O] Bulk cut in agenda view

2011-07-12 Thread Bastien
Hi Julien, I've applied the patch I proposed. Please report any problem about it. Thanks, -- Bastien

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-12 Thread Bastien
Hi Masashi, this is a very interesting proposal -- thanks for the diagrams and the pointers to existing schedule API. I will digg into this direction and see if I can propose something useful. The question is: would an API for the whole agenda mechanism (and not just scheduled items) be useful?

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Sebastien Vauban
Hi Masashi, SAKURAI Masashi wrote: Sebastien Vauban wrote: Tassilo Horn wrote: I've also made the characters used for table rendering customizable, so that you can use nice unicode glyphs. http://dl.dropbox.com/u/30611246/img/calfw-unicode.png Now that this has been made

Re: [O] Question to the list about csquotes

2011-07-12 Thread Frederik
Am 11.07.2011 15:14, schrieb Bastien: Hi Nick, Thomas and Frederik, I've just sent a patch for this question: it sticks to the solution suggested in this thread, with minor variations. Thanks all for working out this simple solution! It defines a new `org-export-latex-quotes' variable --

Re: [O] Question to the list about csquotes

2011-07-12 Thread Bastien
Frederik freak.f...@gmail.com writes: Do I have to apply the patch to the development version or is 7.6 just fine? Get the latest version from git, it has been applied this morning. -- Bastien

[O] strange error tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size when exporting to odt

2011-07-12 Thread Rainer Stengele
Dear list, exporting an org file to odt I get this error under debian Linux (Windows works fine) [excerpt from *Messages*]: Using schema ~/.emacs.d/org/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc ODT export done, pushed to kill ring and clipboard OVERVIEW CONTENTS...done Using schema

Re: [O] strange error tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size when exporting to odt

2011-07-12 Thread Rainer Stengele
Am 12.07.2011 10:32, schrieb Rainer Stengele: Dear list, exporting an org file to odt I get this error under debian Linux (Windows works fine) [excerpt from *Messages*]: Using schema ~/.emacs.d/org/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc ODT export done, pushed to kill ring and

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Eric S Fraga
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: [...] cfw:fchar-top-right-corner ?=┓) == Thanks for that. But what a pitty: they don't exist (I mean they have no graphical representation) in Consolas, my default font for

Re: [O] strange error tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size when exporting to odt

2011-07-12 Thread Rainer Stengele
Am 12.07.2011 11:01, schrieb Bastien: Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: but I do not understand where tramp is jumping in and doing anything not really needed. The only think I can think of is that org-odt.el uses the /tmp/ directory to cache files while

Re: [O] strange error tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size when exporting to odt

2011-07-12 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@online.de writes: but I do not understand where tramp is jumping in and doing anything not really needed. The only think I can think of is that org-odt.el uses the /tmp/ directory to cache files while processing them. Maybe you don't have permission

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Sebastien Vauban
Hi Eric S Fraga, Eric S Fraga wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: cfw:fchar-top-right-corner ?=┓) But what a pitty: they don't exist (I mean they have no graphical representation) in Consolas, my default font for Emacs... Damn! I was going to suggest you

Re: [O] Again problems with latex inside footnotes.

2011-07-12 Thread Nicolas Goaziou
Hello, Rafael Calsaverini rafael.calsaver...@gmail.com writes: sorry for bothering you again with it No problem. but I'm having a problem with latex inside footnotes and I couldn't find the answer in the manual. When I try something like: 8--- blablabla [fn:bla] [fn:bla] this is

Re: [O] strange error tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size when exporting to odt

2011-07-12 Thread Jambunathan K
Rainer Stengele rainer.steng...@online.de writes: Dear list, exporting an org file to odt I get this error under debian Linux (Windows works fine) [excerpt from *Messages*]: Using schema ~/.emacs.d/org/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc ODT export done, pushed to kill ring and

[O] bug#9040: 24.0.50; wrong type argument: listp t when invoking org-ctrl-c-ctrl-c

2011-07-12 Thread Steve Revilak
Martin and Bastien, Thank you for following up on my bug report. I did a bzr pull and rebuilt emacs. The behavior I described earlier no longer occurs. Sorry for the trouble. Steve pgp57DcrF8RGQ.pgp Description: PGP signature

[O] Python script to download Google Calendar events

2011-07-12 Thread Felix Geller
Hi, I wrote a Python script that [1] uses the GData API to download events for your Google Calendar and prints them to a given org-file. It is a very tiny script, but perhaps it is of use to other people as well. Small disclaimer: I've tested this on Mac OS X only, using Python 2.7.2. Let me

[O] bug#9040: 24.0.50; wrong type argument: listp t when invoking org-ctrl-c-ctrl-c

2011-07-12 Thread martin rudalics
I've discovered a problem with org-mode on the trunk version of emacs; typing ctrl-c ctrl-c to add a tag results in Wrong type argument: listp, t. Here are steps to reproduce: (1) Place the following in a file named foo.org (not including the lines of = signs.)

Re: [O] Web bookmarks in ORG?

2011-07-12 Thread Masashi Miyamura
Hello Ángel, Is there anyone using ORG for keeping web bookmarks? Basically I'm looking at Delicious-like functionality, where I just put tags to web addresses and I can search the bookmarks either for their name or with tags. That is the idea I organize my bookmarks. You might be

[O] Using org-mode for Research and Notetaking

2011-07-12 Thread Florian Beck
[My main goal is to take research notes and write texts. I have little interest in the todo/agenda part of org-mode, which I understand is its main focus, so bear this in mind.] Previously I have been using muse-mode for publishing and a home brew system for organising my notes. Now I thought, I

[O] bug#3509: 23.0.94; improper quoting in (org)Special agenda views

2011-07-12 Thread Lars Magne Ingebrigtsen
Drew Adams drew.ad...@oracle.com writes: `'(org-agenda-skip-entry-if 'scheduled)' should presumably be `(org-agenda-skip-entry-if 'scheduled)', and likewise all of the other, similar expressions in this node. Fixed. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog

Re: [O] Using org-mode for Research and Notetaking

2011-07-12 Thread John Hendy
On Mon, Jul 11, 2011 at 2:55 PM, Florian Beck abstrakt...@t-online.de wrote: [My main goal is to take research notes and write texts. I have little interest in the todo/agenda part of org-mode, which I understand is its main focus, so bear this in mind.] Snipped 1-4, as I don't have anything

Re: [O] Using org-mode for Research and Notetaking

2011-07-12 Thread Giovanni Ridolfi
Florian Beck abstrakt...@t-online.de writes: Hi, Florian, My org version is: Org-mode version 7.5 311b09d92644f39040087327d6a1dbeb09a9ab6e I don't want to see todo-keywords and TAGs in the output. How do I get rid of them? In the manual, Export options. #+OPTIONS: todo: nil manual

Re: [O] Python script to download Google Calendar events

2011-07-12 Thread Torsten Wagner
Hi Felix, Small disclaimer: I've tested this on Mac OS X only, using Python 2.7.2. It took me a while to get the gpg part working but now its working nicely :) I had to remove -no-tty for some reason. getting from authinfo = os.popen('gpg -q -no-tty -d ~/org/google_passwd.org.gpg').read() to

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Jason F. McBrayer
On Tue, 12 Jul 2011 11:38:53 +0200, Sebastien Vauban wrote: Eric S Fraga wrote: I was going to suggest you try Liberation Mono; it's what I moved to from Consolas for just this reason. However, I am confused about fonts in Emacs. If I C-u C-x = at any character in this paragraph, I get for

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Achim Gratz
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Look at the results under Windows (in 8 pt): You may be interested in this: http://cygutils.fruitbat.org/mintty-font-test/ HTH, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Factory and User Sound Singles for

[O] Default indent level

2011-07-12 Thread Mike Owens
I've googled and scoured the list and can't seem to find a way to get indent level to work like I want. I simply want M-LEFT to indent 3 spaces rather than 2 by default. I set org-indent-indentation-per-level to 3 in my .emacs file, but this still does not seem to work. Any help would be greatly

Re: [O] strange error tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size when exporting to odt

2011-07-12 Thread Rainer Stengele
Am 12.07.2011 13:10, schrieb Jambunathan K: Rainer Stengele rainer.steng...@online.de writes: Dear list, exporting an org file to odt I get this error under debian Linux (Windows works fine) [excerpt from *Messages*]: Using schema

Re: [O] Org-mode as a replacement for LaTeX

2011-07-12 Thread Thomas S. Dye
Carsten Dominik carsten.domi...@gmail.com writes: On 30.6.2011, at 08:35, Thomas S. Dye wrote: Aloha Karl, I agree that AucTeX is awesome. I use it every day at work with much pleasure. I've been using Org-mode with the goal of creating reproducible research, where the LaTeX output is

[O] Using MobileOrg without sync?

2011-07-12 Thread Steinar Bang
I installed MobileOrg on an HTC desire. The idea was to just use it to take notes, no sync to an emacs with org-mode would be needed. But I can't figure out how to skip the sync configuration menu. All of the documentation I find when searching, is about syncing with org-mode. Isn't it

Re: [O] Using MobileOrg without sync?

2011-07-12 Thread Tassilo Horn
Steinar Bang s...@dod.no writes: Hi Steinar, I installed MobileOrg on an HTC desire. The idea was to just use it to take notes, no sync to an emacs with org-mode would be needed. Isn't it possible to use MobileOrg without sync? Not sure, but MobileOrg (at least on Android) is not very

Re: [O] bulk relative time shift (in org file)?

2011-07-12 Thread Memnon Anon
Hi, Any guidance? Oh, guidance would be great: I'm curious what others will propose. Anyone? This question might have gone down in the prerelease turmoil ... Memnon

Re: [O] Org-mode as a replacement for LaTeX

2011-07-12 Thread Sebastien Vauban
Hi Thomas, Thomas S. Dye wrote: The first of what I hope will be three public reproducible research papers written in Org-mode is now at https://ts...@github.com/tsdye/hawaii-colonization.git I get a 404 error (page not found) when clicking on this!? Best regards, Seb -- Sebastien Vauban

Re: [O] Org-mode as a replacement for LaTeX

2011-07-12 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Thomas, Thomas S. Dye wrote: The first of what I hope will be three public reproducible research papers written in Org-mode is now at https://ts...@github.com/tsdye/hawaii-colonization.git I get a 404 error (page not found) when

Re: [O] OLUG talk about Org-mode

2011-07-12 Thread Memnon Anon
Pieter Praet pie...@praet.org writes: On Thu, 07 Jul 2011 15:05:33 +0200, Bastien b...@altern.org wrote: The video is now here: http://www.ustream.tv/recorded/15820239 Nice chilling out atmosphere! :(, my firefox only shows a white box. Do I have to sign up and login to view it? Can

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Sebastien Vauban
Hi Achim, Achim Gratz wrote: Look at the results under Windows (in 8 pt): You may be interested in this: http://cygutils.fruitbat.org/mintty-font-test/ Yes, I am, and will give a better look at that tomorrow. Though, what I don't understand in Emacs (on Windows, currently) is that the font

Re: [O] Org-mode as a replacement for LaTeX

2011-07-12 Thread Thomas S. Dye
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Thomas, Thomas S. Dye wrote: The first of what I hope will be three public reproducible research papers written in Org-mode is now at https://ts...@github.com/tsdye/hawaii-colonization.git I get a 404 error (page not found) when

Re: [O] Calendar-like view of the org-agenda

2011-07-12 Thread Sebastien Vauban
Hi Jason, Jason F. McBrayer wrote: I still will give it a try for a couple of days. But, as of now, nothing beats Consolas yet... I /think/ that in X, emacs will select the closest font it can find to in order to get the characters it needs. However, in Windows, it will only use the default

Re: [O] Org-mode as a replacement for LaTeX

2011-07-12 Thread John Hendy
Thomas, Wow. That's nice. Great work. In looking at the setup.. I have a lot to learn about what org/emacs can do. Thanks for sharing, John On Tue, Jul 12, 2011 at 5:16 PM, Thomas S. Dye t...@tsdye.com wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Thomas, Thomas S. Dye

[O] %(SEXP) with %c in org-capture templates

2011-07-12 Thread Philipp Möller
Hello all, I want to define a capture template which pre-processes the head of the kill ring with a sexp that takes a string as an argument: (setq org-capture-templates (quote ((l Link entry (file+headline Links) * \%c\ %(get-page-title \%c\) ;; throws Bad url

[O] org-mode fontification error when exporting to LaTeX

2011-07-12 Thread Luke J Crook
I get an 'org-mode fontification error' when I export to LaTeX. Any idea what may be causing this? Thanks, -Luke

[O] [PATCH] Adding support for :results output for clojure src blocks.

2011-07-12 Thread Robert McIntyre
This small patch handles :results output for clojure src blocks by using clojure's with-out-str function. Please let me know if I've done anything wrong as this is my first patch to org-mode. sincerely, --Robert McIntyre diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index a72b14c..00013b8

Re: [O] org-mode fontification error when exporting to LaTeX

2011-07-12 Thread David O'Toole
Hi, try doing (setq debug-on-error t) and then re-export; this should give you a backtrace. but sometimes fontification stuff can have errors without backtraces. try checking the *Messages* buffer. misbehaving font-lock rules and improperly defined faces can also be issues. On Tue, Jul 12, 2011

Re: [O] How to 'undo' filter

2011-07-12 Thread Noorul Islam
On Wed, Jul 13, 2011 at 3:31 AM, Jim Burton j...@sdf-eu.org wrote: Hi, after filtering an org document, I'd like to be able to go back to the previous visibility. The closest I can get at the moment is to make everything visible with S-TAB, but I'd like whatever was expanded/collapsed before