[O] [PATCH] (contrib) Documentation fixes for org-mac-link

2013-12-08 Thread Daniil Frumin
- org-mac-message.el and org-mac-link-grabber have been combined into org-mac-link.el - The menu option for grabbing links from Google Chrome is `[c]hrome' the .patch file is attached -- Sincerely yours, -- Daniil Frumin 0001-Documentation-fixes-for-org-mac-link.patch Description: Binary dat

Re: [O] [PATCH] (contrib) Documentation fixes for org-mac-link

2013-12-08 Thread Carsten Dominik
Applied, thank you. - Carsten On 8.12.2013, at 10:44, Daniil Frumin wrote: > > - org-mac-message.el and org-mac-link-grabber have been combined into > org-mac-link.el > - The menu option for grabbing links from Google Chrome is `[c]hrome' > > the .patch file is attached > > -- > Sincerely

Re: [O] per file face keywords, /in/ file

2013-12-08 Thread Suvayu Ali
On Sun, Dec 08, 2013 at 05:57:12AM +, brady trainor wrote: > Suvayu Ali gmail.com> writes: > > [...chomp...chomp...chomp...] > Further, I appreciate your link to a sample of colors, as I am confident you > have

Re: [O] text-only plots

2013-12-08 Thread Suvayu Ali
On Sat, Dec 07, 2013 at 07:48:51PM +, Thierry Banel wrote: > > I wrote a package to draw such small-quick-and-text-only graphs. > It is here: http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html > Just type C-c p This looks cool! -- Suvayu Open source is the future. It sets us free.

Re: [O] text-only plots

2013-12-08 Thread Michael Brand
Hi Thierry On Sat, Dec 7, 2013 at 8:48 PM, Thierry Banel wrote: > What about text-only plots in tables ? > All in Emacs, without any external package. > > | x | x^2 | | > |+-+--| > | 0 | 0 | | > | 1 | 1 | .| > | 2 | 4 | :

Re: [O] Exams with Org?

2013-12-08 Thread Roger Mason
Hello, On 12/06/2013 03:53 PM, Roger Mason wrote: Hello, Has anyone used Org to create exams? It would be useful to have the value per question totalled to provide the total per section etc and to be able to embed the answers in the exam and expose them in the final document using some kind

Re: [O] text-only plots

2013-12-08 Thread Michael Brand
On Sun, Dec 8, 2013 at 12:27 PM, Michael Brand wrote: > I suggest to have also a unicode variant using > http://en.wikipedia.org/wiki/Block_Elements To make it more complete: Distinguish between the variant with coordinate grid and the one continuous: | year | % | ascii| grid (0 to 7 8th) |

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Michael Brand gmail.com> writes: > To make it more complete: Distinguish between the variant with > coordinate grid and the one continuous: > > | year | % | ascii| grid (0 to 7 8th) | continuous (0 to 8 8th) | > |--++--+---+-| > | 2009

Re: [O] text-only plots

2013-12-08 Thread Achim Gratz
Michael Brand writes: > Your idea is very good. I suggest to have also a unicode variant using > http://en.wikipedia.org/wiki/Block_Elements > with (elt " ▏▎▍▌▋▊▉" [...]) to divide one char into eight widths which These would be even more useful if all UPPER and RIGHT variants existed. Oh well.

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Hello all. Following a suggestion from Michael Brand (thanks, Michael!), I implemented a version able to use unicode block characters. It is here: http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html Use =C-u C-c p= in the column to plot, and answer questions. Without =C-u= prefix, the base

[O] Yet another Jekyll Org mode setup

2013-12-08 Thread Waldemar Quevedo
Hello list, This is just to share my setup for using Jekyll and Org mode in case someone finds it useful... https://github.com/wallyqs/yet-another-jekyll-org-template What I like about this setup is that I can avoid having to add YAML front matter to Org mode posts by patching Jekyll with a plugi

Re: [O] text-only plots

2013-12-08 Thread Carsten Dominik
Hi Thierry, This is really nice. Thank you! This is not a lot of code - I would not mind simply integrating this into org-table.el The only hickup might be that this could be trouble for the exporters - or have you produced the webpage directly from an org file? - Carsten On 8.12.2013, at 18

Re: [O] Exams with Org?

2013-12-08 Thread John Kitchin
the org-source for all the posts are accessible by a link at the bottom of the page. the one you want is http://kitchingroup.cheme.cmu.edu/org/2013/10/23/Writing-exams-in-org-mode.org John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemic

Re: [O] Exams with Org?

2013-12-08 Thread John Kitchin
I also just wrote a little bit about selective exporting, eg problems and solutions from org files here: http://kitchingroup.cheme.cmu.edu/blog/2013/12/08/Selectively-exporting-headlines-in-org-mode/ j John --- John Kitchin Associate Professor Doherty Hall A207F

Re: [O] text-only plots

2013-12-08 Thread Michael Brand
Hi Thierry On Sun, Dec 8, 2013 at 6:43 PM, Thierry Banel wrote: > Following a suggestion from Michael Brand (thanks, Michael!), > I implemented a version able to use unicode block characters. > It is here: > http://orgmode.org/worg/org-contrib/orgtbl-ascii-plot.html Thank you for implementing th

[O] [BUG] inline source breaks paragraphs

2013-12-08 Thread Andreas Leha
Hi all, inline source -- when on its own line -- breaks the paragraph, which is unexpected. Here is a test file: --8<---cut here---start->8--- * Test This is a broken src_R[:exports results :results raw]{10} paragraph. --8<---cut here-

Re: [O] [BUG] inline source breaks paragraphs

2013-12-08 Thread Andreas Leha
Hi all, I sent too quickly... Andreas Leha writes: > Hi all, > > inline source -- when on its own line -- breaks the paragraph, which is delete that. > unexpected. > > Here is a test file: > > * Test > > This is a broken > src_

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Carsten Dominik gmail.com> writes: > > Hi Thierry, > > This is really nice. Thank you! > > This is not a lot of code - I would not mind simply integrating this into org-table.el The only hickup might be > that this could be trouble for the exporters - or have you produced the webpage directly

Re: [O] text-only plots

2013-12-08 Thread Thierry Banel
Michael Brand gmail.com> writes: > > Thank you for implementing these variations. > > Michael > > Thanks for this simple and effective idea. Thierry