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

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan 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! -- Bastien

Re: [O] Batch processing part of a file

2012-08-30 Thread Bastien
Nicolas Girard 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! -- Bastien

Re: [O] calfw-org broken?

2012-08-30 Thread Michal Sojka
On Thu, Aug 30 2012, Charles Philip Chan wrote: > Michal Sojka 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.

Re: [O] calfw-org broken?

2012-08-30 Thread Charles Philip Chan
Michal Sojka 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 > > cfw:org-collect-schedules-period: S

[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 Date: Sat, 25 Aug 2012 17:35:35

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 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 of hol

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

2012-08-30 Thread Bastien
Hi Michael, 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. 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 Date: Sat, 25 Aug 2012 17:35:35 +0200 Subject: [PATCH 1/3] XEm

[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 Date: Sun, 26 Aug 2012 2

Re: [O] calfw-org broken?

2012-08-30 Thread Bastien
Hi, Charles Philip Chan 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 will be better in

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

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan 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, what you do

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

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan writes: > Bastien 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 I tested: (setq org-

[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 Date: Sat, 25 Aug 2012 17:36:18 +0200 Subject: [PATCH 2/3] XEmacs: Make call to `fill-paragraph' wor

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

2012-08-30 Thread Bastien
Michael Sperber 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 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 allowed, but only as the la

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 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 > (defvar [v

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

2012-08-30 Thread Bastien
Michael Sperber 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 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) > > How mu

Re: [O] coloring source for scala

2012-08-30 Thread Thorsten Jolitz
Alexandre Russel 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/ -- cheers, Thorsten

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

2012-08-30 Thread Bastien
Rainer Stengele 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 like a bug. I

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

2012-08-30 Thread Bastien
Luis Anaya 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, -- Bastien

[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 (havin

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

2012-08-30 Thread Michael Sperber
Bastien writes: > Hi Michael and Mats, > > Michael Sperber 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,

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 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 i

[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 :sessi

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

2012-08-30 Thread Bastien
Rainer Stengele 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 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. Being in "Org A

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

2012-08-30 Thread Bastien
Rainer Stengele 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 to today with

[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 org-e-be

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

2012-08-30 Thread Nicolas Goaziou
Hello, Fabrice Popineau 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, parsing breaks too. Can an

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 :latex-cl

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

2012-08-30 Thread Fabrice Popineau
2012/8/30 Nicolas Goaziou > (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 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

Re: [O] scale inline images in orgmode

2012-08-30 Thread Bastien
Hi Alexander, AW 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 inline images to 300 pixels (s

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- 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 yet convinc

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

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- 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 somethi

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 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 "Dr Appointment

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

2012-08-30 Thread Nick Dokos
Nathan Neff 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 looking all over,

[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 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". > > Nevermind

Re: [O] calfw-org broken?

2012-08-30 Thread Michal Sojka
On Thu, Aug 30 2012, Bastien wrote: > Hi, > > Charles Philip Chan 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.

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

2012-08-30 Thread Eric Schulte
Feiming Chen 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 #+PROPERTY: :re

Re: [O] Batch processing part of a file

2012-08-30 Thread Nicolas Girard
2012/8/30 Bastien : > Nicolas Girard 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

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

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

Re: [O] Org-mode release 7.9

2012-08-30 Thread Eric Schulte
Achim Gratz 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. It just

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

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 wrote: > > On Aug 30, 2012, at 8:35 PM, Eric Schulte wrote: > > > Achim Gratz writes: > > > >> Bastien writes: > >>> I'm afraid the only recommendation here is to try to stick to one > >>> installation method -- o

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 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 limits. I think link syntax

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 > Hello, > > Fabrice Popineau writes: >

[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: % - minimal-or

[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: 2012-0

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

2012-08-30 Thread Charles Philip Chan
Bastien 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" to the v

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

2012-08-30 Thread Charles Philip Chan
Bastien 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 expecting

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

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 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 information a

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 loca

[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 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 programming la

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Charles Philip Chan 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 hates me (Linu

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

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 wrote: > Charles Philip Chan 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

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

2012-08-30 Thread Nick Dokos
Charles Philip Chan 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 it back on

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

2012-08-30 Thread Charles Philip Chan
Nick Dokos 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 weather info is dow

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

2012-08-30 Thread Nick Dokos
Nick Dokos wrote: > Charles Philip Chan 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

[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 writes: Hi Nick: > When I go to > >http://www.google.com/ig/api?weather=Boston&hl=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 users, we

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Alexandre Russel 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 the org-mode sou

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

2012-08-30 Thread Charles Philip Chan
Nick Dokos writes: Hi Nick: > BTW, if you visit > > http://www.google.com/ig > > it also says > > , > | iGoogle will not be available after November 1, 2013. Learn more > ` > > So google-weather's days are numbered (420 days or so) even if the > first problem gets resolved. OK, thank

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Bastien
Charles Philip Chan writes: > I have cc'ed Bastien. Org src blocks are special. Try this at the beginning of a line:

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

2012-08-30 Thread Bastien
Hi Hannes, Hannes Schulz writes: > 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. This should be fixed now. Thanks to you and Jacob for reporting this! -- Bastien

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

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan writes: > It changes the Agenda in buffer to a day view for the "jump to date". I > was expecting for it to change the block Agenda under point like "b" > and "f". Yes, this is what it does now. -- Bastien

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Jeremiah Dodds
Alexandre Russel writes: > On Fri, Aug 31, 2012 at 6:44 AM, Charles Philip Chan wrote: > #+begin_example org > #+begin_src java > #+end_src > #+end_src > exports without color: > #+begin_src java > #+end_src > #+begin_src org > #+begin_src java > #+end_src > #+end_src > exports with color but on

Re: [O] Exporting xml and html code with syntax highlight

2012-08-30 Thread Bastien
Hi Charles, Charles Philip Chan writes: > 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 usefu

Re: [O] bugs in commenting and filling

2012-08-30 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > On 8/28/12, Nicolas Goaziou 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 >

Re: [O] showing orgmode source in orgmode

2012-08-30 Thread Charles Philip Chan
Bastien writes: Hi Bastien: > Org src blocks are special. > ... Thanks for the info. Cheers, Charles -- "Even more amazing was the realization that God has Internet access. I wonder if He has a full newsfeed?" (By Matt Welsh) pgp7ig1EregDy.pgp Description: PGP signature

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

2012-08-30 Thread Charles Philip Chan
Bastien writes: Hi Bastien: > Yes, this is what it does now. Thanks, it works now with the latest update. Cheers, Charles -- >Ever heard of .cshrc? That's a city in Bosnia. Right? (Discussion in comp.os.linux.misc on the intuitiveness of commands.) pgp2NLqXSr2XQ.pgp Description: PGP signa

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

2012-08-30 Thread Jacob Riko
Hi Bastien, On 31.08.2012, at 08:05, Bastien wrote: > This should be fixed now. Thanks to you and Jacob for > reporting this! Seems to work for me. Thanks! Riko