Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: shows it clearly - 50/50 hindsight is such a blessing - but I didn't optometrically suspect: 20/20 hindsight is perhaps preferable...

Re: [O] Bug with org-agenda-span org-agenda-start-day

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan cpc...@bell.net writes: Bastien b...@altern.org writes: Hi Bastien: This have been fixed with the other agenda fixes. Please let me know if this is not the case for you. Sorry Bastien. Setting it to 7 or week is still not working. This is really strange,

Re: [O] coloring source for scala

2012-08-30 Thread Bastien
Alexandre Russel alexan...@russel.fr writes: Is there a way to have color for scala ? You'd need a scala-mode to handle the fontification, apparently there is no scala-mode in Emacs yet. I found[1] one here: ~$ svn co

[O] calfw-org broken?

2012-08-30 Thread Michal Sojka
Hello all, I've just discovered calfw[1]. When I try it to display my Org schedule with cfw:open-org-calendar, it fails when executing (org-compile-prefix-format nil), because it cannot open agenda buffer. So I put (org-prepare-agenda calfw-org) in front of that command, which makes it not to

Re: [O] Bug with org-agenda-span org-agenda-start-day

2012-08-30 Thread Charles Philip Chan
Bastien b...@altern.org writes: Hi Bastien: Remember you need to add (org-agenda-start-on-weekday nil) to the list of properties for this agenda view. I did that already and it didn't work. Charles -- The world is beating a path to our door -- Bruce Perens, (Open Sources, 1999 O'Reilly

Re: [O] calfw-org broken?

2012-08-30 Thread Charles Philip Chan
Michal Sojka sojk...@fel.cvut.cz writes: Hi Nichal: Does anybody have the same problem or better a fix for it? Org-mode version 7.8.11, I've tried that with both emacs 23 and 24. Works fine here with the latest org-mode and calfw-org, both from git. Cheers, Charles -- ...and scantily clad

Re: [O] Bug with org-agenda-span org-agenda-start-day

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan cpc...@bell.net writes: I did that already and it didn't work. Can you share a reproducible recipe with latest Org? Both a simple .org file and a simple .el config file with the minimal setup would help a lot, I don't have the problem with my tests. Thanks!

Re: [O] Batch processing part of a file

2012-08-30 Thread Bastien
Nicolas Girard girard.nico...@gmail.com writes: I've also noticed that, using the latest Org version from git, src blocks with #+header lines *below* the #+name are handled incorrectly, contrary to blocks whose #+header lines lie *above* the #+name. It should work correctly now, thanks! --

Re: [O] calfw-org broken?

2012-08-30 Thread Michal Sojka
On Thu, Aug 30 2012, Charles Philip Chan wrote: Michal Sojka sojk...@fel.cvut.cz writes: Hi Nichal: Does anybody have the same problem or better a fix for it? Org-mode version 7.8.11, I've tried that with both emacs 23 and 24. Works fine here with the latest org-mode and calfw-org, both

Re: [O] calfw-org broken?

2012-08-30 Thread Charles Philip Chan
Michal Sojka sojk...@fel.cvut.cz writes: Hi Michal: I tested this with Org from git and the same result. However, I found that calfw works correctly if I have open Agenda window. If I close the Agenda window with `q' and then run cfw:open-org-calendar again, I see

[O] PATCH[1/3]: Activate `org-self-insert-cluster-for-undo' in XEmacs

2012-08-30 Thread Michael Sperber
I've attached a patch (1 out of 3) that's minimally needed to make the current org-mode work on XEmacs. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla From c3496d038b46d0fb633753fa67b8f2f7e326999e Mon Sep 17 00:00:00 2001 From: Mike Sperber sper...@deinprogramm.de Date:

Re: [O] org-class, instead of (all) holidays could there be a set of holidays that could be skipped?

2012-08-30 Thread Bastien
Hi Enda, Enda enda...@yahoo.com writes: http://orgmode.org/worg/org-faq.html#org-class If one of the SKIP-WEEKS is the symbol holidays, then any holidays known to the calendar are also skipped. Using org-class, instead of the symbol holidays to denote all holidays, could there be a set

