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

2010-10-03 Thread Stefan Vollmar
Dear Rustom, I have looked at the NtEd example and, obviously, this is also a very powerful piece of software. However, I see as a significant drawback that it only works on one platform and does not have the plain text TeX-ish appeal many on this list appreciate. But using it as a front-end

[Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Indraneel Majumdar
Or am I doing something wrong? With #+OPTIONS H:5 paragraphs are not exported if subsubsection is missing. eg. my orgfile: * Section ** Sub section My paragraph starts here... The paragraph is not exported. The reason I want H:5 is that this is the simplest way to obtain

[Orgmode] How to not publish log done note?

2010-10-03 Thread Water Lin
I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note) --- The log done time and log done note are very useful while I am editing my org files. But when I publish the projects, I don't want to

Re: [Orgmode] How to disable log done notes for specific project?

2010-10-03 Thread Carsten Dominik
On Oct 3, 2010, at 1:14 PM, Water Lin wrote: I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note) --- The log done time and log done note are very useful while I am editing my org files.

Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Noorul Islam
On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote: I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note) --- The log done time and log done note are very useful while I am

Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Noorul Islam
On Sun, Oct 3, 2010 at 5:48 PM, Noorul Islam noo...@noorul.com wrote: On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote: I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note)

Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Water Lin
Noorul Islam noo...@noorul.com writes: On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote: I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note) --- The log done time and

[Orgmode] Omit top level heading in latex export?

2010-10-03 Thread Indraneel Majumdar
Hi, I'm running into a problem with latex export. I have several essays under a top level heading Essays. How can I export say only one essay without the top level heading Essays also showing up in the output as a Section? I want the heading of my essay to be displayed as a latex section.

[Orgmode] Bug: org lets me mess things up too easily [7.01trans]

2010-10-03 Thread David Abrahams
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] [PATCH] Revert Update modeline with effort and task name on re-clock-in

2010-10-03 Thread Bernt Hansen
This reverts commit 4a4fbf1b8caa338a3a59f7b6f3f89b279615725d. Clocking in the currently clocking task was leaving open clock entries which is incorrect. Updating the modeline is less important than keeping correct clocking data. --- This reverts a commit I made back in December. I ran into this

Re: [Orgmode] Omit top level heading in latex export?

2010-10-03 Thread suvayu ali
On 3 October 2010 06:31, Indraneel Majumdar indran...@indraneel.info wrote:  Hi, I'm running into a problem with latex export. I have several essays under a top level heading Essays. How can I export say only one essay without the top level heading Essays also showing up in the output as a

Re: [Orgmode] [PATCH] Revert Update modeline with effort and task name on re-clock-in

2010-10-03 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 3, 2010, at 5:21 PM, Bernt Hansen wrote: This reverts commit 4a4fbf1b8caa338a3a59f7b6f3f89b279615725d. Clocking in the currently clocking task was leaving open clock entries which is incorrect. Updating the modeline is less important than keeping correct

Re: [Orgmode] Omit top level heading in latex export?

2010-10-03 Thread Indraneel Majumdar
On 2010-10-03 20:57, suvayu ali wrote: On 3 October 2010 06:31, Indraneel Majumdarindran...@indraneel.info wrote: Hi, I'm running into a problem with latex export. I have several essays under a top level heading Essays. How can I export say only one essay without the top level heading

Re: [Orgmode] Omit top level heading in latex export?

2010-10-03 Thread suvayu ali
On 3 October 2010 08:31, Indraneel Majumdar indran...@indraneel.info wrote: On 2010-10-03 20:57, suvayu ali wrote: On 3 October 2010 06:31, Indraneel Majumdarindran...@indraneel.info  wrote:  Hi, I'm running into a problem with latex export. I have several essays under a top level

Re: [Orgmode] Omit top level heading in latex export?

2010-10-03 Thread Indraneel Majumdar
On 2010-10-03 21:12, suvayu ali wrote: On 3 October 2010 08:31, Indraneel Majumdarindran...@indraneel.info wrote: On 2010-10-03 20:57, suvayu ali wrote: On 3 October 2010 06:31, Indraneel Majumdarindran...@indraneel.info wrote: Hi, I'm running into a problem with latex export. I have

[Orgmode] [PATCH] Fix dangling clocks created by org-clock-out-hook clocking in again

2010-10-03 Thread Bernt Hansen
This is a fixup patch to commit 17c71a40c6d07baae2e9cac606668683ddb3759c. The org-clock-clocking-in variable needs to be set when we are clocking out - in case the clock out hook clocks-in again. This fixes a bug that creates dangling clock entries. --- lisp/org-clock.el |3 ++- 1 files

