[O] email ui choices?

2015-07-13 Thread Matt Price
Hi, I still use thunderbird for email and will continue to do so for a while -- likely until concurrency is well-enough established that my mail client hanging doesn't stop me from working. However: I am jealous of the ease with which everyone emails subtrees around, and I would like to be able t

Re: [O] Invalid Markup Validation with footnotes

2015-07-13 Thread OSiUX
El lun, 13 jul 2015, Rasmus decía: > Hi, > > OSiUX writes: > > > Hi everybody, using a W3C validator the footnotes are invalid. :( > > [...] > > How should define the footnote? > > Is an exporter error? > > Thanks. > > I tried to fix it in commit fd990a81e38ad80892519395ed52fbef5aca6545. It

Re: [O] [PATCH] org-closest-date: Don't accept canceled repeater

2015-07-13 Thread Kyle Meyer
Hi Rasmus, Rasmus wrote: [...] > I'm happy to push your commit, but I don't really know what you mean by > canceled repeater. Since you are the expert, would you mind posting an > example of a document with the error you fix? Sorry, I should have included an example. If I have a heading that l

Re: [O] John's amazing indexing posts

2015-07-13 Thread John Kitchin
Thanks Matt, That is also my impression of where this will go. Eventually this will move towards a database search engine, e.g. like Oleg's project at https://github.com/wvxvw/sphinx-mode. I am not sure precisely which direction though. Swish-e is nice, but at the moment you cannot incrementally u

Re: [O] Bug: org-columns adds spaces [8.3beta (release_8.3beta-1286-g20795f @ /home/youngfrog/sources/org-mode/lisp/)]

2015-07-13 Thread Nicolas Richard
Nicolas Richard writes: > The buffer is still marked "unmodified" but there are five space > characters at the end of the headline. (and this will later confuse org > element cache which thus give errors, but I guess that's to be > expected.) Meanwhile I had a look and it's due to this part of or

[O] Bug: org-columns adds spaces [8.3beta (release_8.3beta-1286-g20795f @ /home/youngfrog/sources/org-mode/lisp/)]

2015-07-13 Thread Nicolas Richard
Here's my test.org file : * Test org :PROPERTIES: :COLUMNS: %15foo %fooo %2f %2fo %2foobar %2foobaz %2fooquw %2fooqux %2fooapp %2foopoj %2fooazf %2fooavp %10foopa %1whatever :END: Here's how I test it : emacs -Q -L ~/sources/org-mode/lisp/ test.org -f whitespace-mode then hit: M-x white

Re: [O] Publishing: building navigation menus and lists of files

2015-07-13 Thread giles
Matt Price writes: > I am hoping to finally transition some of my websites to static sites > published directly from org finally!). one thing I would really like is to > automatically build menus and perhaps index files based on the directory > structure I'm exporting from. I'm half way there wi

Re: [O] [PATCH] org-closest-date: Don't accept canceled repeater

2015-07-13 Thread Rasmus
Hi Kyle, Thanks for your patch. Kyle Meyer writes: > The attached patch fixes an arithmetic error that occurs when calling > org-agenda on a file that contains a heading with a canceled repeater. I'm happy to push your commit, but I don't really know what you mean by canceled repeater. Since

Re: [O] ox-latex: default packages cleaning

2015-07-13 Thread Rasmus
Hi, Rasmus writes: > * tolerance > * marvosym¹ > * Wasysym² Pushed. > * Fixltx2e Will push after 8.3 is released. Rasmus -- Dobbelt-A

Re: [O] Invalid Markup Validation with footnotes

2015-07-13 Thread Rasmus
Hi, OSiUX writes: > Hi everybody, using a W3C validator the footnotes are invalid. :( > [...] > How should define the footnote? > Is an exporter error? Thanks. I tried to fix it in commit fd990a81e38ad80892519395ed52fbef5aca6545. It produces error-free and visually correct results in with my

[O] John's amazing indexing posts

2015-07-13 Thread Matt Price
Not sure if everyone has seen John's latest post about indexing org files with swish-e: http://kitchingroup.cheme.cmu.edu/blog/2015/07/06/Indexing-headlines-in-org-files-with-swish-e-with-laser-sharp-results/ It's very impressive. It strikes me as a step towards an incredibly ambitious project t