Re: [O] Insert org-id Link at Point via Outline Path Completion

2015-07-30 Thread Xebar Saram
i also have a similar workflow and would love to hear Dominic if you found a solution for this or if anyone on the list has other suggestions? best Z On Tue, May 12, 2015 at 10:57 PM, Dominic Surano wrote: > Hello, > > I use org-mode a lot like a wiki so links to other org-mode headings are >

Re: [O] Infinite loop using :post header argument that calls a emacs-lisp src block

2015-07-30 Thread Charles Millar
I neglected to mention that the elisp code is based on Miguel Ruiz's post to this list earlier today. On 07/30/2015 09:49 PM, Charles Millar wrote: emacs version GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian Org-mode version 8.3beta (rel

[O] Infinite loop using :post header argument that calls a emacs-lisp src block

2015-07-30 Thread Charles Millar
emacs version GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian Org-mode version 8.3beta (release_8.3beta-1302-g00142f @ /usr/share/emacs/site-lisp/org-mode/lisp/) the following produces a table with header, hline, a row with TOTAl and #+TB

Re: [O] evaluate TBLFM

2015-07-30 Thread Charles Millar
FWIW, the code in Miguel Ruiz's post earlier today "TBLFM added to updated table as result of a emacs-lisp src block" has pretty much answered my questions. Thank you, Miguel. I'm not sure if it the most efficient or even elegant but here is what I came up with, so please comment and correct i

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-30 Thread Charles Philip Chan
On 30 Jul 2015, ohwoeo...@gmail.com wrote: Hi Oleh: > I'm pretty sure my commit isn't to blame and you meant this one: > > c15db80e32d22dace184203f6f03a0b586bb4b50 > Author: Sergey Gordienko > Date: Fri Jun 26 17:44:20 2015 +0300 > > org-mobile: Tiny fix in creating index.org file > > * lisp/

Re: [O] match on any TODO state

2015-07-30 Thread Daimrod
Xebar Saram writes: > Hi  > I created this function which works well. > >  (defun z/org-sparse-todo () >     (interactive) >     (org-match-sparse-tree t "+TODO=\"TODO\"")) > > my question is how can i match on ANY todo state and not just literaly TODO > ie if i have this in my org file  > > #+TO

[O] TBLFM added to updated table as result of a emacs-lisp src block

2015-07-30 Thread Miguel Ruiz
Hi, I'm trying to make the following (modified) code works: (https://eschulte.github.io/org-scraps/scraps/2011-08-19-updating-a-table.html) #+name: OneTable | 0 | 0 | 0 | | 0 | 0 | 0 | | 0 | 0 | 0 | #+name: AnotherTable #+begin_src emacs-lisp :var table=OneTable (setf (nth 1 table) '(2 2 2))

Re: [O] match on any TODO state

2015-07-30 Thread Nick Dokos
Xebar Saram writes: > Hi  > I created this function which works well. > >  (defun z/org-sparse-todo () >     (interactive) >     (org-match-sparse-tree t "+TODO=\"TODO\"")) > > my question is how can i match on ANY todo state and not just literaly TODO > ie if i have this in my org file  > > #+TO

[O] match on any TODO state

2015-07-30 Thread Xebar Saram
Hi I created this function which works well. (defun z/org-sparse-todo () (interactive) (org-match-sparse-tree t "+TODO=\"TODO\"")) my question is how can i match on ANY todo state and not just literaly TODO ie if i have this in my org file #+TODO: TODO(t) EXP(e) | SUBMITTED(s) K_TRACK(k

Re: [O] "Capture"-like browser plugin?

2015-07-30 Thread Nick Dokos
Jay Dresser writes: > Peter Davis pfdstudio.com> writes: >> Frequently when I'm doing a Web search and find pages I like, I want to > save a link to the page, along with the >> title and perhaps a >> few notes. Something like org-mode's capture would be great, but I'd like > to initiate it fro

Re: [O] Commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 Breaks syncing with Android

2015-07-30 Thread Oleh Krehel
Hi Charles, Charles Philip Chan writes: > > Just want to let you know, this commit: > > , > | commit ceae5d651b80295f35c01ecfc53661c7e8eceba7 > | Author: Oleh Krehel > | Date: Tue Jul 28 15:06:25 2015 +0200 > | > | lisp/org.el (org-set-tags): Simplify the code > | > | * lisp/or

Re: [O] How to make a non-GPL Org-mode exporter?

2015-07-30 Thread Oleh Krehel
Hi Aaron, Aaron Ecay writes: >> Besides, CC-BY-NC-SA is compatible with GPL! Compatible. With GPL. > > This isn’t correct. -NC licenses are non-Free (in the FSF sense of the > word): > -SA licenses are Free, but not GPL-compatible, as

Re: [O] Special blocks with options in LaTeX export

2015-07-30 Thread Rasmus
Sebastien Vauban writes: > Rasmus writes: >> Suvayu Ali writes: >>> I am trying to export special blocks with options. But it seems the > >>> options part is being ignored completely. I expect the following: >>> >>> #+begin_aside :options {Combinatorial background} >>> It is all random! >

Re: [O] Special blocks with options in LaTeX export

2015-07-30 Thread Sebastien Vauban
Rasmus writes: > Suvayu Ali writes: >> I am trying to export special blocks with options. But it seems the >> options part is being ignored completely. I expect the following: >> >> #+begin_aside :options {Combinatorial background} >> It is all random! >> #+end_aside >> >> to be exported