Re: [Orgmode] ELPA Howto

2010-10-02 Thread Jambunathan K
Hello Eric "Eric Schulte" writes: > Jambunathan K writes: > >> I managed to create an elpa compatible tar for orgmode. Recording here >> what I did in the hope that it will be useful. >> >> Creating ELPA-compatible tar: >> >> 1. Add the enclosed changes to Makefile. >> 2. Create an ELPA-compati

[Orgmode] org-capture: file to top level with prepend

2010-10-02 Thread Thomas Fuchs
Hi! I'm trying to capture and file an entry as an top-level entry as first entry in an org file without config at the beginning (no "#+"). This leads to filing the entry as _second_ headline in the org file. The template is: ("z" "test" entry (file "~/Data/z.org") "* %^{Note} %t :NOTE:\n %?" :p

Re: [Orgmode] Re: arranging and publishing music with Org-mode and lilypond

2010-10-02 Thread Nick Dokos
Rustom Mody wrote: > Hi Stefan > > Maybe a bit OT but I find nted useful for my musical needs: > http://vsr.informatik.tu-chemnitz.de/~jan/nted/nted.xhtml > because it both plays and shows music quite well. [I use it to teach singing] > Does lilypond play also? > > One small gripe with nted is

Re: [Orgmode] bug: babel: Export of temporary buffers fails

