[O] org timer pause or continue

2016-07-02 Thread Samuel Wales
i'd like to have the timer stop when i do a type break and start when i don't. but the only interface for pausing i found is a toggle, which gets out of sync for some reason. is there a standalone pause and a standalone continue that i missed? thanks.

Re: [O] [PATCH] Reschedule "++" repeaters on same day if in future

2016-07-02 Thread Nicolas Goaziou
Hello, Don March writes: > Here is a patch with that addition to ORG-NEWS. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] patch for custom colored links in org-mode

2016-07-02 Thread Nicolas Goaziou
Hello, John Kitchin writes: > Would it make sense to use a defstruct for the link? I thought about that. Unfortunately, defstructs are not customize friendly. If we are going to give direct access to `org-link-parameters', i.e., make it a defcustom, this is not an

Re: [O] [ANN] ox-clip on MELPA

2016-07-02 Thread Thierry Banel
Le 02/07/2016 14:02, John Kitchin a écrit : > Hi all, > > ox-clip (https://melpa.org/#/ox-clip) is now available on MELPA. ox-clip > provides a command to copy a region from an org-file with formatting so > it can be pasted into other applications such as office programs, > webmail, etc... with

[O] Agenda custom commands and filtering category

2016-07-02 Thread Dirk Bernhardt
Hi, how can I create a custom agenda command that filters by category? E.g. I want to create a custom agenda view that only shows items with category "work". Thanks, Dirk

Re: [O] Why no secure code retrieval

2016-07-02 Thread Ian Barton
On Sat, Jul 02, 2016 at 04:18:42PM +0200, Bastien Guerry wrote: > Hi Nicolas, > > Nicolas Goaziou writes: > > > GPG signing tags is OK, but I wouldn't like to request every commit to > > be signed. > > Agreed. > > >>> I know that https can be a bit tedious to setup so I am

Re: [O] Provide rsync access to Org ELPA

2016-07-02 Thread Achim Gratz
Chunyang Xu writes: > rsync access would allow people to efficiently mirror Org ELPA > [http://orgmode.org/elpa/]. Please provide rsync access to it. Git transport is more efficient than rsync. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables

[O] Provide rsync access to Org ELPA

2016-07-02 Thread Chunyang Xu
Hello all, rsync access would allow people to efficiently mirror Org ELPA [http://orgmode.org/elpa/]. Please provide rsync access to it. Thanks. Chunyang

Re: [O] patch for custom colored links in org-mode

2016-07-02 Thread John Kitchin
> > WDYT? > >> Presumably we would then eliminate the "org-%s-complete-link" >> functions? > > Indeed. > > I think it is possible to proceed in four steps. > > 1. First, we create the variable, with appropriate getter, setter and >default values. At this point it is sufficient to >support

Re: [O] Why no secure code retrieval

2016-07-02 Thread Bastien Guerry
Hi Nicolas, Nicolas Goaziou writes: > GPG signing tags is OK, but I wouldn't like to request every commit to > be signed. Agreed. >>> I know that https can be a bit tedious to setup so I am not asking for it >>> (though I do think it would be great if it was enabled on

[O] Create org split agenda view, problems with differnt agendas in split windows?

2016-07-02 Thread Xebar Saram
Hi I have written this crappy code to save a split orgmode agenda views with different agenda views. (defun z/buffers-restore-agenda-split () (interactive) (org-agenda nil "a") (split-window-right) (org-agenda nil "ba") (split-window-below) (org-agenda nil "bb") ) the function does

Re: [O] [ANN] ox-clip on MELPA

2016-07-02 Thread Xebar Saram
very cool! ill try it now Z On Sat, Jul 2, 2016 at 3:02 PM, John Kitchin wrote: > Hi all, > > ox-clip (https://melpa.org/#/ox-clip) is now available on MELPA. ox-clip > provides a command to copy a region from an org-file with formatting so > it can be pasted into

[O] [ANN] ox-clip on MELPA

2016-07-02 Thread John Kitchin
Hi all, ox-clip (https://melpa.org/#/ox-clip) is now available on MELPA. ox-clip provides a command to copy a region from an org-file with formatting so it can be pasted into other applications such as office programs, webmail, etc... with formatting. It should work on Windows, Mac and Linux. I

Re: [O] Two numerical solutions from fsolve inside calc source block

2016-07-02 Thread Miguel Ruiz
Better yet: #+begin_src calc :wrap "src calc :var var-s2=1" fsolve([8.66e10 = r * v, -7.51e6 = 0.5*v^2 - 6.67e-11*6e24/r],[r,v]) #+end_src El 2016-06-26 15:53, Miguel Ruiz escribió: Hi, I have this block which is intended to get the two numerical solutions of the equations system:

Re: [O] Two numerical solutions from fsolve inside calc source block

2016-07-02 Thread Miguel Ruiz
Not optimal solution: #+begin_src calc :results code fsolve([8.66e10 = r * v, -7.51e6 = 0.5*v^2 - 6.67e-11*6e24/r],[r,v]) #+end_src yields #+RESULTS: #+BEGIN_SRC calc [r = 866. / (4621.24711316 - 2517.12631405 s2), v = 4621.24711316 - 2517.12631405 s2] #+END_SRC Manually add :var

Re: [O] more than 2 indexes in org-mode -> latex

2016-07-02 Thread Sharon Kimble
Sharon Kimble writes: > How many indexes can you have in an org-mode document exported to latex? > My experience shows 2! So how can I have 3, or more please? > > This is the relevant part, I think, of my preamble of my file - > > #+latex_header: \usepackage{imakeidx}

Re: [O] [PATCH] Reschedule "++" repeaters on same day if in future

2016-07-02 Thread Don March
Here is a patch with that addition to ORG-NEWS. From 18d0d67f7f0efd635351056c185b46e2c2a54d5e Mon Sep 17 00:00:00 2001 From: Don March Date: Sat, 2 Jul 2016 02:39:58 -0400 Subject: [PATCH] ORG-NEWS: document last "++" repeater change --- etc/ORG-NEWS | 9 + 1 file