Re: [O] org-depend activate remote task

2015-10-17 Thread Samuel Wales
i.e. when i doneify a task, i want the task it points to via org-id to be scheduled. On 10/17/15, Samuel Wales wrote: > i know that org-depend is intended as proof of concept only, > but i am curious if it can make a remote, org-id task get scheduled > upon doneifying

[O] org-map-entries on heading?

2015-10-17 Thread John Kitchin
I have been exploring org-contacts a bit, and variations of ways to collect entries using org-map-entries. This gets me a list of contacts that have cmu in the email property and that have a LASTNAME property that starts with K. (org-map-entries (lambda () (org-entry-get (point) "EMAIL"))

Re: [O] org-clock-into-drawer t is broken

2015-10-17 Thread Nicolas Goaziou
Hello, Nikolay Kudryavtsev writes: > So, this bug is still there. Let's say you have a very basic org file, > something like this: > * TODO Task > CLOCK: [2014-10-29 Ср 20:22]--[2014-10-29 Ср 21:32] => 1:10 > CLOCK: [2014-10-27 Вт 22:22]--[2014-10-28 Вт 02:48] =>

Re: [O] links with italic descriptions are broken in maint

2015-10-17 Thread Samuel Wales
please set RET to follow links and try RET.

[O] some org-contacts icons property value questions

2015-10-17 Thread stardiviner
How to edit the org-contacts property ~:ICON~ value? I tried use `filename.jpg` which file is in same directory with contacts file. And what kind of image size should I use for icon? Can I use a custom function to show this icon? Can I show multiple icons for one contact?

Re: [O] org-agenda-scheduled-leaders and repeating tasks

2015-10-17 Thread Nicolas Goaziou
Hello, cesar mena writes: > Thanks! Your approach works for me, buy won't it trip up someone who is > used to the current behaviour? I think the previous behaviour was buggy anyway. There is no such thing as "all occurrences" for special repeaters. There may be any number of

Re: [O] Export datetree item subtree with its date, not the file's

2015-10-17 Thread Kyle Meyer
Hello, s...@gkayaalp.com (Göktuğ Kayaalp) writes: > Hi, > > This is my first post to this group, so I'm sorry if I'm skipping any > conventions. Welcome to the list. Sorry for the lack of responses to your post. It's a high traffic list, and sometimes posts fall through. > My overall

[O] org-mode and scrum

2015-10-17 Thread Jude DaShiell
Have we got any software engineers on this list who use or have used org-mode for doing scrum? How useable is org-mode for scrum anyway? Over on nf...@nfbnet.org accessible scrum tools came up as a topic since most of the members of nfbcs are doing stuff with computers and are blind. I

Re: [O] Org-mode Babel does not show syntax highlight when open with another mode

2015-10-17 Thread Kyle Meyer
stardiviner writes: > I try to configure Org-mode to open ruby source code block with > `enh-ruby-mode`. > > configuration as following: > > #+BEGIN_SRC emacs-lisp > (with-eval-after-load 'enh-ruby-mode > (add-to-list 'org-src-lang-modes '("ruby" . enh-ruby))) > #+END_SRC

Re: [O] Using constants in columns

2015-10-17 Thread Guido Van Hoecke
On 16 October 2015 at 16:59, Eric S Fraga wrote: > On Friday, 16 Oct 2015 at 16:38, Guido Van Hoecke wrote: > > Hi Eric, > > > > Thanks for the suggestions, I'll go for the integer value used as an > index > > and please post the index solution for the record? > I have not

Re: [O] [RFC] Draft mode

2015-10-17 Thread Nicolas Goaziou
Hello, Rasmus writes: > That sounds awesome, though I haven't had time to test it yet. Patch pushed to master, along with documentation and tests. Regards, -- Nicolas Goaziou

Re: [O] Using constants in columns

2015-10-17 Thread Michael Brand
Hi Guido On Sat, Oct 17, 2015 at 1:47 PM, Guido Van Hoecke wrote: > I have not found a way to specify the vector in a constant. You can access the elements of the vector constant suggested by Eric with Calc's subscript function: #+CONSTANTS: vat=[1.15,1.21,1.40] | Amount |

Re: [O] Using constants in columns

2015-10-17 Thread Guido Van Hoecke
On 17 October 2015 at 20:00, Michael Brand wrote: > Hi Guido > > On Sat, Oct 17, 2015 at 1:47 PM, Guido Van Hoecke > wrote: > > I have not found a way to specify the vector in a constant. > > You can access the elements of the vector constant

[O] org-depend activate remote task

2015-10-17 Thread Samuel Wales
i know that org-depend is intended as proof of concept only, but i am curious if it can make a remote, org-id task get scheduled upon doneifying current task? it seems to be the missing element from the examples in org-depend.el. thanks. -- The Kafka Pandemic:

[O] links with italic descriptions are broken in maint

2015-10-17 Thread Samuel Wales
* NEXT /links with italics break/ SCHEDULED: <2015-10-10 Sat> :PROPERTIES: :ID: 6fb16bf3-1e92-4ec0-b35a-0cfb2b19cd21 :END: [[id:6fb16bf3-1e92-4ec0-b35a-0cfb2b19cd21][/links with italics break/]] [[id:6fb16bf3-1e92-4ec0-b35a-0cfb2b19cd21][links with italics break]] -- The Kafka

[O] export breaks on org-id in maint

2015-10-17 Thread Samuel Wales
* REF buggy export a [[id:0b293b3c-a323-4825-902b-222909c0e6bb][target]]. * FACT how to repro recent org maint emacs -Q. technically, this: eb () { emacs --geometry 80x30-0+0 --eval '(blink-cursor-mode 0)' "$@" ;} eq () { eb -Q "$@" ;} eo () { eq --eval '(progn (add-to-list '\''load-path

Re: [O] org-clock-into-drawer t is broken

2015-10-17 Thread Nikolay Kudryavtsev
Sorry, I was away for some time. So, this bug is still there. Let's say you have a very basic org file, something like this: * TODO Task CLOCK: [2014-10-29 Ср 20:22]--[2014-10-29 Ср 21:32] => 1:10 CLOCK: [2014-10-27 Вт 22:22]--[2014-10-28 Вт 02:48] => 4:26 Now, I want to move old-style no

Re: [O] export breaks on org-id in maint

2015-10-17 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > * REF buggy export > a [[id:0b293b3c-a323-4825-902b-222909c0e6bb][target]]. > * FACT how to repro > recent org maint emacs -Q. > > technically, this: > > eb () { emacs --geometry 80x30-0+0 --eval '(blink-cursor-mode 0)' "$@" ;} > eq () { eb -Q

Re: [O] links with italic descriptions are broken in maint

2015-10-17 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > * NEXT /links with italics break/ > SCHEDULED: <2015-10-10 Sat> > :PROPERTIES: > :ID: 6fb16bf3-1e92-4ec0-b35a-0cfb2b19cd21 > :END: > > [[id:6fb16bf3-1e92-4ec0-b35a-0cfb2b19cd21][/links with italics break/]] >