2010-10-02 Thread Puneeth
Hi Eric, > > You can still export to a temporary buffer (`A' instead of `a', `H' > instead of `h') ... Yes. And this fails when there is an org-babel src block in the buffer. -- Puneeth ___ Emacs-orgmode mailing list Please use `Reply All' to send repl

[Orgmode] Re: arranging and publishing music with Org-mode and lilypond

2010-10-02 Thread Rustom Mody
Hi Stefan Maybe a bit OT but I find nted useful for my musical needs: http://vsr.informatik.tu-chemnitz.de/~jan/nted/nted.xhtml because it both plays and shows music quite well. [I use it to teach singing] Does lilypond play also? One small gripe with nted is that it exports but does not import l

[Orgmode] arranging and publishing music with Org-mode and lilypond

2010-10-02 Thread Stefan Vollmar
Dear all, I believe that many members of this list with an interest in music (notation/composition) might find the http://lilypond.org project "addictive" (in the nicest possible manner): the concept is rather similar to writing TeX, there is very good Emacs support (if you know where to look),

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
"Eric Schulte" writes: > Hi Sebastian, > > Sebastian Rose writes: > >> "Eric Schulte" writes: >>> Hi, >>> >>> This is exciting. >>> >>> Rather than impose a complete directory/layout schema before-hand I'd >>> lean towards starting with a little more chaos and then letting the >>> structure of t

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Eric Schulte
"Eric Schulte" writes: [...] > > Could we just load every test in tests/lisp by default, and then use the > existing `ert' selection method to select and run tests. For example if > we enforce our conventions on the level of test function name rather > than on file name, we could (I believe) do

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Eric Schulte
Hi Sebastian, Sebastian Rose writes: > "Eric Schulte" writes: >> Hi, >> >> This is exciting. >> >> Rather than impose a complete directory/layout schema before-hand I'd >> lean towards starting with a little more chaos and then letting the >> structure of the test directory develop /naturally/.

Re: [Orgmode] bug: babel: Export of temporary buffers fails

2010-10-02 Thread Sebastian Rose
"Eric Schulte" writes: > Hi Puneeth, > > I believe that export is only allowed from buffers visiting files, when > I tried to reproduce your problem exporting from a buffer without a file > name I get the following error message > > (error "Need a file name to be able to export") > > which is th

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
"Eric Schulte" writes: > Hi, > > This is exciting. > > Rather than impose a complete directory/layout schema before-hand I'd > lean towards starting with a little more chaos and then letting the > structure of the test directory develop /naturally/. From the > discussion below it sounds like an i

Re: [Orgmode] Tips for writing lecture notes in org-beamer?

2010-10-02 Thread Eric S Fraga
On Fri, 1 Oct 2010 15:35:00 -0500, John Hendy wrote: > > Eric, > > > Per Bastien, you put the file wherever, but you link to the file at > http://orgmode.org/worg/sources/path/to/file/file.org. For example: [...] > Hope that helps, > John It does. Thanks. I've updated the tutorial on Worg

Re: [Orgmode] publishing orgmode to a CMS

2010-10-02 Thread Matthew Leifer
Read worg: http://orgmode.org/worg/org-blog-wiki.php On 1 October 2010 22:43, Erik Iverson wrote: > Does anyone have any general advice or comments regarding > the publishing of org-mode documents to a CMS? > > I'm thinking of the case where I have HTML files generated > by Org-mode, and want

Re: [Orgmode] ELPA Howto

2010-10-02 Thread Eric Schulte
Jambunathan K writes: > I managed to create an elpa compatible tar for orgmode. Recording here > what I did in the hope that it will be useful. > > Creating ELPA-compatible tar: > > 1. Add the enclosed changes to Makefile. > 2. Create an ELPA-compatible tarfile with >$ make TAG=20100930 elpa

Re: [Orgmode] Re: Testing --- again...

2010-10-02 Thread Eric Schulte
Hi, This is exciting. Rather than impose a complete directory/layout schema before-hand I'd lean towards starting with a little more chaos and then letting the structure of the test directory develop /naturally/. From the discussion below it sounds like an initial structure of testing/lisp/ tes

Re: [Orgmode] bug: babel: Export of temporary buffers fails

2010-10-02 Thread Eric Schulte
Hi Puneeth, I believe that export is only allowed from buffers visiting files, when I tried to reproduce your problem exporting from a buffer without a file name I get the following error message (error "Need a file name to be able to export") which is thrown by org-latex, org-docbook, or org-

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Carsten Dominik
On Oct 2, 2010, at 5:01 PM, Sebastian Rose wrote: Carsten Dominik writes: It would be OK to have a lisp subdirectory in testing, just as it would be OK to have contrib/lisp in testing for the contributed packages. That's what it is like. You probably did not notice, because "org-test.el" i

[Orgmode] bug: babel: Export of temporary buffers fails

2010-10-02 Thread Puneeth
Hello, Export of temporary buffers with babel src blocks fails. Line 118 of ob-exp.el has (set-buffer (get-file-buffer org-current-export-file)) But the value of org-current-exp-file is nil for a temporary buffer. The following commit brought in that change. commit efdf78172d9f7c0070c781d136a

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
Carsten Dominik writes: > It would be OK to have a lisp subdirectory in testing, > just as it would be OK to have contrib/lisp in testing > for the contributed packages. That's what it is like. You probably did not notice, because "org-test.el" is supposed to live inside "testing/", so it's not

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Sebastian Rose
Carsten Dominik writes: > Hi Sebastian, > > the lack of a testing suite for Org-mode is really frustrating, > and even more frustrating is that we have had like seven attempts > to start one, and each of these lead to nothing. So I would > be perfectly happy to give a free hand, write access to t

[Orgmode] Timestamps & Agenda

2010-10-02 Thread Russell Adams
I just noticed today that the agenda is now only showing the *first* timestamp in any headline, whether active or inactive. I'm not sure when this changed, I'm running 7.01e. I found that ability valuable, so I suspect a bug? Example: * Testing multiples <2010-10-02 Sat 05:31> <2010-10-02 Sat 06:

[Orgmode] Re: Testing --- again...

2010-10-02 Thread Carsten Dominik
Hi Sebastian, the lack of a testing suite for Org-mode is really frustrating, and even more frustrating is that we have had like seven attempts to start one, and each of these lead to nothing. So I would be perfectly happy to give a free hand, write access to the repo and a full directory in the