Re: [O] make orgtbl-ascii-plot easier to install

2014-08-10 Thread Thierry Banel
Le 28/07/2014 16:40, Bastien a écrit : >> Of course, I am still open to Dominik Carsten suggestion >> to add it into the core (org-table.el). >> http://thread.gmane.org/gmane.emacs.orgmode/79668 > Please go ahead and provide a patch for this, I agree this > is a nice addition for Org's core. > Sorr

Re: [O] Managing web bookmarks using Org-mode

2014-08-10 Thread Karl Voit
* Karl Voit wrote: > Hi! > > I just summarized and blogged my work-flows to capture web bookmarks > from Android (MobileOrg) and within Emacs/Org-mode. I manage them > within Org-mode which replaced my delicious work-flows. > > Nothing fancy for moderate to advanced Org-mode users. > > Feedback we

Re: [O] Managing web bookmarks using Org-mode

2014-08-10 Thread Xebar Saram
sounds great could you paste a link to your blog post? best z On Sun, Aug 10, 2014 at 7:48 PM, Karl Voit wrote: > Hi! > > I just summarized and blogged my work-flows to capture web bookmarks > from Android (MobileOrg) and within Emacs/Org-mode. I manage them > within Org-mode which replaced

Re: [O] How can I autorun M-x linum-mode when file is opened?

2014-08-10 Thread Samuel W Flint
On 10 Aug 2014, Sharon Kimble wrote: [Edited for the sake of brevity] >>> How can I have a command auto-run when a file is opened from >>> 'desktop recovery' please? I want to auto-run "M-x linum-mode" when >>> I open my daily journal, which stays open all the time. Running that >>> command will s

Re: [O] How can I autorun M-x linum-mode when file is opened?

2014-08-10 Thread Sharon Kimble
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Sharon, > > Sharon Kimble writes: > >> How can I have a command auto-run when a file is opened from 'desktop >> recovery' please? I want to auto-run "M-x linum-mode" when I open my >> daily journal, which stays open all the time. Running that command

Re: [O] How can I autorun M-x linum-mode when file is opened?

2014-08-10 Thread Thomas S. Dye
Aloha Sharon, Sharon Kimble writes: > How can I have a command auto-run when a file is opened from 'desktop > recovery' please? I want to auto-run "M-x linum-mode" when I open my > daily journal, which stays open all the time. Running that command will > switch off linum-mode for that file, whic

[O] Managing web bookmarks using Org-mode

2014-08-10 Thread Karl Voit
Hi! I just summarized and blogged my work-flows to capture web bookmarks from Android (MobileOrg) and within Emacs/Org-mode. I manage them within Org-mode which replaced my delicious work-flows. Nothing fancy for moderate to advanced Org-mode users. Feedback welcome in any case. -- mail|git|SV

[O] How can I autorun M-x linum-mode when file is opened?

2014-08-10 Thread Sharon Kimble
How can I have a command auto-run when a file is opened from 'desktop recovery' please? I want to auto-run "M-x linum-mode" when I open my daily journal, which stays open all the time. Running that command will switch off linum-mode for that file, which may stop "file-rot" that I have observed in t

Re: [O] "#+begin_src R :results output drawer" doesn't work.

2014-08-10 Thread Charles Berry
Feng Shu gmail.com> writes: > > > #+begin_src R :results output drawer > "1" > "2" > #+end_src > > #+RESULTS: > : 2 > I get: #+RESULTS: :RESULTS: [1] "1" [1] "2" :END: #+BEGIN_SRC emacs-lisp :results drawer (org-version) #+END_SRC #+RESULTS: :RESULTS: 8.3beta :END: HTH, Chuck

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-10 Thread Federico Beffa
Nicolas Goaziou writes: > Ignoring \[...\] when filling the paragraph is misleading. You may > believe the object doesn't belong to the paragraph at all. I think M-q > should, on the contrary, give clues about the structure of the document. > > Also, it doesn't make a difference when exporting to

Re: [O] [PATCH] org.el: make org-paragraph-fill ignore \[...\] regions starting and ending a line

2014-08-10 Thread Federico Beffa
Nicolas Goaziou writes: > Ignoring \[...\] when filling the paragraph is misleading. You may > believe the object doesn't belong to the paragraph at all. I think M-q > should, on the contrary, give clues about the structure of the document. > > Also, it doesn't make a difference when exporting to

Re: [O] Tab completion for link to file

2014-08-10 Thread Chris Henderson
yep, thanks. On Sun, Aug 10, 2014 at 6:49 PM, Daimrod wrote: > Chris Henderson writes: > > Hi Chris, > > > How can I get auto tab completion for links to files? > > Is C-u C-c C-l what you're looking for? > > From the *Help* of `org-insert-link': > > With a C-u prefix, prompts for a file to li

Re: [O] Tab completion for link to file

2014-08-10 Thread Daimrod
Chris Henderson writes: Hi Chris, > How can I get auto tab completion for links to files? Is C-u C-c C-l what you're looking for? >From the *Help* of `org-insert-link': > With a C-u prefix, prompts for a file to link to. The file name can > be selected using completion. > > e.g. [[file+sys:

[O] Tab completion for link to file

2014-08-10 Thread Chris Henderson
How can I get auto tab completion for links to files? e.g. [[file+sys:///Users/chris/projects/marketing 2014]] Thanks.

[O] Printing a google agenda-like view

2014-08-10 Thread Julien Cubizolles
I'd like to print a monthly view of the courses I will be giving next year. Up until now I used a google agenda for that, that can be printed nicely, one page per month. But I'd like to use org-mode for that too. calfw produces a nice monthly view but printing it will require a great deal of confi

Re: [O] Custom environment for LaTeX export

2014-08-10 Thread Julien Cubizolles
Sebastien Vauban writes: > Throwing an idea here: make the `consequence' environment be a no-op in > Beamer? How would I do that, is there a variable excluding some environments ? Julien.