Re: [O] Problem exporting code

2013-01-21 Thread Bastien
Hi Thomas and all, t...@tsdye.com (Thomas S. Dye) writes: > Ken Williams writes: > >>> I've been using this: >>> - http://vgoulet.act.ulaval.ca/en/emacs/mac/ Thanks for the pointer, I was not aware of this distribution. > Interesting, this Emacs distribution removed Org a few days ago. This

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-21 Thread Muchenxuan Tong
Achim Gratz nexgo.de> writes: > > Muchenxuan Tong writes: > > Bug fix: delete indirect buffer's window only when it exists. > > * org-agenda.el (org-agenda-quit): Delete indirect buffer's window > > only when it exists. > > Introduces a new bug: when-let is not defined in GNU Emacs. > > Regard

Re: [O] Problem exporting code

2013-01-21 Thread Thomas S. Dye
Ken Williams writes: > On Mon, Jan 21, 2013 at 5:02 PM, John Hendy wrote: > >> >> On Jan 21, 2013 4:51 PM, "Ken Williams" wrote: >> > >> > It's been a while since I've used this machine, so I'd updated to the >> latest Aquamacs, but it looks like Aquamacs itself hasn't seen a release in >> over

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Achim Gratz
Nick Dokos writes: > I believe that just as with code changes, doc changes also need FSF > copyright assignment. The FSF owns the copyright to all of Org, including the documentation. So yes, anything over 20 lines non-trivial chnages needs to be assigned to FSF. Regards, Achim. -- +<[Q+ Matri

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Nick Dokos
Daimrod wrote: > John Hendy writes: > > > On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: > >> Hi, > >> > >> It would be nice if the documentation mentioned the need to reparse the > >> org buffer with `C-c C-c' when a property is set with #+PROPERTY. > >> (info "(org) Property syntax") > > >

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
On Mon, Jan 21, 2013 at 5:02 PM, John Hendy wrote: > > On Jan 21, 2013 4:51 PM, "Ken Williams" wrote: > > > > It's been a while since I've used this machine, so I'd updated to the > latest Aquamacs, but it looks like Aquamacs itself hasn't seen a release in > over a year. That's probably part o

Re: [O] MobileOrg status

2013-01-21 Thread Matthew Jones
Just to be clear... this is MobileOrg for IOS the Android version is going strong and is still available via the Play store. On Fri, Jan 18, 2013 at 1:24 AM, Mobile Org wrote: > Hi Everyone, > > Here is a quick status update regarding MobileOrg. > > Several people have stepped in to take ov

[O] [PATCH] Re: #+PROPERTY documentation

2013-01-21 Thread Daimrod
Daimrod writes: > Hi, > > It would be nice if the documentation mentioned the need to reparse the > org buffer with `C-c C-c' when a property is set with #+PROPERTY. > (info "(org) Property syntax") > > And, IMO, it should also be mentioned here: > (info "(org) Buffer-wide header arguments"). > >

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Daimrod
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Daimrod (Greg), > > Daimrod writes: > >> >> So, here is a patch for this: > > If you add [PATCH] to the email Subject, your patch will be brought to > the attention of the developers. I didn't know, thanks. > All the best, > Tom -- Daimrod/Greg

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Thomas S. Dye
Aloha Daimrod (Greg), Daimrod writes: > > So, here is a patch for this: If you add [PATCH] to the email Subject, your patch will be brought to the attention of the developers. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Problem exporting code

2013-01-21 Thread Thomas S. Dye
Aloha Ken, Ken Williams writes: > > It's been a while since I've used this machine, so I'd updated to the > latest Aquamacs, but it looks like Aquamacs itself hasn't seen a release in > over a year. That's probably part of the problem. I wonder if there's > something else filling the niche the

Re: [O] #+PROPERTY documentation

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 4:35 PM, Daimrod wrote: > John Hendy writes: > >> On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: >>> Hi, >>> >>> It would be nice if the documentation mentioned the need to reparse the >>> org buffer with `C-c C-c' when a property is set with #+PROPERTY. >>> (info "(org

Re: [O] Problem exporting code

2013-01-21 Thread Eric S Fraga
Ken Williams writes: > I believe I've figured it out. I must have an old version of 'htmlize' > installed somewhere, I 'edebug' traced through the code and fell through to > this part: Glad you sorted it! > I couldn't manage to set up my load-path to load htmlize 'properly' (is > htmlize not a

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Daimrod
Daimrod writes: > John Hendy writes: > >> On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: >>> Hi, >>> >>> It would be nice if the documentation mentioned the need to reparse the >>> org buffer with `C-c C-c' when a property is set with #+PROPERTY. >>> (info "(org) Property syntax") >> >> As in

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
On Mon, Jan 21, 2013 at 4:16 PM, John Hendy wrote: > On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote: > > > > On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote: > >> > >> > >> Awesome that you got it going. Do you still have =(require > >> 'org-install)= in your .emacs? ETA: just checked

[O] html export list indentation wrong with comments

2013-01-21 Thread Samuel Wales
Recent git. Commenting out a list item works properly, but exporting does not. Export of subtree to HTML. === * asdf 1) top level 2) another more - indented # - necessary to comment out this other indented list # # without ability to comment it out in p

