Re: [O] Tangling is broken in git master

2012-08-11 Thread Achim Gratz
Bernt Hansen writes: > Tangling doesn't work for me in git master anymore. Git bisect > identifies the following commit as introducing the problem [...] > Debugger entered--Lisp error: (void-function letrec) > (letrec ((intersect ...)) (funcall intersect (case context ... ... ...) > (split-stri

Re: [O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-11 Thread Nick Dokos
James Harkins wrote: > Okay, I've just about gotten that WebDAV service set up for mobileorg > sync. I can both GET and PUT files using cadaver. But org-mode isn't > talking to it properly. But from what you show below, you are not using cadaver (or anything webdav-related for that matter) to do

[O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-11 Thread James Harkins
Okay, I've just about gotten that WebDAV service set up for mobileorg sync. I can both GET and PUT files using cadaver. But org-mode isn't talking to it properly. According to [1] ("[user]" is a substitute for the real http user name): org-mobile-directory: /scpc:**user**@localhost:80/webdav/

[O] Tangling is broken in git master

2012-08-11 Thread Bernt Hansen
Hi Bastien, Tangling doesn't work for me in git master anymore. Git bisect identifies the following commit as introducing the problem --8<---cut here---start->8--- ba16c3c6f50738b070769040586945436439be76 is the first bad commit commit ba16c3c6f50738b070769040

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-11 Thread Bastien
t...@tsdye.com (Thomas S. Dye) writes: > I'm hoping for a repository of Org mode aware CSS "designs," regardless of > what ends up powering orgmode.org and worg. Good idea! Hopefully there will be at least one or two new CSS via the contest... crossing fingers. -- Bastien

Re: [O] fill-paragraph on lists broken

2012-08-11 Thread Bastien
Nicolas Goaziou writes: >> I have confirmed that this only occurs when filladapt is enabled. > > Do not use filladapt in Org buffers. Org is shipped with its own > filling mechanism. Yes -- we need to heavily insist on this: filladapt should *not* be used with org-mode. Thanks, -- Bastien

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-11 Thread Bastien
Hi Michael, Michael Brand writes: > This part that I changed between > http://patchwork.newartisans.com/patch/1405 > and > http://patchwork.newartisans.com/patch/1408 > got lost, the attached patch restores it. Unless I miss something obvious, the current version returns exactly the same thing

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-11 Thread Thomas S. Dye
Hi Bastien, Bastien writes: > Hi Tom, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Could the "losers" end up on Worg, too? I've often felt the >> need for a good CSS tailored to Org mode and it would be sweet to have >> more choices. > > Quoting the "rules": > > - The "new design" refers bot

Re: [O] fill-paragraph on lists broken

2012-08-11 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > A recent commit on master has broken fill-paragraph, making it indent > lists in strange ways. > > To attempt to reproduce, make a long line as a list header and do > fill-paragraph. The second line should indent to column 0 or to a > column to the right of where i

[O] fill-paragraph on lists broken

2012-08-11 Thread Samuel Wales
A recent commit on master has broken fill-paragraph, making it indent lists in strange ways. To attempt to reproduce, make a long line as a list header and do fill-paragraph. The second line should indent to column 0 or to a column to the right of where it should be or to some other place. I hav

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-11 Thread Michael Brand
Hi Bastien On Sat, Aug 11, 2012 at 6:55 PM, Bastien wrote: > Michael Brand writes: >> [...] >> Also a small change against your latest patch to not stop at “%” >> without following “(” and possibly miss a “%(” before. This part that I changed between http://patchwork.newartisans.com/patch/1405

Re: [O] Birthdays, org-contacts and agenda filters - a bug?

2012-08-11 Thread Bastien
Hi Simon, Simon Thum writes: > It is good enough for me, but it seems not to work with tag > inheritance, It does now, thanks. > and it could in general be better to allow tags to be returned from the > sexp itself. Well, it's more difficult, and I'm not sure it's really worth the effort. >

Re: [O] Latest commit broke capture

2012-08-11 Thread Bastien
Simon Thum writes: > reverting 1737d3c4ee3278ae7 fixes org-capture for me. > > It simply does not work ATM. (void-variable entry) Fixed, thanks. -- Bastien

[O] Latest commit broke capture

2012-08-11 Thread Simon Thum
Hi, reverting 1737d3c4ee3278ae7 fixes org-capture for me. It simply does not work ATM. (void-variable entry) Cheers, Simon

Re: [O] Birthdays, org-contacts and agenda filters - a bug?

2012-08-11 Thread Simon Thum
Thanks a lot, it works! It is good enough for me, but it seems not to work with tag inheritance, and it could in general be better to allow tags to be returned from the sexp itself. Anyway, jut a tought. If you let me tinker with worg I'm happy to document this feature. Cheers, Simon On

Re: [O] [ANN] Letter modes in the Groff exporter

2012-08-11 Thread Bastien
Hi Luis, thanks for all the hard work! I'm quite excited to test all this thoroughly (and to see your latest commits pushed to org-mode.git). Luis Anaya writes: >> This looks absolutely fantastic! I had a quick look through the Worg >> documentation, but I could not find any of the beautiful

Re: [O] possible org bug

2012-08-11 Thread Bastien
Bastien writes: > Please test the attached patch and see if this fixes the issue. I've now pushed this patch. Please report any issue you might have with org-publish. Thanks, -- Bastien

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-11 Thread Bastien
Hi Michael, Michael Brand writes: > Thank you for making `org-capture-inside-embedded-elisp-p' much > clearer. I was not sure if you really wanted to omit switching to > Emacs Lisp Mode although it is useful for example for “%(length ")")”. > So I attach a new patch where I restored this part, n

Re: [O] [ANN] Letter modes in the Groff exporter

2012-08-11 Thread Luis Anaya
Suvayu Ali writes: > > This looks absolutely fantastic! I had a quick look through the Worg > documentation, but I could not find any of the beautiful examples you [chomp] I can load them there, there are still in the Pogo Cloud thinguie. It just did not occurred to me to do it. > Thanks for t

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-11 Thread Michael Brand
Hi Bastien On Fri, Aug 10, 2012 at 10:53 AM, Bastien wrote: > Please try the attached patch and let me know if it works. Thank you for making `org-capture-inside-embedded-elisp-p' much clearer. I was not sure if you really wanted to omit switching to Emacs Lisp Mode although it is useful for exa

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-11 Thread Andrew Young
Hello All, Well, despite being relatively new to elisp, I've decided to take a crack at one of your problems. I'm not too sure what is causing the strange behaviour of the session property, but I have some thoughts on getting that one function working. Bear with me :-) It seems that for me, the

Re: [O] [ANN] Letter modes in the Groff exporter

2012-08-11 Thread Suvayu Ali
Hi Luis, On Sat, Aug 11, 2012 at 06:46:05AM -0400, Luis Anaya wrote: > Hi: > > This is probably the last major feature to be implemented in the Groff > exporter. > > This is to announce that support for the letter building > macros (WA/WE/IA/IE/LO and LT) are now available in the Groff > export

[O] [ANN] Letter modes in the Groff exporter

2012-08-11 Thread Luis Anaya
Hi: This is probably the last major feature to be implemented in the Groff exporter. This is to announce that support for the letter building macros (WA/WE/IA/IE/LO and LT) are now available in the Groff exporter. This feature allows you to write business communications in standard format which

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-11 Thread Bastien
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: > Could the "losers" end up on Worg, too? I've often felt the > need for a good CSS tailored to Org mode and it would be sweet to have > more choices. Quoting the "rules": - The "new design" refers both to http://orgmode.org/ and to http://orgmo

Re: [O] [OT] Current website not very attractive

2012-08-11 Thread Bastien
brian powell writes: > --I just hope that whoever "wins the contest" creates web pages that > are "501 compliant" and everyone can read on any computer using any > operating system and browser and those webpages are as printable as a > Texinfo document. Even better: as the website is based on .o

Re: [O] [OT] Current website not very attractive

2012-08-11 Thread Bastien
Nick Dokos writes: > Another goal should be ease of maintenance of the website: I'm sure > neither Bastien nor Jason have infinite time to tweak things. I confirm I don't have infinite time, but I do have ~infinite patience for this kind of stuff. -- Bastien

Re: [O] Using org-mode as day planner

2012-08-11 Thread Bastien
Hi John, John Hendy writes: > Date trees are the obvious way to be able to do this, but they don't > have any of the neat search functionality that I know of. Can you describe the search functionality you would like for date-trees? I'm not sure I groked it. Thanks, -- Bastien

Re: [O] [OT] Current website not very attractive

2012-08-11 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > @Nick: I'm not a designer, more of a hybrid coder with some design > foundations, but I'm definitely willing to help. I don't like the > current layout because of it's overuse of shadows and its > "web1"-style layout. Also, typography could use some

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-11 Thread Bastien
Hi Rémi Letot, hob...@poukram.net (Rémi Letot) writes: > Bastien writes: > >> Hi all, >> >> Yes, we can improve the website. >> >> I suggest we organize a contest and vote for the design we want. > > good idea, but maybe postpone the dates by one month so that people can > get back from holliday