[Orgmode] Autoloading failed to define function org-agenda after an update

2008-08-06 Thread Michaël Parienti
Hi, After upgrading to orgmode version 6.05 (with an aptitude dist-upgrade under a debian sid system), and changing my configuration file to resolve the problem described here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07167.html, I still have a problem when I type C-ca. I get the

[Orgmode] updating org-mode on Windows

2008-08-06 Thread chick knick
Hello, I'm running Emacs 22.2.1 on WinXP. I've downloaded and unzipped the latest Org files (6.06b), and have modified the load-path line in my .emacs file as follows - (add-to-list 'load-path c:/path/to/org-6.06b/lisp/) This is at the top of my .emacs file so it should read this line first.

[Orgmode] Re: Autoloading failed to define function org-agenda after an update

2008-08-06 Thread Paul R
Hi Michaël, On Mon, 4 Aug 2008 14:21:00 +0200, Michaël Parienti [EMAIL PROTECTED] said: Michaël Hi, Michaël After upgrading to orgmode version 6.05 (with an aptitude Michaël dist-upgrade under a debian sid system), and changing my Michaël configuration file to resolve the problem described

[Orgmode] Command line tricks

2008-08-06 Thread Russell Adams
I've recently started using a few command line options with Org I thought I'd share, perhaps they'll inspire someone else. In my ~/.bashrc, I have defined an alias for Org that runs: emacs -nw --funcall org-agenda-list Which pulls up Org in the agenda view, which is where I wanted to be in the

[Orgmode] [PATCH] Fix typo

2008-08-06 Thread Bernt Hansen
--- lisp/org-remember.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index ebeb112..6274f17 100644 --- a/lisp/org-remember.el +++ b/lisp/org-remember.el @@ -207,7 +207,7 @@ user each time a remember buffer with a running

Re: [Orgmode] blorg users?

2008-08-06 Thread Alex Ott
Hello I'm currently started to use blorg, and found some problems with it - for example, improper generation of relative links - for example, [[../bla-bla-bla][description]] is turned into http://my-url/:../bla-bla-bla - may be you know this problem? P.S. is any mailing list for blorg users, or

[Orgmode] Re:

2008-08-06 Thread Michaël Parienti
Le mer 06/08/08 09:37, Paul R [EMAIL PROTECTED] a écrit: Hi Michaël, On Mon, 4 Aug 2008 14:21:00 +0200, Michaël Parienti michael @parienti.name said: Michaël Hi, Michaël After upgrading to orgmode version 6.05 (with an aptitude Michaël dist-upgrade under a debian sid system), and

[Orgmode] set remember default file to be originating .org file

2008-08-06 Thread Sullivan, Gregory (US SSA)
If I invoke remember from a .org file, e.g. foo.org, I would like the default file to which the remembered note is saved to be that file, foo.org. I work on several projects at a time, and the project mix changes monthly. While on a project, I generate lots of project-specific notes and

[Orgmode] Re: Command line tricks

2008-08-06 Thread Peter Jones
Russell Adams [EMAIL PROTECTED] writes: I've recently started using a few command line options with Org I thought I'd share, perhaps they'll inspire someone else. Awesome stuff Russell. Thanks for sharing. -- Peter Jones, http://pmade.com pmade inc. Louisville, CO US

[Orgmode] Re:

2008-08-06 Thread Paul R
On Wed, 6 Aug 2008 17:50:38 +0200, Michaël Parienti [EMAIL PROTECTED] said: Michaël I uninstall one of my emacs version (the snapshot one) and Michaël keep just the 22.2.1 version. I reinstall the org-mode Michaël package from debian repository. Michaël I am sure that I have only one version of

Re: [Orgmode] updating org-mode on Windows

2008-08-06 Thread Sebastian Rose
Hi Chick, chick knick schrieb: Hello, I'm running Emacs 22.2.1 on WinXP. I've downloaded and unzipped the latest Org files (6.06b), and have modified the load-path line in my .emacs file as follows - (add-to-list 'load-path c:/path/to/org-6.06b/lisp/) This adds the element to the end

RE: [Orgmode] set remember default file to be originating .org file

2008-08-06 Thread Sullivan, Gregory (US SSA)
OK - I did the following. I allow for functions in the filename positions of templates, changing org-remember.el as follows: diff ../../org-6.05b/lisp/org-remember.el ./org-remember.el 321,322c321 (file (if (and (nth 1 entry) (stringp (nth 1 entry))

[Orgmode] Re: Command line tricks

2008-08-06 Thread Patrick Drechsler
Russell Adams [EMAIL PROTECTED] writes: I've recently started using a few command line options with Org I thought I'd share, perhaps they'll inspire someone else. In my ~/.bashrc, I have defined an alias for Org that runs: [snip] Thanks for sharing that! alias todo=$EMACS -nw --funcall

[Orgmode] Re: Problems publishing css files

2008-08-06 Thread Bernt Hansen
Richard G Riley [EMAIL PROTECTED] writes: I can org-publish both web-org and web-images with no problem. However when I try to publish web-css I get: , | Debugger entered--Lisp error: (error Wrong type argument: arrayp, nil) | signal(error (Wrong type argument: arrayp, nil)) |

Re: [Orgmode] Latex exporting

2008-08-06 Thread Daniel Goldin
Thank you so much for sharing this! d. On Wed, Aug 6, 2008 at 2:32 PM, Russell Adams [EMAIL PROTECTED]wrote: On Tue, Jul 29, 2008 at 06:46:37PM -0500, Russell Adams wrote: I've finally embarked upon a journey of exploration, attempting to publish quality PDF's via org and latex. As a