Re: [O] [PATCH] Allow early-warning anniversaries in agends [was: Re: org-bbdb-birthday reminder]

2015-10-07 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > IIUC, this issue has not been sorted out yet. Should I wait for that to > happen, > or change the patch to use (apply #'nconc ...) and possibly revisit it in the > future? I think the latter is fine. There are plenty of places to revisit in the

Re: [O] [BUG] R src blocks untabify literal constant TABs

2015-10-07 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > Attached is a patch. Thank you. > I think it is an improvement, but `org-src-preserve-indentation' > behaves differently according to context, which makes it hard to > document succinctly. There's something suspicious here. This variable

Re: [O] [BUG] R src blocks untabify literal constant TABs

2015-10-07 Thread Charles C. Berry
On Wed, 7 Oct 2015, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: Attached is a patch. Thank you. I think it is an improvement, but `org-src-preserve-indentation' behaves differently according to context, which makes it hard to document succinctly. There's

Re: [O] [RFC] Draft mode

2015-10-07 Thread Nicolas Goaziou
Hello, Rasmus writes: > Can this just be a variable set by BIND or publish? It could. If we keep throwing errors on unknown macros, I think we can even have an OPTIONS item. > The interest of such functionality seems to be limited to people who > maintain

Re: [O] [RFC] Draft mode

2015-10-07 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > This is a very good point. OTOH, if backwards compatibility is going to > be broken, wouldn’t it be better to move to a keyword argument system? I'd like to avoid defun* as much as possible, because it may be harder to read. This is also the

Re: [O] Per command org-agenda-prefix-format

2015-10-07 Thread Suvayu Ali
On Wed, Oct 07, 2015 at 02:52:24PM -0400, Nick Dokos wrote: > Suvayu Ali writes: > > > Hi, > > > > I wanted to prefix the results of a tags-todo agenda command with > > scheduling information. But I can't seem to figure out the correct way > > to do this. This is

Re: [O] [PATCH] Reverse capture finalize and refile, hack buffer killing.

2015-10-07 Thread Nicolas Goaziou
Jan Seeger writes: > That might be because I copy-pasted the patch into an email. Sorry for the > delay! > > I attached the patch. Thank you. However, you forgot the commit message. Could you send it again using git format-patch? Regards,

Re: [O] Multiple capture templates in file

2015-10-07 Thread tenspd137 .
So - I figured it out. I wanted to create a list that ultimatley had the form: '(template template sub-menu-label sub-menu-template) In the scratch buffer, I found I was creating ((("p" "product") ("pt" "Product - Todo" entry (file+headline ... "Tasks") "* TODO %?")) ("t" "Todo" entry

[O] Inserting to agenda

2015-10-07 Thread Martin Kaffanke
Hi there, I do: C-c a a RET k a Insert my entry later with C-c C-c or C-c C-w [refiling options] but then the agenda is not updated. I can update it by pressing 'r'. But this reloads everything. After the capture the agenda could know the one entry I just created and just insert that

[O] org google calender different files

2015-10-07 Thread Martin Kaffanke
Hi there, I store all my appointments in different files I work as psychologist and have one file per familiy I work with. So there are all appointments where I make the documentation later too. Normally I collect the appointments in an "Inbox" in my gtd.org file where later I refile them to

[O] Latex strikethrough or cancel?

2015-10-07 Thread Lawrence Bottorff
I've got a fraction done this way in an org file: \[ \frac{1}{(2^3)(5)} \] and I'd like to strike though or cancel the (5) part. The Latex method I've found says do it this way: ... \usepackage[makeroom]{cancel} ... \[ \frac{1}{(2^3)\cancel{(5)}} \] But it's ignored and comes back

Re: [O] anyone syncing orgmode calendar with google cal, and if so how?

2015-10-07 Thread Guido Van Hoecke
On 7 October 2015 at 13:56, Eric S Fraga wrote: > On Wednesday, 7 Oct 2015 at 13:46, Guido Van Hoecke wrote: > > Eric, > > > > Am I correct to assume that you're speaking about MobileOrg on an Android > > phone? > > yes, sorry, I should have been more clear. ​​ ​​ >

Re: [O] org google calender different files

2015-10-07 Thread Eric S Fraga
On Wednesday, 7 Oct 2015 at 10:56, Martin Kaffanke wrote: > Hi there, > > I store all my appointments in different files I work as psychologist > and have one file per familiy I work with. So there are all > appointments where I make the documentation later too. > > Normally I collect the

Re: [O] anyone syncing orgmode calendar with google cal, and if so how?

2015-10-07 Thread Guido Van Hoecke
Eric, Am I correct to assume that you're speaking about MobileOrg on an Android phone? I can't see how my iPhone's MobileOrg would allow me to sync with Google, or am I completely missing out on such an important functionality? Guido On 5 October 2015 at 17:09, Eric S Fraga

Re: [O] anyone syncing orgmode calendar with google cal, and if so how?

2015-10-07 Thread Eric S Fraga
On Wednesday, 7 Oct 2015 at 13:46, Guido Van Hoecke wrote: > Eric, > > Am I correct to assume that you're speaking about MobileOrg on an Android > phone? yes, sorry, I should have been more clear. Android version of MobileOrg. I know nothing about the iOS version. -- : Eric S Fraga

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-10-07 Thread Rainer M Krug
"D. C. Toedt" writes: > To the org-mode maintainers (all praise and thanks to them, incidentally): > Is there any chance that this can be made into a per-file configuration > #+OPTION? No doubt the publishing approach suggested by Rainer (thanks > also to him for suggesting it)

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-10-07 Thread D. C. Toedt
To the org-mode maintainers (all praise and thanks to them, incidentally): Is there any chance that this can be made into a per-file configuration #+OPTION? No doubt the publishing approach suggested by Rainer (thanks also to him for suggesting it) would work, but it would take some effort to

[O] Suggestion about org-babel: executing source block asynchronously

2015-10-07 Thread kuangdash
Sometime I will run source block (such as python) which take a long time before I  get the final result. Then I thought about whether or not the source block can be executed asynchronously, and the answer is ‘YES’. But it seems to be difficult for me to hack the code, so I just talk about the

[O] Per command org-agenda-prefix-format

2015-10-07 Thread Suvayu Ali
Hi, I wanted to prefix the results of a tags-todo agenda command with scheduling information. But I can't seem to figure out the correct way to do this. This is what I tried: (setq org-agenda-custom-commands '(("J" "Type1/Type2" ((tags-todo "CATEGORY=\"foo\"+type1"

Re: [O] Per command org-agenda-prefix-format

2015-10-07 Thread Suvayu Ali
On Wed, Oct 07, 2015 at 05:24:50PM +0200, Suvayu Ali wrote: > > With the attached Org file, the agenda buffer looks like this: Forgot to attach the file :-p. -- Suvayu Open source is the future. It sets us free. #+OPTIONS: toc:nil #+STARTUP: content * Foo :PROPERTIES: :CATEGORY: foo

Re: [O] Per command org-agenda-prefix-format

2015-10-07 Thread Nick Dokos
Suvayu Ali writes: > Hi, > > I wanted to prefix the results of a tags-todo agenda command with > scheduling information. But I can't seem to figure out the correct way > to do this. This is what I tried: > > (setq org-agenda-custom-commands > '(("J"

Re: [O] org google calender different files

2015-10-07 Thread Eric S Fraga
On Wednesday, 7 Oct 2015 at 20:25, Martin Kaffanke wrote: > Eric S Fraga writes: > >> If org is your main route for working with the information, as opposed >> to just displaying that information in a calendar view, then maybe a >> one-way synchronisation may be sufficient and then exporting each

Re: [O] org google calender different files

2015-10-07 Thread Martin Kaffanke
Eric S Fraga writes: > If org is your main route for working with the information, as opposed > to just displaying that information in a calendar view, then maybe a > one-way synchronisation may be sufficient and then exporting each org > file to ICS separately would be sufficient for your