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

2011-07-13 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban 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 found) whe

[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 doc/com

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

2011-07-13 Thread Bastien
Hi Luke, "David O'Toole" 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 defined faces

Re: [O] Default indent level

2011-07-13 Thread Bastien
Hi Mike, Mike Owens 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 > still does not s

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

2011-07-13 Thread Bastien
Hi Felix, Felix Geller 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 this on Mac OS X

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

2011-07-13 Thread Bastien
Hi Rafael, Nick Dokos 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 LaTeX one --- it's n

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

2011-07-13 Thread Bastien
Hi Florian, Florian Beck 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 capture to »%g«, checking

Re: [O] OLUG talk about Org-mode

2011-07-13 Thread Bastien
Hi Memnon, Memnon Anon 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? ;) Yes, that'd be nice! -- Ba

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 regar

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

2011-07-13 Thread Bastien
Hi Robert, Robert McIntyre 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 is more t

Re: [O] Using MobileOrg without sync?

2011-07-13 Thread Steinar Bang
> Tassilo Horn : > 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 no widget ("ac

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 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 the fil

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 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 :) Cheers, F

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 MYVAL > > Then, after looking at the filtered document, go back to previous > visibility. You cannot. Stor

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

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

2011-07-13 Thread Bastien
Felix Geller 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" 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 talking about the wa

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 MYVAL >> >> Then, after looking at the filtered document, go back to previous >> visibility. > > Y

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 tha

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, an

[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) work

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

2011-07-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" 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.

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 on

[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 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: > > 1. pe

Re: [O] question about ODT export behavior

2011-07-13 Thread Bastien
Rainer Stengele 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). Thanks, -- Bastien

Re: [O] Problems with executing babel code

2011-07-13 Thread Bastien
Hi Christopher, Christopher Witte 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: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1b95d2e9ce50db56435a1912c37c436388e703af I let Eric

[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 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 remote-tableheading

Re: [O] question about ODT export behavior

2011-07-13 Thread Rainer Stengele
Am 13.07.2011 16:23, schrieb Bastien: > Rainer Stengele 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 fi

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 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 attaching a patch to corr

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 writes: > Hi > > this is not strictly an org-babel q

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 writes: > Hello List, > > Org-babel supports

Re: [O] ThoughtBack

2011-07-13 Thread Bastien
Hi Brian, brian powell 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 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 post your co

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 imme

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

2011-07-13 Thread Luke J Crook
Bastien 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 goes aw

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 wrote: > 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. > sh code blocks

Re: [O] ThoughtBack

2011-07-13 Thread John Hendy
On Wed, Jul 13, 2011 at 11:11 AM, Bastien wrote: > Hi Brian, > > brian powell 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? Don't think s

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

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

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

2011-07-13 Thread Tassilo Horn
"Sebastien Vauban" 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. I've implemented that

Re: [O] question about ODT export behavior

2011-07-13 Thread Jambunathan K
Jambunathan K writes: > Rainer Stengele 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 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] Tbl: addition of two times results in error

2011-07-13 Thread Karl Voit
,[ http://orgmode.org/org.html#Durations-and-time-values ] | | Task 1 | Task 2 | Total | | |++-| | | 35:00 | 35:00 | 1:10:00 | | #+TBLFM: @2$3=$1+$2;T ` ... results in #ERROR at @2$3 on my system with current Org-mode (I did «git pull» right

[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 <> |\ <> |\ <> exit 0 #+end_src now gives: --8<---cut here---start->8--- #!/bin/bash # my-csv2ledger-wra

[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 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: <878vsa2msg@praet.org>] | I'

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 ob-java.

Re: [O] Release 7.6

2011-07-13 Thread Christian Moe
Hi all, Better late than never: From the joy of Lilypond snippets (thanks, Martyn) in ODT exports (thanks, Jambu), to time arithmetic in tables (thanks, Eric)... 7.6 rocks (thanks Bastien). Yours, Christian On 7/7/11 9:16 AM, Bastien wrote: Dear all, I'm releasing Org 7.6. You can get it

Re: [O] question about ODT export behavior

2011-07-13 Thread Rainer Stengele
Am 13.07.2011 22:15, schrieb Jambunathan K: > Jambunathan K writes: > >> Rainer Stengele writes: >> >>> Hi, >>> >>> having this in an org file: >>> -- >>> * Test >>> ** header 2 >>>- item 1 >>> * subitem 11 >>> * subitem 12 >>>- item 2 >>> *