Re: [Orgmode] Omit top level heading in latex export?

2010-10-03 Thread suvayu ali
On 3 October 2010 08:49, Indraneel Majumdar indran...@indraneel.info wrote: On 2010-10-03 21:12, suvayu ali wrote: On 3 October 2010 08:31, Indraneel Majumdarindran...@indraneel.info  wrote: On 2010-10-03 20:57, suvayu ali wrote: On 3 October 2010 06:31, Indraneel

[Orgmode] Bug: latex export [7.01trans (release_7.01h.613.g17c71)]

2010-10-03 Thread markscala
I use org and latex export to write logic exercises and tests for my classes, and I've noticed the following problem. In the following items, all but the last item export correctly: P \rightarrow Q P \vee Q P \ Q P \leftrightarrow Q P \vdash Q Here is the output for C-c C-e L: P

[Orgmode] Re: Omit top level heading in latex export?

2010-10-03 Thread Matt Lundin
Indraneel Majumdar indran...@indraneel.info writes: On 2010-10-03 20:57, suvayu ali wrote: On 3 October 2010 06:31, Indraneel Majumdarindran...@indraneel.info wrote: Hi, I'm running into a problem with latex export. I have several essays under a top level heading Essays. How can I export

Re: [Orgmode] Re: Omit top level heading in latex export?

2010-10-03 Thread Indraneel Majumdar
Thanks Matt and Suvayu, I messed up with my lisp and that was causing the error. So now I have another problem, how to fix the lisp code... I'm using a org export hook to make all targets invisible by a regex replace. This is probably messing up the selection, so what do I do to not lose

[Orgmode] Re: Bug: latex export [7.01trans (release_7.01h.613.g17c71)]

2010-10-03 Thread Matt Lundin
marksc...@gmail.com writes: I use org and latex export to write logic exercises and tests for my classes, and I've noticed the following problem. In the following items, all but the last item export correctly: P \rightarrow Q P \vee Q P \ Q P \leftrightarrow Q P \vdash Q Here is

Re: [Orgmode] Timestamps Agenda

2010-10-03 Thread Russell Adams
Right! I found it, I hadn't realized there was a new variable in 6.27 and behavior, and I hadn't noticed the change take effect until now when I was trying to read a file in the agenda journal mode looking for specific times. For future reference, the variable

Re: [Orgmode] Re: Omit top level heading in latex export?

2010-10-03 Thread Indraneel Majumdar
I fixed my lisp. Just to archive the solution, here's my new defun: (defun regex-replace (regex string) (point-to-register 'rrr) (goto-char (point-min)) (while (re-search-forward regex nil t) (replace-match string)) (jump-to-register 'rrr)) On 2010-10-03 23:01, Indraneel Majumdar

[Orgmode] How to modify org-export-latex-emphasis-alist

2010-10-03 Thread Thomas S. Dye
Aloha all, I use this patch locally to let the LaTeX url package typeset and break lines in long path names. Is there a way to make this change from my .emacs, so I can continue to use the Org-mode master branch and not my url branch? Or, is there a better way to implement this without

Re: [Orgmode] [PATCH] Fix dangling clocks created by org-clock-out-hook clocking in again

2010-10-03 Thread Carsten Dominik
Hi Bernt, I am having some problem here with the patches - could you please make me a new patch against the current master? Thanks! - Carsten On Oct 3, 2010, at 5:52 PM, Bernt Hansen wrote: This is a fixup patch to commit 17c71a40c6d07baae2e9cac606668683ddb3759c. The

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

2010-10-03 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: To illustrate my suggestions, I've thrown together a couple simple Babel tests roughly following this outline, currently up in the `schulte-testing' branch of the Org-mode repo. To try it out 1) load the

Re: [Orgmode] How to modify org-export-latex-emphasis-alist

2010-10-03 Thread Sebastian Rose
Thomas S. Dye t...@tsdye.com writes: Aloha all, I use this patch locally to let the LaTeX url package typeset and break lines in long path names. Is there a way to make this change from my .emacs, so I can continue to use the Org-mode master branch and not my url branch? Or, is there

Re: [Orgmode] [PATCH] Fix dangling clocks created by org-clock-out-hook clocking in again

2010-10-03 Thread Bernt Hansen
Hi Carsten, Sure - although I think my patch is already against origin/master that is up to date. It's available at git://git.norang.ca/org-mode.git fixup-dangling-clock Let me know if you want the patch reposted to the mailing list. Regards, Bernt Carsten Dominik carsten.domi...@gmail.com

