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

2011-07-13 Thread Aankhen
Hi, On Tue, Jul 12, 2011 at 21:00, Jason F. McBrayer jmcb...@carcosa.net wrote: 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 font (or whatever is explicitly specified for the

Re: [O] Durations and time values combined with the clock table..

2011-07-13 Thread Daniel Bausch
Hello everyone, I would like to bump this question as I am interested in a similar way. I like to do independent (from normal time tracking) work time calculations to get an overview of my overtime. Of course, overtime can be negative. Hierarchically summing up days and weeks is also a wish.

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

2011-07-13 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: 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

[O] Inconsistent behaviour when #+setupfile is used recursively

2011-07-13 Thread Stefan Vollmar
Hi, we use Org-mode for software documentation and have come across the following behaviour with version 7.6 (release_7.6.71.g22fa9): our documentation is located in the directory doc/usage, e.g. doc/usage/index.org or doc/usage/tutorial.org, whereas Org-Mode's setupfiles are stored in

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

2011-07-13 Thread Bastien
Hi Luke, David O'Toole dto1...@gmail.com writes: 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

Re: [O] Default indent level

2011-07-13 Thread Bastien
Hi Mike, Mike Owens mikeow...@gmail.com writes: 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

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

2011-07-13 Thread Bastien
Hi Felix, Felix Geller fgel...@gmail.com writes: 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

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

2011-07-13 Thread Bastien
Hi Rafael, Nick Dokos nicholas.do...@hp.com writes: Although patches have been applied to deal with a host of such problems, it is a long-standing problem that is unlikely to be completely solved - ever[fn:1]. Yes, we need to rework the way the exporters handle espace chars, especially the

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

2011-07-13 Thread Bastien
Hi Florian, Florian Beck abstrakt...@t-online.de writes: A couple of questions and observations, first impressions really: 2. Tags are SLOW (no doubt due to my 8.5M file). Completion takes minutes. I fixed that by adding all my (hundreds of) tags to `org-tag-alist' and restricting

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Bastien
Hi Memnon, Memnon Anon gegendosenflei...@googlemail.com writes: :(, my firefox only shows a white box. Surely a problem with the flash/gnash plugin. Do I have to sign up and login to view it? Nope. Can someone provide a working download link ? Can someone provide a working video? ;)

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Sebastien Vauban
Hi Memnon, Memnon Anon wrote: Can someone provide a working download link ? Can someone provide a working video? ;) I've uploaded it on my Web site: http://www.mygooglest.com/sva/OLUG_Meeting_July_2011.flv Please download it, as this link may become unavailable in the future. Best regards,

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

2011-07-13 Thread Bastien
Hi Robert, Robert McIntyre r...@mit.edu writes: This small patch handles :results output for clojure src blocks by using clojure's with-out-str function. I let Eric Schulte apply (or not) your patch. Please let me know if I've done anything wrong as this is my first patch to org-mode. It

Re: [O] Using MobileOrg without sync?

2011-07-13 Thread Steinar Bang
Tassilo Horn tass...@member.fsf.org: Not sure, but MobileOrg (at least on Android) is not very sophisticated for note taking. For sure, it's not a stand-alone org-mode for Android as you might have expected. Ah, ok. It looked like it might be, from the screen shots. For example, there's

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

2011-07-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: As suggested, you want to check inline tasks. I really don't like the current syntax for inline tasks, I would much prefer something like special TODO keywords: * !TODO This would be an inline task, not a headline I've no clear cut opinion on this right now.

Re: [O] How to 'undo' filter

2011-07-13 Thread jim
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

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

2011-07-13 Thread Felix Geller
Hi Bastien, On Wed, 13 Jul 2011 10:38:22 +0200, Bastien b...@altern.org wrote: This looks nice. I've not tested it yet, I'm busy with the release. Would you have any objection if I put this in this section of Worg: http://orgmode.org/worg/org-translators.html ? no, not at all :)

Re: [O] How to 'undo' filter

2011-07-13 Thread Bastien
Hi Jim, j...@sdf-eu.org writes: Hi Noorul, I'm talking about constructing a sparse tree, e.g. by a property or tag. Sorry if I used the wrong term. Something like C-c / p MYPROP RET MYVAL RET Then, after looking at the filtered document, go back to previous visibility. You cannot.

[O] [babel] Piping from sh code to shell?

2011-07-13 Thread Rainer M Krug
Hi this is not strictly an org-babel question - but here is it anyway. If I have an sh code block as follow #+begin_src sh TXT=Hello World echo $TXT #+end_src and enter it with C-c ' --- is there a way of piping single lines, regions, the whole block to a shell, similar to the

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

2011-07-13 Thread Bastien
Felix Geller fgel...@gmail.com writes: no, not at all :) Okay, done. Thanks a lot! -- Bastien

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

2011-07-13 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: * !TODO This would be an inline task, not a headline I've no clear cut opinion on this right now. Maybe yes, maybe not. :) Though, there are differences between inline tasks and headlines: Yep, I know the differences. I'm

Re: [O] How to 'undo' filter

2011-07-13 Thread jim
Hi Jim, j...@sdf-eu.org writes: Hi Noorul, I'm talking about constructing a sparse tree, e.g. by a property or tag. Sorry if I used the wrong term. Something like C-c / p MYPROP RET MYVAL RET Then, after looking at the filtered document, go back to previous visibility. You cannot.

Re: [O] Using MobileOrg without sync?

2011-07-13 Thread Konrad Hinsen
On 12 Jul 2011, at 22:12, Steinar Bang wrote: 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. What's the point of MobileOrg then? There are dozens of note-taking apps for Android that do a better job

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

2011-07-13 Thread Sebastien Vauban
Hi Achim, Achim Gratz wrote: Sebastien Vauban writes: Look at the results under Windows (in 8 pt): You may be interested in this: http://cygutils.fruitbat.org/mintty-font-test/ What your article showed to me is that the version of the Consolas font is important. I had version 1.0, and

[O] Problems with executing babel code

2011-07-13 Thread Christopher Witte
After a recent git pull, I've been having some problems executing and editing babel code. The following will execute: #+srcname: Blah1 #+begin_src emacs-lisp :results value (concat works) #+end_src #+results: Blah1 : works #+call: Blah1(x=1) :results value raw #+results: Blah1(x=1) works

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

2011-07-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: * !TODO This would be an inline task, not a headline I've no clear cut opinion on this right now. Maybe yes, maybe not. :) Though, there are differences between inline tasks and headlines: Yep, I know the

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

2011-07-13 Thread Jason F. McBrayer
On Wed, 13 Jul 2011 11:34:48 +0530, Aankhen wrote: That's odd. I'm using Emacs 24 on Windows 7 64-bit (and before this I've used 23 on both 7 and Vista), and my font is set to Consolas. Emacs happily substitutes other fonts where Consolas is missing glyphs (see the attached screenshot). The

[O] question about ODT export behavior

2011-07-13 Thread Rainer Stengele
Hi, having this in an org file: -- * Test ** header 2 - item 1 * subitem 11 * subitem 12 - item 2 * subitem 21 * subitem 22 -- and exporting to ODT I get (I simply copied the Org doc contents via clipboard)

[O] org-babel: session support for node.js

2011-07-13 Thread Marcus Klemm
Hello List, Org-babel supports Javascript through node.js but does not support session evaluation. I wonder if there is a technical reason or if simply nobody implemented it (yet). Ciao, Marcus

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

2011-07-13 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: I'm talking about the way they _look_. So many asterisks looks cumbersome to mee, and I'd favor a non-intrusive syntax like the one proposed above. My question was: what is the rationale behind using so many asterisks? I can think of three things:

Re: [O] question about ODT export behavior

2011-07-13 Thread Bastien
Rainer Stengele rainer.steng...@diplan.de writes: I'll attach the org file. You forgot the org file, you just attached the odt file. I don't know when Jambunathan can have a loot at this, but please bare in mind that such formatting issues are relatively hard to fix (talking from experience).

Re: [O] Problems with executing babel code

2011-07-13 Thread Bastien
Hi Christopher, Christopher Witte ch...@witte.net.au writes: After a recent git pull, I've been having some problems executing and editing babel code. Confirmed. The problem was introduced by this commit:

[O] ThoughtBack

2011-07-13 Thread brian powell
https://thoughtback.com Any thoughts? Useful to OrgMode users? (MindMapping and remember.el (or whatever) are often linked to GTD/OrgMode activities--by some users) I'm in no way connected to https://thoughtback.com--nor do I know much about it at all.

Re: [O] Makefile restructuring

2011-07-13 Thread Achim Gratz
Bastien b...@altern.org writes: Okay - I'll follow that branch till the change becomes mature. I've set up the feature branch Makefile in my org-mode clone on repo.or.cz. Assuming you already have orgmode.git cloned (it does not really matter where from), do a git remote add -t Makefile

Re: [O] question about ODT export behavior

2011-07-13 Thread Rainer Stengele
Am 13.07.2011 16:23, schrieb Bastien: Rainer Stengele rainer.steng...@diplan.de writes: I'll attach the org file. You forgot the org file, you just attached the odt file. I don't know when Jambunathan can have a loot at this, but please bare in mind that such formatting issues are

Re: [O] [PATCH] was: patch makefile solve a couple debian build problems and a slackware build problem

2011-07-13 Thread Achim Gratz
Nick Dokos nicholas.do...@hp.com writes: +and it's derivatives use two different versions of install-info and you may its Thanks for catching that. My patch also did not remove the documentation of the removed target in the help/targets section of the Makefile. I'm

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

2011-07-13 Thread Rafael Calsaverini
Hi Bastien, I have enough interest in using org-mode to produce latex texts to get involved. I can't do it right now cause I'm in a critical time to produce results for my thesis, but I've been delaying learning e-lisp and taking a good look on org-mode for some time. Nick Dokos above said that

Re: [O] [babel] Piping from sh code to shell?

2011-07-13 Thread Eric Schulte
Hi Rainer, I am not entirely sure what you are asking, but there is currently no support for piping portions of code blocks to a shell. sh code blocks do however support session evaluation, which could be similar. Best -- Eric Rainer M Krug r.m.k...@gmail.com writes: Hi this is not

Re: [O] org-babel: session support for node.js

2011-07-13 Thread Eric Schulte
Hi Marcus, There is no technical reason why sessions are not supported for node.js. At the time ob-js.el was written node was still fairly young, and there was no real Emacs support for node.js sessions. Patches Welcome! Thanks -- Eric Marcus Klemm marcus.kl...@googlemail.com writes: Hello

Re: [O] ThoughtBack

2011-07-13 Thread Bastien
Hi Brian, brian powell briangpowel...@gmail.com writes: https://thoughtback.com Any thoughts? Well, I don't give my email to services that don't even try to give a detailed idea of the service they provide. Or did I miss something? -- Bastien

Re: [O] question about ODT export behavior

2011-07-13 Thread Jambunathan K
Rainer Stengele rainer.steng...@diplan.de writes: Hi, having this in an org file: -- * Test ** header 2 - item 1 * subitem 11 * subitem 12 - item 2 * subitem 21 * subitem 22 -- Could you please

Re: [O] question about ODT export behavior

2011-07-13 Thread Bastien
I cannot reproduce your error. Check the test_bastien.org file I get by exporting your test.org, there is no extra line. test_bastien.odt Description: application/vnd.oasis.opendocument.text -- Bastien

[O] Compile warnings on Win7/Emacs24.0.50

2011-07-13 Thread Achim Gratz
I've tested some things on Win7 and happen to have an Emacs24 installed there, so I compiled the latest org-mode. I got quite a few warnings that I've never seen before with Emacs23, so I assume this is Emacs24 tightening the screws on some loseness. I don't remember the exact warning text, but

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

2011-07-13 Thread Eric Schulte
Yes, please do consider signing the FSF papers to enable this and future contributions to be included into Org-mode. However, in this particular case, you could easily sneak your patch into under 10 lines by replacing the `cond' with a nested `if', and I would be happy to include such a patch

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

2011-07-13 Thread Luke J Crook
Bastien bzg at altern.org writes: Yes -- also please give more details about your setup: what version of Org and Emacs? What system? I tracked it down to the following in my text; - list item - list item - list item - Note :: Blah - list item - Note :: Blah - list item The error

Re: [O] [babel] Piping from sh code to shell?

2011-07-13 Thread Rainer M Krug
On Wed, Jul 13, 2011 at 7:43 PM, Eric Schulte schulte.e...@gmail.comwrote: Hi Rainer, Hi Eric, I am not entirely sure what you are asking, but there is currently no support for piping portions of code blocks to a shell. That is exactly what I am asking - thanks for decrypting my email.

Re: [O] ThoughtBack

2011-07-13 Thread John Hendy
On Wed, Jul 13, 2011 at 11:11 AM, Bastien b...@altern.org wrote: Hi Brian, brian powell briangpowel...@gmail.com writes: https://thoughtback.com Any thoughts? Well, I don't give my email to services that don't even try to give a detailed idea of the service they provide. Or did I miss

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Jonathan Leech-Pepin
Hi Memnon, Memnon Anon wrote: Can someone provide a working download link ? Can someone provide a working video? ;) The direct link to the video on the UStream site is: http://ustream.vo.llnwd.net/pd15/0/1/15/15820/15820239/1_365053_15820239.flv Even if it doesn't load the video (simply a

