[O] project-explorer package forcing new frame... better solution than mine?

2014-11-14 Thread Brady Trainor
Hi, I'm trying the project-explorer package. It uses a persistent window for a browsing tree. This causes a new frame when using any of org-export-dispatch, org-agenda-view menu, ibuffer-other-window, and org-insert-link. (My C-c C-e, C-c C-a, C-x C-b, C-c C-l.) I've made a solution for the

[O] Coursera class on reproducible research

2014-11-14 Thread John Hendy
Thought this might interest the list: - https://www.coursera.org/course/repdata I've taken other Johns Hopkins classes on Data Analysis from Rober Peng and Jeff Leek and found them to be pretty good. They'll be using R, and I'm going to guess they'll be teaching this withing the context of RStudio

Re: [O] [PATCH] inline src block results can be removed

2014-11-14 Thread Aaron Ecay
Hi Chuck, Hi Nicolas, I had a response to Chuck’s earlier message that was sitting around waiting to be finished...time marches on however. Apologies. I think the following bit is the only part that’s potentially still relevant: > > I don't think the usual #+MACRO works here, as the definition

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Nicolas Goaziou
Hello, Michael Brand writes: > In my opinion the newest patches can be applied, tests passed on my > side. Thank you. Thanks. However, I get compilation errors, probably due to the macro `org-table-execute-once-per-second'. In particular, using multiple ",t1" isn't a good idea. BTW, Nathaniel

Re: [O] Bug (regression) in org-replace-disputed-keys. Bisected.

2014-11-14 Thread Miro Bezjak
Hi all, I rather like that `org-read-date` takes over windmove keys during the second or two that I'm using it. By reverting this, I guess I'll have to copy and paste the whole `defvar` just to add `(org-replace-disputed-keys nil)`. May I make a compromise here? Can we make a new defcustom (org-d

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-14 Thread Nick Dokos
Nick Dokos writes: > Nicolas Goaziou writes: > >> Hello, >> >> Sebastien Vauban >> writes: >> >>> Hello, >>> >>> Clicking on such a link: >>> >>> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] >>> >>> ... opens the Org agenda for that day -- while it should open my

Re: [O] [PATCH] inline src block results can be removed

2014-11-14 Thread Nicolas Goaziou
"Charles C. Berry" writes: > More patches (as you can see). Now ox.el, ob-core.el, and ob-exp.el > are patched. Thanks. > Also, the user can customize org-babel-inline-result-wrap to always > get verbatim or otherwise wrap the contents of the macro. I don't think this is a good idea. If we re

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-14 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Sebastien Vauban > writes: > >> Hello, >> >> Clicking on such a link: >> >> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] >> >> ... opens the Org agenda for that day -- while it should open my file, right? >> >> OTOH, a full link

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Michael Brand
Hi Nathaniel On Fri, Nov 14, 2014 at 7:00 PM, Nathaniel Flath wrote: > Bleh. Took out the wrong cnt, and that didn't show up in my testing for > some reason. In my opinion the newest patches can be applied, tests passed on my side. Thank you. Michael

[O] Problem with footnote in html export

2014-11-14 Thread Thomas S. Dye
Aloha all, With the following org file, exporting the subtree to html gives this: ,-- | org-html-footnote-reference: Format specifier doesn't match argument type `--

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Nathaniel Flath
Bleh. Took out the wrong cnt, and that didn't show up in my testing for some reason. On Fri, Nov 14, 2014 at 11:10 PM, Michael Brand wrote: > Hi Nathaniel > > On Fri, Nov 14, 2014 at 2:33 PM, Nathaniel Flath > wrote: > > Aaaand another try. > > I tested them and got an error because of a missi

Re: [O] [PATCH] inline src block results can be removed

