Re: [O] Problem with autoloads

2011-06-27 Thread Michael Markert
On 28 Jun 2011, Nick Dokos wrote: > > > Suvayu and I worked on this in an email exchange: it turns out that > Michael was right in that (recent) emacs 24 is indeed the culprit. In > particular, the variable generated-autoload-file is now initialized to > nil: > > , > | (defvar generated-autolo

Re: [O] [PATCH] org-crypt: only warn about auto-save-mode when running org-decrypt

2011-06-27 Thread Pieter Praet
On Mon, 27 Jun 2011 18:31:58 +0200, Bastien wrote: > Hi Pieter, > > Thanks for the patch at the end of this thread. > > Pieter Praet writes: > > > Ideally, we'd have a defcustom `org-crypt-auto-save' with the following > > options: > > - 'ask : Ask the user whether or not to decrypt the e

Re: [O] FSF France supporting Org-mode since March and Flattr

2011-06-27 Thread Noorul Islam
On Fri, Jun 24, 2011 at 4:11 PM, Bastien wrote: > I'm glad to announce that The Free Software Foundation France* is > supporting Org's development by a large donation of 100€ each month. > > Thanks a lot to the FSF France for this!  (http://fsffrance.org) > > I will happily share this amount with

Re: [O] [PATCH] Minor doc fix.

2011-06-27 Thread Noorul Islam
On Mon, Jun 27, 2011 at 10:43 AM, Achim Gratz wrote: > Noorul Islam K M writes: > [...] > > My patch for CLOCK_INTO_DRAWER already includes a fix for that, albeit a > different one — using @pxref instead of @xref, as seems to have been > intended all along. > Ok, cool! - Noorul

Re: [O] Problem with autoloads

2011-06-27 Thread Nick Dokos
Suvayu Ali wrote: > Hi Nick, > > On Mon, 27 Jun 2011 20:13:25 -0400 > Nick Dokos wrote: > > > The generated org-install.el looks like this: > > > > [...] > > > | > > | (autoload 'org-mode "org" "\ > > | Outline-based notes management and organizer, alias > > | \"Carsten's outline-mode for

Re: [O] Email -> Org-mode: charset problem

2011-06-27 Thread Richard Lawrence
> At Mon, 27 Jun 2011 10:30:06 +0200, > Karl Voit wrote: >> Is there somebody who managed to develop an email to Org-mode bridge >> without having charset problems? (No, I do not use Emacs as a >> MUA[4]) David Maus writes: > I do use an Emacs base mua (Wanderlust) and recently started to file >

Re: [O] worg page problem?

2011-06-27 Thread Nick Dokos
Rustom Mody wrote: > Some special symbols in > http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-9 > eg 'and' 'or' are not translated properly. > > Dunno if its my firefox problem or a bug... > Neither I think: the top of the section you refer to says , | "Note thou

[O] worg page problem?

2011-06-27 Thread Rustom Mody
Some special symbols in http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html#sec-9 eg 'and' 'or' are not translated properly. Dunno if its my firefox problem or a bug...

Re: [O] tangle paths

2011-06-27 Thread Herbert Sitz
skip gmail.com> writes: > > Is there a way I can produce output of tangle blocks to specific file paths? > I haven't tested, but one way might be to use the org-babel-post-tangle-hook to write a function to move files wherever you want: http://orgmode.org/manual/Extracting-source-code.html#ind

Re: [O] Problem with autoloads

2011-06-27 Thread Suvayu Ali
Hi Nick, On Mon, 27 Jun 2011 20:13:25 -0400 Nick Dokos wrote: > The generated org-install.el looks like this: > [...] > | > | (autoload 'org-mode "org" "\ > | Outline-based notes management and organizer, alias > | \"Carsten's outline-mode for keeping track of everything.\" > | ... > ` >

Re: [O] Problem with autoloads

2011-06-27 Thread Nick Dokos
Michael Markert wrote: > On 27 Jun 2011, Suvayu Ali wrote: > > Hi Michael, > > > > On Mon, 27 Jun 2011 18:51:01 +0200 > > Michael Markert wrote: > > > >> A fix/workaround is to adjust the loadpath to: > >> > >> (add-to-list 'load-path (expand-file-name "~/build/org-mode")) > >> > >> After quick

Re: [O] [dev] footnotes improvements

2011-06-27 Thread Christian Moe
Hi, Tested on the test document you supplied earlier. Everything checks out. Yours, Christian On 6/27/11 8:29 PM, Nicolas Goaziou wrote: Hello, I've made some additional changes to the footnote branch, and fixed a merge conflict due to a recent patch. Since Org 7.6 is about to be released,

Re: [O] Problem with autoloads

2011-06-27 Thread Michael Markert
On 27 Jun 2011, Suvayu Ali wrote: > Hi Michael, > > On Mon, 27 Jun 2011 18:51:01 +0200 > Michael Markert wrote: > >> A fix/workaround is to adjust the loadpath to: >> >> (add-to-list 'load-path (expand-file-name "~/build/org-mode")) >> >> After quick browsing through the logs I found nothing that

Re: [O] Email -> Org-mode: charset problem

2011-06-27 Thread David Maus
At Mon, 27 Jun 2011 10:30:06 +0200, Karl Voit wrote: > > Hi! > > Is there somebody who managed to develop an email to Org-mode bridge > without having charset problems? (No, I do not use Emacs as a > MUA[4]) > > Disclaimer: This is not directly related to Org-mode but I guess > there are

Re: [O] [dev] Reduce warnings on org-contacs compilation

2011-06-27 Thread Julien Danjou
On Mon, Jun 27 2011, Michael Markert wrote: > I noticed two easily fixable compile warnings. The first one tackles the > wl code and the second includes cl on compilation. Thanks, merged! -- Julien Danjou ❱ http://julien.danjou.info pgploAdywfnK8.pgp Description: PGP signature

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Bernd Weiss
Am 27.06.2011 10:32, schrieb Eric S Fraga: > Bernd Weiss writes: > > [...] > >> #+results: >> : incorrect syntax: / is not a prefix operator >> : incorrect syntax: aLH is not an infix operator >> : incorrect syntax: hCp is not an infix operator >> : incorrect syntax: Premature termination of inp

Re: [O] Patch on org-read-property-name

2011-06-27 Thread Vincent Belaïche
> Applied, thanks a lot. > > -- > Bastien > You're welcome, Vincent.

Re: [O] [dev] footnotes improvements

2011-06-27 Thread Nicolas Goaziou
Hello, Thanks for trying this. Christian Moe writes: > git pull It should be git pull -f : I had to rebase. Regards, -- Nicolas Goaziou

Re: [O] org and microsoft exchange

2011-06-27 Thread Matthieu Lemerre
On Mon, 27 Jun 2011 18:14:19 +0100, Eric S Fraga wrote: > Matthieu Lemerre writes: > > > Hi, > > > > After some digging I found the following setup to share my calendar with > > people using outlook. > > [...] > > Matthieu, > > thanks for this. I am unable to test it but will likely have to

Re: [O] [dev] footnotes improvements

2011-06-27 Thread Christian Moe
Hi, I get merge conflicts (see below), and this is not a good time to work on improving my git skills (deadlines looming). If there's something simple you can tell me to do, I'll try it. Otherwise I'll have to pass on the testing, sorry. Yours, Christian git checkout footnote-fix git pull

[O] [dev] Reduce warnings on org-contacs compilation

2011-06-27 Thread Michael Markert
Hi, I noticed two easily fixable compile warnings. The first one tackles the wl code and the second includes cl on compilation. Michael >From 057b14ebe412a6085b5ba61559211d1d2402c16b Mon Sep 17 00:00:00 2001 Message-Id: <057b14ebe412a6085b5ba61559211d1d2402c16b.1309198827.git.markert.mich...@g

Re: [O] tangle paths

2011-06-27 Thread Herbert Sitz
Eric Schulte gmail.com> writes: > skip gmail.com> writes: > > > Is there a way I can produce output of tangle blocks to specific file paths? > > > > The manual is useful: http://orgmode.org/manual/tangle.html > Eric -- I was wondering similar thing, but manual wasn't clearing things up for m

Re: [O] [PATCH] Introduce CLOCK_INTO_DRAWER property like the existing LOG_INTO_DRAWER

2011-06-27 Thread Achim Gratz
Bastien writes: > Applied, thanks a lot. Let take at least one day to let people test > this patch -- feedback welcome. Here's a template I've been using for testing. Try it with different settings for both global and file local variables. --8<---cut here---start---

Re: [O] [babel] using #+call for inline results

2011-06-27 Thread Christian Moe
Hi, Yes, these all checked out (assuming you meant the second one /should/ be exported -- as quoted code -- but not evaluated). This is a nice addition, and rather cleaner and more intuitive than the workarounds I've been playing with. (Faking an inline call to block A with an inline src blo

Re: [O] ob-lilypond

2011-06-27 Thread Eric Schulte
Hi Martyn, This looks great, I look forward to testing it out, although my music composition experience is limited to using Finale in a high-school music theory class. It sounds like your plan is to keep this on github during the first trial and debugging stages. At some point I would love to in

Re: [O] a window with my agenda at all times

2011-06-27 Thread D M German
Hi Erick, Eric> D M German writes: >> Hi everybody, >> >> I struggle to keep (in emacs) a window with the agenda at all times. If >> anybody has any pointers on how to get a window or a frame to "stick" at >> all times with the contents of a frame, and basically be ignored from >> any wi

Re: [O] [babel] using #+call for inline results

2011-06-27 Thread Eric Schulte
Eric S Fraga writes: > Eric Schulte writes: >> >> I've just pushed up an implementation for inline call blocks, the new >> syntax is described in the documentation but a simple example is below. >> >> #+source: square >> #+begin_src emacs-lisp :var it=0 >> (* it it) >> #+end_sr

Re: [O] Problem with autoloads

2011-06-27 Thread Michael Markert
On 27 Jun 2011, Suvayu Ali wrote: > On Mon, 27 Jun 2011 20:08:26 +0200 > Michael Markert wrote: > >>> A fix/workaround is to adjust the loadpath to: >>> >>> (add-to-list 'load-path (expand-file-name "~/build/org-mode")) >> >> Scratch that. You need that line _additionally_ to the your other >> tw

Re: [O] exporting HTML - content only

2011-06-27 Thread Samuel Wales
Hi Tamas, As a partial solution for you, here is the latest complete solution for me. Perhaps you can tailor it to your needs. I also include a pretty fast exact word count command. Samuel (defconst alpha-org-blog-html-buffer "alpha-org-blog.html") (defun alpha-org-blog-subtree () "Copy the

Re: [O] [dev] footnotes improvements

2011-06-27 Thread Nicolas Goaziou
Hello, I've made some additional changes to the footnote branch, and fixed a merge conflict due to a recent patch. Since Org 7.6 is about to be released, I'd appreciate if someone using footnotes could test it and report back the results here. If some serious problem arises, its integration will

Re: [O] a window with my agenda at all times

2011-06-27 Thread dmg
here is a patch worg (org-hacks.org) describing the hack. Hopefully somebody with write access to can commit it. --dmg diff --git a/org-hacks.org b/org-hacks.org index 024eaf3..19b67c9 100644 --- a/org-hacks.org +++ b/org-hacks.org @@ -2259,3 +2259,30 @@ position in the track. See the file [[f

Re: [O] Problem with autoloads

2011-06-27 Thread Suvayu Ali
On Mon, 27 Jun 2011 20:08:26 +0200 Michael Markert wrote: > > A fix/workaround is to adjust the loadpath to: > > > > (add-to-list 'load-path (expand-file-name "~/build/org-mode")) > > Scratch that. You need that line _additionally_ to the your other two. I noticed something strange; if you do

Re: [O] org and microsoft exchange

2011-06-27 Thread Eric S Fraga
Matthieu Lemerre writes: > Hi, > > After some digging I found the following setup to share my calendar with > people using outlook. [...] Matthieu, thanks for this. I am unable to test it but will likely have to do so at the end of the summer (northern hemisphere) when we are supposedly going

Re: [O] org-babel -- Improper syntax error in session mode?

2011-06-27 Thread Herbert Sitz
Eric Schulte gmail.com> writes: > You are suggesting that code to be run "interactively" should be written > to an external file then loaded into the interactive session. Generally, yes, because babel's definition of "interactive" (execute an arbitrary collection of code lines all at once) is

Re: [O] [babel] using #+call for inline results

2011-06-27 Thread Eric S Fraga
Eric Schulte writes: > > I've just pushed up an implementation for inline call blocks, the new > syntax is described in the documentation but a simple example is below. > > #+source: square > #+begin_src emacs-lisp :var it=0 > (* it it) > #+end_src > > Here is a call_square(i

Re: [O] a window with my agenda at all times

2011-06-27 Thread dmg
On Mon, Jun 27, 2011 at 12:42 PM, Bastien wrote: > Hi Mr German, > > D M German writes: > >> For a long time I have wanted a sticky window that keeps this >> information. Like a sticky note on my desktop (think a widget in >> Android). > > I would use a new frame: > > C-x 5 2 ; create a new frame

Re: [O] a window with my agenda at all times

2011-06-27 Thread Eric S Fraga
D M German writes: > Hi everybody, > > I struggle to keep (in emacs) a window with the agenda at all times. If > anybody has any pointers on how to get a window or a frame to "stick" at > all times with the contents of a frame, and basically be ignored from > any window-related command (split, ki

Re: [O] Problem with autoloads

2011-06-27 Thread Suvayu Ali
Hi Michael, On Mon, 27 Jun 2011 18:51:01 +0200 Michael Markert wrote: > A fix/workaround is to adjust the loadpath to: > > (add-to-list 'load-path (expand-file-name "~/build/org-mode")) > > After quick browsing through the logs I found nothing that could have > caused this, but my guess is tha

Re: [O] org-babel -- Improper syntax error in session mode?

2011-06-27 Thread Herbert Sitz
Eric Schulte gmail.com> writes: > There are times when I explicitly do not want a session to start fresh. > Generally this is related to caching, for example if I have some value > which is expensive (say a couple of minutes of computation) to compute, > and it is currently alive in the session, t

Re: [O] exporting HTML - content only

2011-06-27 Thread Christian Moe
Hi, try all or part of this: - select a region to export - do C-u C-c C-e R (C-u prefix: body only, R: region only) Yours, Christian On 6/27/11 4:18 PM, Tamas K Papp wrote: Hi, I started using org-mode to write blog posts for posting on blogger.com. I am aware of org-googlecl, but I am look

Re: [O] Problem with autoloads

2011-06-27 Thread Michael Markert
On 27 Jun 2011, Michael Markert wrote: > On 26 Jun 2011, suvayu ali wrote: > >> $ make cleanall && make all >> >> and I load org from my init file like this: >> >> ;; the org repo is at ~/build/org-mode (add-to-list 'load-path >> (expand-file-name "~/build/org-mode/lisp")) (add-to-list 'load-path >

Re: [O] [babel] using #+call for inline results

2011-06-27 Thread Eric Schulte
Christian Moe writes: > Fixed, thanks. I should have guessed that might be it. > > Evaluating inline calls now works, but there are some ramifications > for output and export that I hadn't thought about when I seconded the > request. > > > * Export > > The call itself should not be exported, but

Re: [O] a window with my agenda at all times

2011-06-27 Thread Bastien
Hi Mr German, D M German writes: > For a long time I have wanted a sticky window that keeps this > information. Like a sticky note on my desktop (think a widget in > Android). I would use a new frame: C-x 5 2 ; create a new frame C-c a a ; create a new agenda Note that new restrictions in ag

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-27 Thread Bastien
Hi Eric, Eric S Fraga writes: > The question is where should this information be most appropriate to > appear. In my view, this should be in the documentation (highlighted > etc), not in the Emacs mini-buffer! I don't know enough texi (any at > all, actually) so cannot suggest a patch. Howeve

Re: [O] [PATCH] org-crypt: only warn about auto-save-mode when running org-decrypt

2011-06-27 Thread Bastien
Hi Pieter, Thanks for the patch at the end of this thread. Pieter Praet writes: > Ideally, we'd have a defcustom `org-crypt-auto-save' with the following > options: > - 'ask : Ask the user whether or not to decrypt the entry. > - 'disable : Disable auto-save-mode for the current buffer bef

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-27 Thread Bastien
Hi Bill, Bill Day writes: > # -*- buffer-auto-save-file-name: nil; -*- Do you know if this hack works for recent Emacsen without side-effects? -- Bastien

Re: [O] How to attach data in clipboard directly?

2011-06-27 Thread Bastien
Hi Carlos, Carlos Russo writes: > Nevertheless, it's a good pointer: I was able to cook up an elisp function > that calls an applescript to do the osx-dependent stuff. A good start, then -- could someone add this to Worg hacks? Thanks, -- Bastien

Re: [O] Bug: org-time-stamp loses repeater interval

2011-06-27 Thread Bastien
Karl Voit writes: > Same to me. Unfortunately I am using timestamps not only in the > context of DEADLINE or SCHEDULED but also for events that should > simply show up on the agenda (without deadline or scheduled > timestamp at all). > > To me this *is* a bug since my expected behavior of org-tim

Re: [O] Problem with autoloads

2011-06-27 Thread Michael Markert
On 26 Jun 2011, suvayu ali wrote: > $ make cleanall && make all > > and I load org from my init file like this: > > ;; the org repo is at ~/build/org-mode > (add-to-list 'load-path (expand-file-name "~/build/org-mode/lisp")) > (add-to-list 'load-path (expand-file-name "~/build/org-mode/contrib/lis

Re: [O] exporting HTML - content only

2011-06-27 Thread Pierre de Buyl
Hello, There is also the possibility to do it without further configuration. Typing M-- M-x org-export-region-as-html exports the HTML of the selected region only, no header text and so on. Pierre Le 27 juin 11 à 11:40, Ian Barton a écrit : On 27/06/11 15:18, Tamas K Papp wrote: Hi, I sta

Re: [O] exporting HTML - content only

2011-06-27 Thread Ian Barton
On 27/06/11 15:18, Tamas K Papp wrote: Hi, I started using org-mode to write blog posts for posting on blogger.com. I am aware of org-googlecl, but I am looking for a more lightweight solution to the following problem: How can I export only the _content_ of a page as HTML into a buffer? Speci

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Eric S Fraga
Bernd Weiss writes: [...] > #+results: > : incorrect syntax: / is not a prefix operator > : incorrect syntax: aLH is not an infix operator > : incorrect syntax: hCp is not an infix operator > : incorrect syntax: Premature termination of input at $. > : Maxima encountered a Lisp error: > : parse

[O] exporting HTML - content only

2011-06-27 Thread Tamas K Papp
Hi, I started using org-mode to write blog posts for posting on blogger.com. I am aware of org-googlecl, but I am looking for a more lightweight solution to the following problem: How can I export only the _content_ of a page as HTML into a buffer? Specifically, 1. I only want the stuff inside

Re: [O] orgmode and web publishing: good menu system ?

2011-06-27 Thread Sander Boer
Dear Pierre, I did use that page to set up my system, but I think I either stopped reading after the publish step, or a bunch of extra info's been added quite recently. First option souds like me I'm a total tl;dr kinda guy. Your system and css will be studied, thanks a lot ! -- Sander Boer

[O] ob-lilypond

2011-06-27 Thread Martyn Jago
Hi This is an invitation to try / test ob-lilypond - enabling LilyPond Score Generation / Arrangement from within org-mode. Available on Github at https://github.com/mjago/ob-lilypond This is a beta release, but includes examples, instructions, and tests, and has been tested on OSX and nix. A

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Bernd Weiss
Am 27.06.2011 04:34, schrieb Eric S Fraga: > Bernd Weiss writes: > >> Dear all, >> >> The follwing Maxima code block does not work: >> >> #+begin_src maxima >> 1+1; >> #+end_src >> #+results: >> #+begin_example >> incorrect syntax: / is not a prefix operator >> incorrect syntax: GuM is not an inf

Re: [O] Patch on org-read-property-name

2011-06-27 Thread Bastien
Hi Vincent, Vincent Belaïche writes: > Please find a patch for setting properties. A name is proposed when the > pointer is on a property line, the name in that line is set as default. Applied, thanks a lot. -- Bastien

Re: [O] orgmode and web publishing: good menu system ?

2011-06-27 Thread Pierre de Buyl
Hello, Are you using the "project" system already ? (as seen here http:// orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html ) If so, you can specify a menu in the ":html-preamble " setting. Here's mine, as an example :html-preamble " Home | Page 1 | Pag

Re: [O] contrib/doc/fr-orgcard.tex

2011-06-27 Thread Vincent-Xavier JUMEL
Le 27 juin à 11:45 Bastien a écrit > Dear all, > > there is a new contrib/doc/ directory containing fr-refcard.tex, a > french version of the Org refcard. This version compiles 90% fine, but > there may be some remaining formatting problems -- please report them > and propose patches, if possible

Re: [O] A new org-mode release for Emacs 24.1

2011-06-27 Thread Bastien
Leo writes: > It seems it has been a long time since last release. Any plan to update > the orgmode included in Emacs upstream? Thanks. Yes -- we will update it after the release of 7.6, early this week. Thanks, -- Bastien

Re: [O] [PATCH] Introduce CLOCK_INTO_DRAWER property like the existing LOG_INTO_DRAWER

2011-06-27 Thread Bastien
Hi Achim, Achim Gratz writes: > From: Achim Gratz > Date: Sat, 25 Jun 2011 17:25:41 +0200 > Subject: [PATCH] Introduce CLOCK_INTO_DRAWER property like the existing > LOG_INTO_DRAWER Applied, thanks a lot. Let take at least one day to let people test this patch -- feedback welcome. Thanks,

[O] contrib/doc/fr-orgcard.tex

2011-06-27 Thread Bastien
Dear all, there is a new contrib/doc/ directory containing fr-refcard.tex, a french version of the Org refcard. This version compiles 90% fine, but there may be some remaining formatting problems -- please report them and propose patches, if possible. Authors of this fr-orgcard.tex are Thierry S

[O] orgmode and web publishing: good menu system ?

2011-06-27 Thread Sander Boer
Hi all, I'm researching a way to use org for my web publishing needs and thanks to worg I have a good system already. However, I'm missing a good way to bind the various pages together, a nice navigation system. Nothing too fancy (but very goodlooking), a nice topbar. Does anybody have some good

Re: [O] [babel] Maxima code blocks do not work

2011-06-27 Thread Eric S Fraga
Bernd Weiss writes: > Dear all, > > The follwing Maxima code block does not work: > > #+begin_src maxima > 1+1; > #+end_src > #+results: > #+begin_example > incorrect syntax: / is not a prefix operator > incorrect syntax: GuM is not an infix operator > parser: incomplete number; missing exponent?

[O] Email -> Org-mode: charset problem

2011-06-27 Thread Karl Voit
Hi! Is there somebody who managed to develop an email to Org-mode bridge without having charset problems? (No, I do not use Emacs as a MUA[4]) Disclaimer: This is not directly related to Org-mode but I guess there are people here with the very same problem. I am using a procmail[1] with

Re: [O] [BUG] doc/org.texi:org-crypt.el

2011-06-27 Thread Bastien
Nick Dokos writes: > The headings for the org-crypt.el section of org.texi contain spurious > plus signs (possibly from a bad patch application): > > +@node org-crypt.el, , Interaction, Miscellaneous > +@section org-crypt.el > +@cindex @file{org-crypt.el} > +@cindex @code{org-decrypt-entry} > >