Re: [Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Michael Zeller
Seb, Though, is there a way to get the font used for org-levels in the Emacs config file? That would really greatly improve the readability, then! Try changing th-outline-minor-mode-init to: (defun th-outline-minor-mode-init () (interactive) (setq outline-regexp (th-outline-regexp)) ;;

Re: [Orgmode] problems cloning using the http protocol

2009-07-15 Thread Giovanni Ridolfi
--- Mar 14/7/09, Richard Riley rileyrg...@googlemail.com ha scritto: Giovanni Ridolfi giovanni.rido...@yahoo.it writes: --- Mar 14/7/09, Dias Badekas dbade...@aia.gr ha scritto: At work being behind a corporate firewall I have no choice but to use the http protocol inorder to get

[Orgmode] error appearing when tring to export an org buffer to html: (error mumamo-find-chunks: ...

2009-07-15 Thread Rainer Stengele
Hi all! I have an error appearing when tring to export an org buffer to html. versions: - GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600) of 2009-06-30 on LENNART-69DE564 (patched) - Org-mode version 6.28trans - I am using the htmlize.el file from the org contrib section error message: Debugger

Re: [Orgmode] Re: [SOLVED] org-export-blocks

2009-07-15 Thread Simon Mullis
Haha! Interesting comment. I did try it for about 20 minutes but the sheer effort involved with stopping the decade-reinforced, Tourette-like hand spasms (:, :wq and so on) made this much more tricky for me. In the end I printed out a couple of Emacs cheat sheets and pinned them up next to

Re: [Orgmode] Error while: Stack overflow in regexp matcher

2009-07-15 Thread Giovanni Ridolfi
--- Mer 15/7/09, Sébastien Vauban wxhgmqzgw...@spammotel.com ha scritto: I'm trying to publish my `.emacs' file onto the Web [...] I've always an error when trying to publish my config file:     while: Stack overflow in regexp matcher. Nothing gets published. Of course, my `.emacs' file

Re: [Orgmode] Comments in Org-mode

2009-07-15 Thread Sebastian Rose
Manuel Amador amador.man...@gmail.com writes: Hi Sebastian and Russell, You are correct. The problem appears after I comment a region in org-mode with: M-x comment-region enter # enter Ahh - yes. If I comment something with M-x comment-region enter # enter it happens here, too. I

[Orgmode] re. org-export-blocks

2009-07-15 Thread Rustom Mody
I'm using org-mode 6.14 and Gnu/Emacs 23.0.91.1(Ubuntu Jaunty) Thats old (the org I mean; the emacs is recent but thats probably not relevant) As far as I know both ditaa and org-export-blocks was added more recently than that ___ Emacs-orgmode

[Orgmode] Re: Error while: Stack overflow in regexp matcher

2009-07-15 Thread Sébastien Vauban
Hi, Giovanni Ridolfi wrote: Sébastien Vauban ha scritto: I'm trying to publish my `.emacs' file onto the Web [...] I've always an error when trying to publish my config file: while: Stack overflow in regexp matcher. Nothing gets published. Of course, my `.emacs' file is quite long,

[Orgmode] org-style folding for programs (was org-style folding for a .emacs)

2009-07-15 Thread Rustom Mody
Scot Becker wrote: Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. Scot Im sure there was a mail about 3-5 months back to the org-list in which someone had announced a new mode. What

[Orgmode] Re: Comments in Org-mode

2009-07-15 Thread Matthew Lundin
Manuel Amador amador.man...@gmail.com writes: I think I have found a bug (or a feature!). Sometimes when writing documents I tend to comment out a line by adding a # in the column 0. However, after doing this in a line at the middle of the document, I get the following behavior:

Re: [Orgmode] Quick aquamacs related windowing question

2009-07-15 Thread Robert Goldman
Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I use org-mode on Aquamacs, and have some problems with the windowing. E.g., when I schedule an item created with remember, aquamacs opens the *Calendar* window in a different frame, then after I choose the date, I am incorrectly

[Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Sébastien Vauban
Hello Michael, Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. I asked myself this question a couple of days ago. Telepathy. For real. Good it has been asked, and answered. In

[Orgmode] Re: Comments in Org-mode

2009-07-15 Thread Samuel Wales
If it does not fully solve the problem, make comment-start a local variable, check fill-prefix, and make sure your load and mode hooks don't affect filling, or if they do, that they are idempotent. (setq comment-empty-lines t) (set (make-local-variable 'comment-start) #) On Wed,

Re: [Orgmode] problems cloning using the http protocol

2009-07-15 Thread Dias Badekas
I was under the impression that downloading/pulling only the changes from git (even with the *dumb* http method) would be better than getting repeatedly the whole archive. According to some posts on this thread, maybe the above assumption is not correct with git. is that right ? Still, it seems

Re: [Orgmode] problems cloning using the http protocol

2009-07-15 Thread Dias Badekas
Thanks for all your help. Turns out that the git version was 1.4.* and has a bug that prevented proper use of http_proxy settings. Upgrading to git 1.6.3.3 solved the problem. Now I can use git clone http:// Scot Becker scot.bec...@gmail.com writes: Just tried: git clone

[Orgmode] Re: problems cloning using the http protocol

2009-07-15 Thread Dias Badekas
If this is relevant your question, you may want to look into setting up a http CONNECT proxy, to use the efficient git protocol through your corporate proxy. I found these articles while searching for my problem.

[Orgmode] Re: Comments in Org-mode

2009-07-15 Thread Manuel Amador
Samuel, Your previous fix does seem to work for me. Thanks! Manuel On Wed, Jul 15, 2009 at 09:03:44AM -0700, Samuel Wales wrote: If it does not fully solve the problem, make comment-start a local variable, check fill-prefix, and make sure your load and mode hooks don't affect filling, or

Re: [Orgmode] Re: Org Special Ctrl A/E, option reversed

2009-07-15 Thread Brian van den Broek
Rainer Stengele said unto the world at 15/07/09 01:48 AM: On 15.07.2009 05:47, Brian van den Broek wrote: Rainer Stengele said unto the world at 14/07/09 05:25 AM: hi all, , | Org Special Ctrl A/E: Hide Value Value Menu after stars/bullet and before tags first | State: EDITED, shown value

Re: [Orgmode] Re: Comments in Org-mode

2009-07-15 Thread Sebastian Rose
Matthew Lundin m...@imapmail.org writes: Manuel Amador amador.man...@gmail.com writes: I think I have found a bug (or a feature!). Sometimes when writing documents I tend to comment out a line by adding a # in the column 0. However, after doing this in a line at the middle of the document, I

Re: [Orgmode] Re: Comments in Org-mode

2009-07-15 Thread Manuel Amador
Sebastian, The proposed fix by Samuel did seem to correct this problem for me. This is what I added to my .emacs file: (require 'filladapt) ;; fixes problems with autofill in orgmode (if (featurep 'filladapt) (filladapt-mode 1)) (setq filladapt-token-table '( ;; this must be first (^

[Orgmode] Vertical split in Emacs 23

2009-07-15 Thread Paul Mead
Hi, I've recently upgraded to Emacs 23, and I'm not at all impressed with the vertical split that it seems to prefer when there's supposedly enough buffer width to allow it - the Agenda gets squashed up and things like the TODO quick selection menus look terrible. Is there a way of changing this

Re: [Orgmode] Quick aquamacs related windowing question

2009-07-15 Thread Robert Goldman
Quick follow-up: The problem seems to be related to a block of code in org-read-date that's wrapped in (save-excursion (save-window-excursion )) Does anyone have a clear understanding of how these two special forms are going to interact? I looked into the documentation for

Re: [Orgmode] Re: Org Special Ctrl A/E, option reversed

2009-07-15 Thread Nick Dokos
Brian van den Broek van...@gmail.com wrote: Bastien: As you are wearing the Carsten-hat for the moment, it strikes me that Rainer's expectation that a documented value for the variable would be available in the customization value-menu is reasonable. Perhaps the reversed option ought to be

[Orgmode] UIDs in icalendar export (exporting my agenda)

2009-07-15 Thread aldrin d'souza
hello, i want to export my org-agenda as an icalendar file so that i can load it into some online calendar and access it on my phone. however, i'm facing some issues with the iCalendar files which org is generating. i can reproduce the problem by using org-export-icalendar-this-file on the

[Orgmode] Re: Vertical split in Emacs 23

2009-07-15 Thread Benjamin Andresen
Hey Paul, Paul Mead paul.d.m...@gmail.com writes: Hi, I've recently upgraded to Emacs 23, and I'm not at all impressed with the vertical split that it seems to prefer when there's supposedly enough buffer width to allow it - the Agenda gets squashed up and things like the TODO quick

Re: [Orgmode] Re: Org Special Ctrl A/E, option reversed

2009-07-15 Thread Samuel Wales
On Wed, Jul 15, 2009 at 10:52, Nick Dokosnicholas.do...@hp.com wrote: I have always thought that I am in the minority on that. I think that many people share the opinion. I wrote a list of suggestions to help-gnu-emacs and bug-gnu-emacs, but somebody needs to implement them. -- Myalgic

Re: [Orgmode] UIDs in icalendar export (exporting my agenda)

2009-07-15 Thread Nick Dokos
aldrin d'souza aldrindso...@gmail.com wrote: i want to export my org-agenda as an icalendar file so that i can load it into some online calendar and access it on my phone. however, i'm facing some issues with the iCalendar files which org is generating. i can reproduce the problem by using

[Orgmode] Re: UIDs in icalendar export (exporting my agenda)

2009-07-15 Thread Magnus Henoch
aldrin d'souza aldrindso...@gmail.com writes: if you notice, the UIDs in both the events are same. aren't they supposed to be different? when i import this file into an online calendar (like google) one of the event is dropped. am i missing something? i'm using org 6.28trans on emacs

[Orgmode] Export Org Mode in Wiki Format

2009-07-15 Thread Mike Malloy
Hello, I am a newbie but have done a Google search for this. I would like to export a .org file to a Confluence wiki page. Does anyone have any insight of how to do this? Thanks, Mike -- Mike Malloy | Senior Director of Product Management | Appregatta Technologies, Inc. 45 Belden Place

Re: [Orgmode] Proper way to link external files into a project?

2009-07-15 Thread Andreas Rottmann
Sebastian Rose sebastian_r...@gmx.de writes: Andreas Rottmann a.rottm...@gmx.at writes: Hi! I'd like to include several files into an org-mode project that live outside the project tree. I tried to just symlink them into the appropriate place into my project, and thought that might suffice

Re: [Orgmode] Export Org Mode in Wiki Format

2009-07-15 Thread Ed Hirgelt
On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote: I would like to export a .org file to a Confluence wiki page. Does anyone have any insight of how to do this? I'v found that exporting to HTML then visiting http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi works quite nicely. I

[Orgmode] Re: org-style folding for a .emacs

2009-07-15 Thread Sébastien Vauban
Hello Eric, Eric Schulte wrote: I've added some simplifying functions to the literate programming functionality of org-babel. It should now be easy to embed your elisp initialization into org-mode files. Specifically there is now a new `org-babel-load-file' function which can load the elisp

[Orgmode] sorting a single todo kw by inactive timestamp

2009-07-15 Thread Samuel Wales
I have siblings with various todo kw. I would like to sort just the ones with a certain todo kw (which, if it makes it easier, can be considered to be contiguous) by the first inactive timestamp. I want all the other nodes to not be changed in any way. Does anybody have safe code for doing this

Re: [Orgmode] org-style folding for a .emacs

2009-07-15 Thread Daniel Clemente
El lun, jul 13 2009 a les 23:23, Scot Becker va escriure: Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. I did this without needing to change variables or define new functions. Just