Re: [Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Scot Becker
This is, if I remember right, a feature. Or at least a known limitation, a deliberate attempt to respect document structure. Can you perhaps get what you want by customizing org-export-latex-classes to start the numbering already on heading level 4? For example one of it's 'stanzas' looks like

[Orgmode] non-frame text in beamer export

2010-10-03 Thread Neil Hepburn
Greetings I have recently started using org-mode to generate Beamer presentations for lecture notes. I always create lecture note printouts for my students using the beamerarticle package. I like to put additional explanatory material into these notes that don't show up on the slide show. The

Re: [Orgmode] non-frame text in beamer export

2010-10-03 Thread Sebastian Rose
Neil Hepburn nhepb...@ualberta.ca writes: Greetings I have recently started using org-mode to generate Beamer presentations for lecture notes. I always create lecture note printouts for my students using the beamerarticle package. I like to put additional explanatory material into these

Re: [Orgmode] Latex exporter bug or feature?

2010-10-03 Thread Indraneel Majumdar
Thanks, but it looks complex. Anyway, my problem is solved. I wrote a custom hook to strip out all the subsubsections during export. Latex doesn't care if subsubsections exist or not and neither do I if they have some unique name like STRIP that is easy to regexp. It also takes care of

[Orgmode] Best way to embed an svg file in an exported xhtml page?

2010-10-03 Thread Bryan Emrys
Hello all, I'm exporting an org page to xhtml and I'm trying to show an svg file in an xhtml page the same way that a png file can be shown. So far, my efforts have only succeeded in getting a link to the svg file on the page. I can hand input object type=image/svg+xml

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

2010-10-03 Thread T.F. Torrey
Hello, From: Stefan Vollmar voll...@nf.mpg.de Date: Sun, 03 Oct 2010 00:26:39 +0200 To: emacs org-mode mailing list emacs-orgmode@gnu.org X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: Solaris 9 Subject: [Orgmode] arranging and publishing music with Org-mode and

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

2010-10-03 Thread Eric Schulte
Hi, I've taken the liberty of merging our two testing branches into the new combined-testing branch. This now includes both ert and jump.el as git submodules, which can be installed with git submodule init git submodule update after checking out the branch. In merging the two org-test.el

Re: [Orgmode] ELPA Howto

2010-10-03 Thread Eric Schulte
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Hello Eric Eric Schulte schulte.e...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: [...] ELPA Server-side setup: I think we can ignore the server-side setup, since that should be handled by the elpa server

Re: [Orgmode] Best way to embed an svg file in an exported xhtml page?

2010-10-03 Thread Eric Schulte
Hi Bryan, I have the following in my config which works for me (add-to-list 'org-export-html-inline-image-extensions svg) Best -- Eric Bryan Emrys bryan.em...@gmail.com writes: Hello all, I'm exporting an org page to xhtml and I'm trying to show an svg file in an xhtml page the same way

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

2010-10-03 Thread John Hendy
On Sun, Oct 3, 2010 at 8:24 PM, T.F. Torrey tftor...@tftorrey.com wrote: Hello, From: Stefan Vollmar voll...@nf.mpg.de Date: Sun, 03 Oct 2010 00:26:39 +0200 To: emacs org-mode mailing list emacs-orgmode@gnu.org X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by

Re: [Orgmode] Re: Bug: subtree export fails with src block

2010-10-03 Thread Giovanni Moretti
I'm just starting with Babel and have been puzzled about why one file worked and another didn't. I have been playing in a new file without any headers at all (no lines starting with '*') and while I could execute the code in the buffer, exporting to HTML always failed with: No such file:

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

2010-10-03 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Hi, I've taken the liberty of merging our two testing branches into the new combined-testing branch. This now includes both ert and jump.el as git submodules, which can be installed with git submodule init git submodule update after

Re: [Orgmode] [PATCH] Removed unecessary invocations of org-agenda-show.

2010-10-03 Thread Carsten Dominik
On Sep 16, 2010, at 6:22 AM, Matthew Lundin wrote: Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: On Sep 13, 2010, at 6:48 PM, Matt Lundin wrote: lisp/org-agenda.el (org-agenda-set-tags): Remove org-agenda-show to prevent disrupting windows and changing point in original

Re: [Orgmode] [PATCH] Fix dangling clocks created by org-clock-out-hook clocking in again

2010-10-03 Thread Carsten Dominik
On Oct 3, 2010, at 11:53 PM, Bernt Hansen wrote: Hi Carsten, Sure - although I think my patch is already against origin/master that is up to date. It's available at git://git.norang.ca/org-mode.git fixup-dangling- clock Ok, this worked without problems. Thanks! Let me know if you want