[O] org-bibtex

2011-07-13 Thread Thomas S. Dye
Aloha Eric, I ran into an odd problem exporting org-bibtex references. It turned out that I had inadvertently added a space, :TYPE: book The space is invisible in the Org-mode buffer, but it leads to an export like this: @book {kirch10:_how_chief_becam_kings, } Note the lack of contents except

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

2011-07-13 Thread Tassilo Horn
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sebastien, - I was hoping `r' to redraw the grid, after I've changed Emacs frame size. It does not seem to be the case. Could that be foreseen? I've seen you already all the available space, when drawing the grid for the first time.

Re: [O] question about ODT export behavior

2011-07-13 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Rainer Stengele rainer.steng...@diplan.de writes: Hi, having this in an org file: -- * Test ** header 2 - item 1 * subitem 11 * subitem 12 - item 2 * subitem 21 * subitem 22

Re: [O] question about ODT export behavior

2011-07-13 Thread Jambunathan K
Bastien b...@altern.org writes: I cannot reproduce your error. Same here. Some custom setting (global or per-file) is kicking in Rainer's setup. It is more likely to be org-export-preserve-breaks. Jambunathan K. --

[O] [babel] Problem with tangling and newlines

2011-07-13 Thread Sebastien Vauban
Hi, Tangling this: #+begin_src sh :tangle my-csv2ledger-wrapper.sh :noweb yes #!/bin/bash # my-csv2ledger-wrapper.sh -- Convert CSV files to Ledger data load-data |\ americanize-date |\ americanize-csv exit 0 #+end_src now gives: --8---cut

[O] babel work flow

2011-07-13 Thread Thomas S. Dye
Aloha all, I want to use one of the dot utilities, tred, in a way that preserves my ability to distribute the Org-mode file as reproducible research, i.e., intermediate results should end up in the Org-mode file or be passed along in a chain. Right now I have a python routine that reads a couple

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Memnon Anon
Hi Jonathan, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com writes: The direct link to the video on the UStream site is: http://ustream.vo.llnwd.net/pd15/0/1/15/15820/15820239/1_365053_15820239.flv If I understood Pieter Praet correctly, this did not work for him: ,[ Message ID:

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Memnon Anon
Hi Sebastien, I've uploaded it on my Web site: http://www.mygooglest.com/sva/OLUG_Meeting_July_2011.flv Please download it, as this link may become unavailable in the future. Thanks! Got it, its working. And while I am at it, thank you very much for making your .emacs available there and

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-13 Thread Torsten Wagner
Hi Eric, You probably don't want to pass the body of a code block to a lisp function as quoting will become a nightmare, however passing the name to a lisp block may be reasonable. I would suggest that rather than implementing this behavior in a code block you take a look at starting a