2014-11-14 Thread Charles C. Berry
Nicolas, More patches (as you can see). Now ox.el, ob-core.el, and ob-exp.el are patched. A few examples of how they render various src_[headers]{code} setups are also attached. Discussion inline below. On Thu, 13 Nov 2014, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: I

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Michael Brand
Hi Nathaniel On Fri, Nov 14, 2014 at 2:33 PM, Nathaniel Flath wrote: > Aaaand another try. I tested them and got an error because of a missing cnt: > + (message "Re-applying formulas to %d lines...done" Michael

Re: [O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-14 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > Hello, > > Clicking on such a link: > > [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] > > ... opens the Org agenda for that day -- while it should open my file, right? > > OTOH, a full link such as: > > [[file:~/Projects/Type/Clie

Re: [O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-14 Thread Milan Zimmermann
Please ignore my note about converting table.el to table. There is a C-c ~ . On Fri, Nov 14, 2014 at 10:51 AM, Milan Zimmermann < milan.zimmerm...@gmail.com> wrote: > Hi Nicolas, > > Thanks for your answers. > > On the first example from Git - you are right this snippet exports > correctly. I had

Re: [O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-14 Thread Milan Zimmermann
Hi Nicolas, Thanks for your answers. On the first example from Git - you are right this snippet exports correctly. I had a big file and after removing all tables, the export failed and I thought it pointed to the git section. But I cannot duplicate this now, I apologize for including this example

Re: [O] Inline code :results replace not working

2014-11-14 Thread Grant Rettke
Maybe use `org-babel-default-inline-header-args'. On Thu, Nov 13, 2014 at 12:40 PM, Michael wrote: > > > Ista Zahn gmail.com> writes: > >> >> On Mon, Nov 10, 2014 at 3:04 PM, Grant Rettke > wisdomandwonder.com> wrote: >> > On Mon, Nov 10, 2014 at 11:03 AM, Ista Zahn gmail.com> > wrote: >> >> O

[O] language comparison framework

2014-11-14 Thread Michael Bach
Hi all, I found a nice comparison of python, R and matlab[1]. This type of comparison is available for other domains as well[2]. Now the sources for these are on github[3]. The markup looks, erhm, unpleasant, i.e. hard to edit, unless you use wikidot[4] - which is what the author uses. Now I w

[O] [bug] Link to filename beginning by a date opens... the agenda

2014-11-14 Thread Sebastien Vauban
Hello, Clicking on such a link: [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] ... opens the Org agenda for that day -- while it should open my file, right? OTOH, a full link such as: [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][file:~/Projects/Type/Clie

Re: [O] [RFC] Change property drawer syntax

2014-11-14 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > Sebastien Vauban writes: > >> After heavy testing (on all my Org files, I mean) of the above function, >> it works perfectly except for the following corner-case [...]. > > Thanks for your feedback. Would the following updated function solve the > problem?

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-14 Thread Nathaniel Flath
Aaaand another try. On Thu, Nov 13, 2014 at 12:39 AM, Michael Brand wrote: > Hi Nathaniel > > On Wed, Nov 12, 2014 at 12:51 PM, Nathaniel Flath > wrote: > > New patches attached! > > Now that they apply I found: > > > + "Re-applying formulas to full table...(line %d)"))) > > Missi

Re: [O] How to input | in org tables

2014-11-14 Thread Rasmus
Hi, etimecowboy writes: > I want have a org table that contains symbole | in a table > element. Org parses | as a field separator and add a new column. Is > there any escape method from this. > > example: > > | 1 | 2 | 3 | > | a | b | | | Maybe: |\vert| I don't know if there's a better way...

[O] How to input | in org tables

2014-11-14 Thread etimecowboy
Hello, I want have a org table that contains symbole | in a table element. Org parses | as a field separator and add a new column. Is there any escape method from this. example: | 1 | 2 | 3 | | a | b | | | Cheers, Alan

Re: [O] Repeated teaching classes and stopping date

2014-11-14 Thread Eric S Fraga
On Friday, 14 Nov 2014 at 10:42, Samuel Loury wrote: > Eric S Fraga writes: > >> On Thursday, 13 Nov 2014 at 11:44, Samuel Loury wrote: >> > > [...] > >> and I use sticky agenda views to help avoid unnecessary regeneration. > > Wow, sticky agenda views are cool! Indeed! And essential for org on

Re: [O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-14 Thread Rasmus
Hi, Nicolas Goaziou writes: > Rasmus writes: > >> Nicolas Goaziou writes: >> >>> IMO, it is worth pondering if we should drop the defective support for >>> table.el tables in Org. >> >> Fine with me. Last I checked I was not able to get the output of >> tabel.el tables to be satisfying (e.g.

Re: [O] problem with auto-fill-mode in gnus with org

2014-11-14 Thread Eric S Fraga
On Thursday, 13 Nov 2014 at 21:07, Nicolas Goaziou wrote: [...] > Odd. I'm not able to reproduce it. Not surprising given the amount of customisation I have. Thanks for checking! > However, using `org-auto-fill-function' without Org major mode may be > asking for trouble (variables not initial

Re: [O] Repeated teaching classes and stopping date

2014-11-14 Thread Samuel Loury
Eric S Fraga writes: > On Thursday, 13 Nov 2014 at 11:44, Samuel Loury wrote: > [...] > and I use sticky agenda views to help avoid unnecessary regeneration. Wow, sticky agenda views are cool! >> I don't understand how the SD card speed is to be taken into account >> since org mode by default

Re: [O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-14 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou writes: > >> IMO, it is worth pondering if we should drop the defective support for >> table.el tables in Org. > > Fine with me. Last I checked I was not able to get the output of > tabel.el tables to be satisfying (e.g. I think I gave up on having them > follow

Re: [O] Possible to recalculate tables automatically before exporting?

2014-11-14 Thread Fabrice Niessen
William Denton wrote: > Is it possible to make tables recalculate automatically when exporting? > > In a file I'm working on now, I have a table with formulas that take two > columns > of numbers I enter and turn them into two columns of derived numbers. I had > missed one line of data, so I ente

Re: [O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-14 Thread Rasmus
Nicolas Goaziou writes: > IMO, it is worth pondering if we should drop the defective support for > table.el tables in Org. Fine with me. Last I checked I was not able to get the output of tabel.el tables to be satisfying (e.g. I think I gave up on having them follow booktabs when exporting to L

Re: [O] Tangling src blocks to files as part of export

2014-11-14 Thread Rainer M Krug
Michael Weylandt writes: >> On Nov 13, 2014, at 10:54 AM, Michael Weylandt >> wrote: >> >> Is it possible to have certain blocks tangled as part of export so >> that they are available as input files to later source blocks? >> >> E.g., >> >> #+BEGIN_SRC python :tangle hello.py >> print "Hell

Re: [O] [RFC] Change property drawer syntax

2014-11-14 Thread Nicolas Goaziou
Hello, Sebastien Vauban writes: > After heavy testing (on all my Org files, I mean) of the above function, > it works perfectly except for the following corner-case (when there are > Org properties in "quote" blocks): > > * Reference > > Example of Custom ID: > > #+begin_verse > ,* Some title

Re: [O] Bug: Export to html and latex fails on these (relatively common) strings [8.2.10 (8.2.10-16-g4c37a9-elpa @ /home/mzimmermann/.emacs.d/elpa/org-20141110/)]

2014-11-14 Thread Nicolas Goaziou
Hello, Milan Zimmermann writes: > Any of the strings in Ex 1) to Ex 4) below, even individually, > including the extremely simple example 4, fails the export of the org > file to latex and html. The failure appears to happen in the first > step (converting to an intermediate format) > > *Steps t