Re: [O] #+PROPERTY documentation

2013-01-21 Thread Daimrod
John Hendy writes: > On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: >> Hi, >> >> It would be nice if the documentation mentioned the need to reparse the >> org buffer with `C-c C-c' when a property is set with #+PROPERTY. >> (info "(org) Property syntax") > > As in adding to the header argumen

Re: [O] #+PROPERTY documentation

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 12:41 PM, Daimrod wrote: > Hi, > > It would be nice if the documentation mentioned the need to reparse the > org buffer with `C-c C-c' when a property is set with #+PROPERTY. > (info "(org) Property syntax") As in adding to the header arguments? Yeah, probably wouldn't hur

Re: [O] Problem exporting code

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 11:45 AM, Ken Williams wrote: > > On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote: >> >> >> Awesome that you got it going. Do you still have =(require >> 'org-install)= in your .emacs? ETA: just checked and you do. I checked >> as I had an issue with emacs not using the

Re: [O] OT: Learning ELISP

2013-01-21 Thread Jonathan Arkell
I am a huge advocate of using org files and literate programming in your config files. A few reasons why: - Makes it easy to logically group sections of your init and configuration - Agenda tags search on your initialization file? Yes please! Extremely useful for those "cross-cutting" bits.

Re: [O] org-caldav feedback

2013-01-21 Thread David Engster
Torsten Wagner writes: > You might can try > >    http://sogo-demo.inverse.ca/SOGo/dav/sogo1/Calendar/personal/ > > which is the demo account of the Sogo.  Thanks. That'll work. After a bit of fiddling it seems that SOGo really really wants a timezone definition. I have no idea how those can be g

Re: [O] org-caldav feedback

2013-01-21 Thread David Engster
Torsten Wagner writes: > I also noticed the files org-caldav-2094e16.el and org-caldav-backup.org. > However, they are stored in my .emacs.d folder. Would it make sens to have an > option to save them relatively to the org-file? E.g. relative to the path set > in org-caldav-files? That would help t

Re: [O] org-caldav feedback

2013-01-21 Thread David Engster
Torsten Wagner writes: > Hey David, > could you please help me and steer me in the right direction to find the > cuprit > which makes the caldav calendar lagging an hour compared to the timestamps in > org-mode. It's difficult. I will need to add some (optional) excessive debugging output for see

[O] #+PROPERTY documentation

2013-01-21 Thread Daimrod
Hi, It would be nice if the documentation mentioned the need to reparse the org buffer with `C-c C-c' when a property is set with #+PROPERTY. (info "(org) Property syntax") And, IMO, it should also be mentioned here: (info "(org) Buffer-wide header arguments"). A simple footnote like the one pre

[O] Still Wishing for Snooze

2013-01-21 Thread Andrew M. Nuxoll
A while ago I posted for help in adding an ability to "snooze" a to-do item: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20114.html At the time, the only solution available was to create a manual copy of the item. This approach creates as many problems as it solves for me. I've gott

Re: [O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-21 Thread Achim Gratz
Muchenxuan Tong writes: > Bug fix: delete indirect buffer's window only when it exists. > * org-agenda.el (org-agenda-quit): Delete indirect buffer's window > only when it exists. Introduces a new bug: when-let is not defined in GNU Emacs. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron m

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
On Mon, Jan 21, 2013 at 10:48 AM, John Hendy wrote: > > Awesome that you got it going. Do you still have =(require > 'org-install)= in your .emacs? ETA: just checked and you do. I checked > as I had an issue with emacs not using the git version of org because > I stupidly had =(require 'org-insta

[O] [PATCH] Bug fix: delete indirect buffer's window only when it exists.

2013-01-21 Thread Muchenxuan Tong
Bug fix: delete indirect buffer's window only when it exists. * org-agenda.el (org-agenda-quit): Delete indirect buffer's window only when it exists. When indirect buffer's window doesn't exist, the original logic will delete the current window. TINYCHANGE diff --git a/lisp/org-agenda.el b/lisp/

Re: [O] Problem exporting code

2013-01-21 Thread John Hendy
On Mon, Jan 21, 2013 at 9:58 AM, Ken Williams wrote: > I believe I've figured it out. I must have an old version of 'htmlize' > installed somewhere, I 'edebug' traced through the code and fell through to > this part: > > (when lang > (if (featurep 'xemacs) >(require 'htmlize) > (require

Re: [O] Prefix arguments, checklists, and lists

2013-01-21 Thread Robert Horn
Nicolas Goaziou writes: > I plan to rewrite C-c C-c using Elements, so the behaviour will slightly > change. > > It will be better to discuss about checkboxes when this change is done. > I've got no problem waiting, but it would be a good idea to figure out a consistent non-contradictory key-bin

Re: [O] org-caldav feedback

2013-01-21 Thread Torsten Wagner
Hey David, could you please help me and steer me in the right direction to find the cuprit which makes the caldav calendar lagging an hour compared to the timestamps in org-mode. I use Linux, not sure that might be releated or not. Thanks Torsten On 17 January 2013 20:05, David Engster wrote:

Re: [O] colorg: Some news!

2013-01-21 Thread Daimrod
François Pinard writes: > Once we get a working solution, the protocol remains the contact point. > The server could be replaced using other languages, and new clients may > be written for other editors (given they are extensible enough). My > goal is quickly getting something usable, so I selec

Re: [O] Problem exporting code

2013-01-21 Thread Ken Williams
I believe I've figured it out. I must have an old version of 'htmlize' installed somewhere, I 'edebug' traced through the code and fell through to this part: (when lang (if (featurep 'xemacs) (require 'htmlize) (require 'htmlize nil t)) (when (not (fboundp 'htmlize-region-for-paste))

Re: [O] colorg: Some news!

2013-01-21 Thread François Pinard
Daimrod writes: > François Pinard writes: >> ColOrg is a project about real-time collaborative editing of Org files. > That's a really cool project! Thanks. > Do you plan to keep the server in Python? Or do you think it would be > possible to make this in Emacs Lisp only with Elnode[1] for

[O] OT: Learning ELISP (was: Wish: switch active time-stamps to inactive when CANCELED)

2013-01-21 Thread Karl Voit
* Memnon Anon wrote: > > Two days later, no reply so far. I'll give it a shot. > Karl, if you are still fiddling to make it work, ignore this posting > and keep trying. :) Well, the hook in combination with the ARCHIVE tag did resolve my current issue quite nicely. However, I follow ELISP lesson

Re: [O] Wish: switch active time-stamps to inactive when CANCELED

2013-01-21 Thread Memnon Anon
Nick Dokos writes: >> But unfortunately, I know that little of ELISP, that I am not able >> to implement it by myself :-( > Time to learn some then - and there is no better way than scratching > your own itch :-) Two days later, no reply so far. I'll give it a shot. Karl, if you are still fiddli

Re: [O] org-caldav feedback

2013-01-21 Thread Christian Egli
Torsten Wagner writes: > CC. Since Sogo does not allow a print view. Does someone know how to > create a printable weekly calendar which contains org-agenda entries? > I barley remember there was a possibility to create a PDF but can't > find it anymore  There are the cal-tex-* functions which p