Re: [O] PATCH[1/3]: Activate `org-self-insert-cluster-for-undo' in XEmacs

2012-08-30 Thread Bastien
Hi Michael, Michael Sperber sper...@deinprogramm.de writes: I've attached a patch (1 out of 3) that's minimally needed to make the current org-mode work on XEmacs. Argh. Sorry I didn't consider XEmacs when I changed this default. I applied the patch, thanks a lot! -- Bastien

[O] PATCH[2/3]: Make call to `fill-paragraph' work on XEmacs.

2012-08-30 Thread Michael Sperber
Attached is patch #2 needed to make the current org-mode work on XEmacs. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla From c3496d038b46d0fb633753fa67b8f2f7e326999e Mon Sep 17 00:00:00 2001 From: Mike Sperber sper...@deinprogramm.de Date: Sat, 25 Aug 2012 17:35:35 +0200

[O] PATCH[3/3]: org-element.el: Remove illegal t clause in case

2012-08-30 Thread Michael Sperber
This patch (written by Mats Lidell) fixes an error we saw on XEmacs, but we think it's a bug on GNU Emacs, too. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla From 516456845f93d2ef7f05c6f7789f8ff4e368f6f6 Mon Sep 17 00:00:00 2001 From: Mats Lidell ma...@xemacs.org Date:

Re: [O] calfw-org broken?

2012-08-30 Thread Bastien
Hi, Charles Philip Chan cpc...@bell.net writes: I do have an Agenda buffer opened when I tested it out. I can reproduce what you got with no Agenda buffer present. This is because the function calls `org-compile-prefix-format', which needs an agenda buffer. I removed this need, so things

Re: [O] Strange Problem with org-agenda-redo

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan cpc...@bell.net writes: The only thing is, for consistency sake, shouldn't j jump to the specified date in place rather then bringing up a new Agenda buffer? Mhh.. this is how the `j' agenda command behaves here. Can you describe exactly what's your agenda,

Re: [O] Bug with org-agenda-span org-agenda-start-day

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan cpc...@bell.net writes: Bastien b...@altern.org writes: Hi Bastien: Remember you need to add (org-agenda-start-on-weekday nil) to the list of properties for this agenda view. I did that already and it didn't work. To be clear, here is the agenda command

[O] PATCH[2/3]: Make call to `fill-paragraph' work on XEmacs. [THIS IS THE PATCH]

2012-08-30 Thread Michael Sperber
Sorry, I included the wrong patch. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla From 0c684c748c7548f5b70cc6231ef68818d15df49d Mon Sep 17 00:00:00 2001 From: Mike Sperber sper...@deinprogramm.de Date: Sat, 25 Aug 2012 17:36:18 +0200 Subject: [PATCH 2/3] XEmacs: Make call

Re: [O] PATCH[2/3]: Make call to `fill-paragraph' work on XEmacs.

2012-08-30 Thread Bastien
Michael Sperber sper...@deinprogramm.de writes: Attached is patch #2 needed to make the current org-mode work on XEmacs. This is the same patch than patch #1. Can you resend it? Thanks, -- Bastien

Re: [O] PATCH[3/3]: org-element.el: Remove illegal t clause in case

2012-08-30 Thread Bastien
Hi Michael and Mats, Michael Sperber sper...@deinprogramm.de writes: This patch (written by Mats Lidell) fixes an error we saw on XEmacs, but we think it's a bug on GNU Emacs, too. Thank you both for the patch! I just applied it. I changed the commit log. At least in GNU Emacs, t is

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Rainer Stengele
Am 30.08.2012 07:42, schrieb Bastien: Achim Gratz strom...@nexgo.de writes: I don't know if something would preclude the declaration be changed to e definition with nil as a value, but I think Bastien would know. I don't have any steady theory about this, but as a convention I try to

Re: [O] PATCH[2/3]: Make call to `fill-paragraph' work on XEmacs. [THIS IS THE PATCH]

2012-08-30 Thread Bastien
Michael Sperber sper...@deinprogramm.de writes: Sorry, I included the wrong patch. Applied, thanks! -- Bastien

Re: [O] Features and stuff I've been working on.

2012-08-30 Thread Luis Anaya
Bastien b...@altern.org writes: but the first line says it's org-groff-mom.el... Yes, I need to clean that code up. That's why it's in the development branch still. org-groff-mom.el :: Groff exporter using MOM's macros. This one is almost complete. (http://www.schaffter.ca/mom/mom-01.html)

Re: [O] coloring source for scala

2012-08-30 Thread Thorsten Jolitz
Alexandre Russel alexan...@russel.fr writes: Is there a way to have color for scala ? Don't know about the colors, but I think ENSIME is the enhanced Scala mode for Emacs: https://github.com/aemoncannon/ensime http://jawher.net/2011/01/17/scala-development-environment-emacs-sbt-ensime/ --

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Bastien
Rainer Stengele rainer.steng...@online.de writes: Now - being in a sticky agenda and jumping to another date via j the agenda command called is not the one I was in. Example: I am in Org Agenda(01), jump to yesterday and get Org Agenda(a), which of course is not what I want. This looks

Re: [O] Features and stuff I've been working on.

2012-08-30 Thread Bastien
Luis Anaya papoan...@hotmail.com writes: I need to push this to Org's Git. I do not think I want to wait until I go through the exercise of merging MOM and MM's sets into one file to get that out of the door. Sure. And the merging is perhaps not called for, I was just wondering. Thanks,

[O] Proposal: adjust CLOCK directly in agenda

2012-08-30 Thread Rainer Stengele
Hi all, I use the agenda most of the day. Many times I have to adjust clock entries: Adding a quarter of an hour or more to an entry and subtracting that time from a preceding or following entry in the agenda. In order to do that I have to leave the agenda, go to the CLOCK entry of the item

Re: [O] PATCH[3/3]: org-element.el: Remove illegal t clause in case

2012-08-30 Thread Michael Sperber
Bastien b...@altern.org writes: Hi Michael and Mats, Michael Sperber sper...@deinprogramm.de writes: This patch (written by Mats Lidell) fixes an error we saw on XEmacs, but we think it's a bug on GNU Emacs, too. Thank you both for the patch! I just applied it. I changed the commit

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Rainer Stengele
Am 30.08.2012 10:58, schrieb Bastien: Rainer Stengele rainer.steng...@online.de writes: Now - being in a sticky agenda and jumping to another date via j the agenda command called is not the one I was in. Example: I am in Org Agenda(01), jump to yesterday and get Org Agenda(a), which of

[O] Property var alters behavior of org variables in R code blocks

2012-08-30 Thread Johannes Meisig
Hi, I encountered the following problem using org-mode with R code blocks. When using #PROPERTY: var in my org file to set global variables, R stops to recognize the column names of org tables defined like this: #+TBLNAME: parameters-xlinked | A | B | |---+---| | 1 | 2 | #+begin_src R

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Bastien
Rainer Stengele rainer.steng...@online.de writes: Sorry but - no. Agenda now changes to *Org Agenda*, does not stay with the chosen sticky one. Well, should be now. Thanks! -- Bastien

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Rainer Stengele
Am 30.08.2012 11:52, schrieb Bastien: Rainer Stengele rainer.steng...@online.de writes: Sorry but - no. Agenda now changes to *Org Agenda*, does not stay with the chosen sticky one. Well, should be now. Thanks! The name of the agenda buffer now is correct, but the contents is not.

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Bastien
Rainer Stengele rainer.steng...@online.de writes: The name of the agenda buffer now is correct, but the contents is not. Being in Org Agenda(01) and moving to yesterday and back again to today with b and f I get the correct results of my custom agenda function. Jumping to yesterday and back

[O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
Hi, It seems to me that in the 7.9 release and the current git version, org-e-beamer exporter breaks whenever I change the org-e-beamer-frame-level to something else than 1. The variable BEAMER_FRAME_LEVEL seems not to be honoured anymore. If I set H:2 in OPTIONS, parsing breaks. If I set

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: The variable BEAMER_FRAME_LEVEL seems not to be honoured anymore. Correct. It has been replaced by H:2 in #+OPTIONS: or `org-e-beamer-frame-level'. If I set H:2 in OPTIONS, parsing breaks. If I set org-e-beamer-frame-level to 2,

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
And the problem comes from this. In org-e-beamer.el:1325 (defun org-e-latex-headline (headline contents info) Transcode an HEADLINE element from Org to LaTeX. CONTENTS holds the contents of the headline. INFO is a plist holding contextual information. (let* ((class (plist-get info

Re: [O] org-e-beamer-exporter and frame level

2012-08-30 Thread Fabrice Popineau
2012/8/30 Nicolas Goaziou n.goaz...@gmail.com (add-to-list 'org-e-latex-classes '(beamer \\documentclass\[presentation\]\{beamer\} \[DEFAULT-PACKAGES] \[PACKAGES] \[EXTRA] (\\section\{%s\} . \\section*\{%s\}) (\\subsection\{%s\} .

Re: [O] Debugger entered--Lisp error: (void-variable org-keys)

2012-08-30 Thread Rainer Stengele
Am 30.08.2012 13:25, schrieb Bastien: Rainer Stengele rainer.steng...@online.de writes: The name of the agenda buffer now is correct, but the contents is not. Being in Org Agenda(01) and moving to yesterday and back again to today with b and f I get the correct results of my custom agenda

Re: [O] scale inline images in orgmode

2012-08-30 Thread Bastien
Hi Alexander, AW alexander.will...@t-online.de writes: If I include an image in an *.org file, let's say [[large-image.jpg]], I can toggle the inline image with C-c C-x C-v . You can now (from git master) use `org-image-actual-width'. (setq org-image-actual-width 300) = always resize

Re: [O] Proposal: adjust CLOCK directly in agenda

2012-08-30 Thread Bastien
Hi Rainer, not exactly what you suggested, but still an improvement: Now S-left/right on the CLOCKSUM column will update the last clocks. Since the column view is both available from org-mode and org-agenda-mode, I think it is useful. As for something more complex without column view, I'm not

[O] Table of figures ?

2012-08-30 Thread Fabrice Popineau
I'm using the LaTeX or Beamer new exporter. Is there a trick in org-mode to draw a table of say 4x3 images so that the parameters of the table (tabular) and of the images (includegraphics) be set independently ? #+ATTR_LATEX: table tabular align= | [[file:figure1.jpg]] | [[file:figure2.jpg]]

[O] Notifications of appointments in Agenda screen?

2012-08-30 Thread Nathan Neff
Hi all, I seem to recall a feature in org-mode that would show notifications for upcoming appointments, scheduled items, deadlines, etc. in Emacs itself. For example the status bar would have a red notification saying Dr Appointment in 15 minutes. I'm looking all over, and all I can find are

Re: [O] Proposal: adjust CLOCK directly in agenda

2012-08-30 Thread Rainer Stengele
Am 30.08.2012 16:44, schrieb Bastien: Hi Rainer, not exactly what you suggested, but still an improvement: Now S-left/right on the CLOCKSUM column will update the last clocks. Since the column view is both available from org-mode and org-agenda-mode, I think it is useful. As for

Re: [O] Notifications of appointments in Agenda screen?

2012-08-30 Thread Nathan Neff
On Thu, Aug 30, 2012 at 8:26 AM, Nathan Neff nathan.n...@gmail.com wrote: Hi all, I seem to recall a feature in org-mode that would show notifications for upcoming appointments, scheduled items, deadlines, etc. in Emacs itself. For example the status bar would have a red notification saying

Re: [O] Notifications of appointments in Agenda screen?

2012-08-30 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: I seem to recall a feature in org-mode that would show notifications for upcoming appointments, scheduled items, deadlines, etc. in Emacs itself. For example the status bar would have a red notification saying Dr Appointment in 15 minutes. I'm

[O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

2012-08-30 Thread Feiming Chen
Hi: Could anyone help with the following problem? Please see the attached file a.org with its text export a.txt (from C-c C-e a). Test 1 is using buffer-wide header arguments BUT the evaluation result is not inserted into the exported file. I am following the Org Manual section 14.8.1

Re: [O] Notifications of appointments in Agenda screen?

2012-08-30 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: I seem to recall a feature in org-mode that would show notifications for upcoming appointments, scheduled items, deadlines, etc. in Emacs itself. For example the status bar would have a red notification saying Dr Appointment in 15 minutes.

Re: [O] calfw-org broken?

2012-08-30 Thread Michal Sojka
On Thu, Aug 30 2012, Bastien wrote: Hi, Charles Philip Chan cpc...@bell.net writes: I do have an Agenda buffer opened when I tested it out. I can reproduce what you got with no Agenda buffer present. This is because the function calls `org-compile-prefix-format', which needs an agenda

Re: [O] Bug: BABEL Buffer-wide header arguments are NOT effective [7.8.11]

2012-08-30 Thread Eric Schulte
Feiming Chen feimingc...@yahoo.com writes: Hi: Could anyone help with the following problem? Please see the attached file a.org with its text export a.txt (from C-c C-e a). Replace #+PROPERTY: exports both #+PROPERTY: results output with #+PROPERTY: :exports both

Re: [O] Batch processing part of a file

2012-08-30 Thread Nicolas Girard
2012/8/30 Bastien b...@altern.org: Nicolas Girard girard.nico...@gmail.com writes: I've also noticed that, using the latest Org version from git, src blocks with #+header lines *below* the #+name are handled incorrectly, contrary to blocks whose #+header lines lie *above* the #+name. It

Re: [O] Org-mode release 7.9

2012-08-30 Thread Achim Gratz
Bastien writes: I'm afraid the only recommendation here is to try to stick to one installation method -- or to reinstall a fresh package/repo with a fresh contrib/lisp/ *after* any ELPA upgrade. Well, we could make an ELPA package that includes contrib. It just can't be distributed via GNU

[O] XEmacs and ert (was: Re: PATCH[1/3]: Activate `org-self-insert-cluster-for-undo' in XEmacs)

2012-08-30 Thread Achim Gratz
Michael Sperber writes: I've attached a patch (1 out of 3) that's minimally needed to make the current org-mode work on XEmacs. While we have you here… Do you know of a version of ert that is compatible with XEmacs? The roadblock I've run into is that ert uses button and XEmacs doesn't seem to

Re: [O] scale inline images in orgmode

2012-08-30 Thread AW
Am Donnerstag, 30. August 2012, 15:52:59 schrieb Bastien: Hi Alexander, AW alexander.will...@t-online.de writes: If I include an image in an *.org file, let's say [[large-image.jpg]], I can toggle the inline image with C-c C-x C-v . You can now (from git master) use

Re: [O] Org-mode release 7.9

2012-08-30 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Bastien writes: I'm afraid the only recommendation here is to try to stick to one installation method -- or to reinstall a fresh package/repo with a fresh contrib/lisp/ *after* any ELPA upgrade. Well, we could make an ELPA package that includes contrib.

Re: [O] Org-mode release 7.9

2012-08-30 Thread Ivan Andrus
On Aug 30, 2012, at 8:35 PM, Eric Schulte wrote: Achim Gratz strom...@nexgo.de writes: Bastien writes: I'm afraid the only recommendation here is to try to stick to one installation method -- or to reinstall a fresh package/repo with a fresh contrib/lisp/ *after* any ELPA upgrade.

Re: [O] Org-mode release 7.9

2012-08-30 Thread Marcelo de Moraes Serpa
MELPA looks better; like ELPA 2.0 :) On Thu, Aug 30, 2012 at 2:10 PM, Ivan Andrus darthand...@gmail.com wrote: On Aug 30, 2012, at 8:35 PM, Eric Schulte wrote: Achim Gratz strom...@nexgo.de writes: Bastien writes: I'm afraid the only recommendation here is to try to stick to one

Re: [O] Notifications of appointments in Agenda screen?

2012-08-30 Thread Peter Münster
On Thu, Aug 30 2012, Nathan Neff wrote: I'm looking all over, and all I can find are posts about how to set up org-notify to call some external messaging app. I'm on OSX and don't want to purchase Growl. Hi, With org-notify.el you don't need an external messaging app, you can do all in

Re: [O] Table of figures ?

2012-08-30 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: Is there a trick in org-mode to draw a table of say 4x3 images so that the parameters of the table (tabular) and of the images (includegraphics) be set independently ? No, that's not possible. Element-Object inheritance has its

Re: [O] Table of figures ?

2012-08-30 Thread Fabrice Popineau
For the future, I wonder if it would not be possible to consider a syntax like : #+ATTR_LATEX.table: width=\textwidth #+ATTR_LATEX.image: width=2cm Or why not a CSS-like for Org files? (Maybe this is not a new idea?) Fabrice 2012/8/30 Nicolas Goaziou n.goaz...@gmail.com Hello, Fabrice

[O] Bug report: agenda column mode failure

2012-08-30 Thread Hannes Schulz
Hi everyone, when I put my agenda in column mode, I would like to change efforts and the like. When I do some action it instantly drops out of column mode. I'm using org-mode from git 7.9 (release_7.9-163-gdfe33f). The same phenomenon occurs with a minimal config: % -

[O] test report with strange messages

2012-08-30 Thread Neuwirth Erich
I em learning to run the tests interactively. Again, OSX 10.8.1, Emacs 24.2.1 Perhaps the following report is useful for the developers. The message seems rather strange ;-) -=-=-=-=-=-=-=-=-= Selector: \\(org\\|ob\\) Passed: 128 Failed: 12 (2 unexpected) Total: 140/140 Started at:

Re: [O] Bug with org-agenda-span org-agenda-start-day

2012-08-30 Thread Charles Philip Chan
Bastien b...@altern.org writes: Hi Bastien: Can you share a reproducible recipe with latest Org? Both a simple .org file and a simple .el config file with the minimal setup would help a lot, I don't have the problem with my tests. Sorry for the noise. I traced my problem to adding a null

Re: [O] Strange Problem with org-agenda-redo

2012-08-30 Thread Charles Philip Chan
Bastien b...@altern.org writes: Hi Bastien: Mhh.. this is how the `j' agenda command behaves here. Can you describe exactly what's your agenda, what you do expect by hitting `j', what it does and what surprises you? It changes the Agenda in buffer to a day view for the jump to date. I was

[O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-30 Thread Charles Philip Chan
Hello all: After updating to the latest git version of Org-mode, google weather entries are not showing up in the Agenda buffer any more. Does any one else have the same problem? Thanks. Charles -- MSDOS didn't get as bad as it is overnight -- it took over ten years of careful development.

Re: [O] Bug with org-agenda-span org-agenda-start-day

2012-08-30 Thread Charles Philip Chan
Charles Philip Chan cpc...@bell.net writes: Sorry for the noise. I traced my problem to adding a null Sorry, I meant nil. Charles -- MSDOS didn't get as bad as it is overnight -- it took over ten years of careful development. (By dmegg...@aix1.uottawa.ca) pgpE7DeIrUQTH.pgp Description: PGP

Re: [O] Bug report: agenda column mode failure

2012-08-30 Thread Jacob Riko
Hi Hannes, I was about to report the same behavior on a Mac: On 30.08.2012, at 13:47, Hannes Schulz wrote: when I put my agenda in column mode, I would like to change efforts and the like. When I do some action it instantly drops out of column mode. I'm using org-mode from git 7.9

Re: [O] bugs in commenting and filling

2012-08-30 Thread Samuel Wales
On 8/28/12, Nicolas Goaziou n.goaz...@gmail.com wrote: #bug 4: this paragraph now gets exported in HTML subtree #export, which will likely surprise many people who formerly #used # comments instead of # comments and don't #carefully check all output. they might #even publish private

Re: [O] Bug report: agenda column mode failure

2012-08-30 Thread Jacob Riko
Hi Hannes, On 31.08.2012, at 03:52, Jacob Riko wrote: I was about to report the same behavior on a Mac: Sorry for the noise, I actually do see the same behavior. It is just that entering column-view in the file works fine, only a column view on the agenda (C-c C-x C-c) throws the error. Below

[O] [OT] Encoding error when calling a ruby script from Emacs using shell-command

2012-08-30 Thread Marcelo de Moraes Serpa
Hey list, I've tried posting on help-gnu-emacs mailing list first, but not luck so far, so I thought I'd try here, as I know there are many savvy emacs users around. I have a small Ruby CLI program that I want to call from emacs. This script simply opens an emacs orgmode file from a specific

[O] showing orgmode source in orgmode

2012-08-30 Thread Alexandre Russel
Hi, I couldn't find how to show orgmode source in orgmode, I've tried the obvious(ly stupid): #+begin_src orgmode #+begin_src foobar #+end_src #+end_src but when exporting it shows only #+begin_src foobar when I would have like: #+begin_src foobar #+end_src any ideas ? alex

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Alexandre Russel alexan...@russel.fr writes: Hi Alexandre: I couldn't find how to show orgmode source in orgmode, I've tried the obvious(ly stupid): Use: , | #+begin_example | #+end_example ` #+begin_src orgmode #+begin_src foobar #+end_src #+begin_src only works with certain

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Charles Philip Chan cpc...@bell.net writes: Hi Alexandre: #+begin_src only works with certain programming languages. Please refer to section 14 of the manual. Sorry, it seems that org-mode is supported, try: , | #+begin_src org | #+end_src ` Cheers, Charles -- Dijkstra probably

[O] ODT preferred format option per-file?

2012-08-30 Thread James Harkins
Hi, I have one particular org file that I would like to export to PDF by way of ODT. (I already set up outline styling in LibreOffice and I would like to use that, instead of trying to reconfigure a similar look in LaTeX. For fun, I did try the LaTeX pdf export and the output format is not

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Alexandre Russel
On Fri, Aug 31, 2012 at 6:44 AM, Charles Philip Chan cpc...@bell.net wrote: Charles Philip Chan cpc...@bell.net writes: Hi Alexandre: #+begin_src only works with certain programming languages. Please refer to section 14 of the manual. Sorry, it seems that org-mode is supported, try:

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-30 Thread Nick Dokos
Charles Philip Chan cpc...@bell.net wrote: Hello all: After updating to the latest git version of Org-mode, google weather entries are not showing up in the Agenda buffer any more. Does any one else have the same problem? Yup - I got an error on startup and turned it off. When I turned

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-30 Thread Charles Philip Chan
Nick Dokos nicholas.do...@hp.com writes: Hi Nick: Yup - I got an error on startup and turned it off. When I turned it back on and tried again (possibly after another org update), I got no error but no results either. Haven't investigated further. Thanks for the confirmation. I know that the

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-30 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Charles Philip Chan cpc...@bell.net wrote: Hello all: After updating to the latest git version of Org-mode, google weather entries are not showing up in the Agenda buffer any more. Does any one else have the same problem? Yup - I got an

[O] Exporting xml and html code with syntax highlight

2012-08-30 Thread Charles Philip Chan
Hello all: Tonight I had a need to export some xml code with syntax highlight. I figured that the best way to do it is to modify ob-css.el (by a simple search and replace). To my delight, it work, so I did one for html also. I hope people will find them useful. Cheers, Charles ;;; ob-xml.el ---

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-30 Thread Charles Philip Chan
Nick Dokos nicholas.do...@hp.com writes: Hi Nick: When I go to http://www.google.com/ig/api?weather=Bostonhl=en-GB Google slaps me and says: , | Google | Sorry... | We're sorry... | | ... but your computer or network may be sending automated | queries. To protect our

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Alexandre Russel alexan...@russel.fr writes: Hi Alexandre: #+begin_example org #+begin_src java #+end_src I have no idea what you are trying to do here. However, I have just noticed that wrapping org-mode code in any type of block doesn't export correctly- the block code are just ignored and