[O] property with multiple values, or suggestions for a course planning system

2013-07-22 Thread Kel Chan
Hi list, disclaimer: new to org and emacs. question: How can I associate more than one value to a property? I'm implementing a course planning tool b/c the one provided by my university sucks. Ideally, each course offered is a second level heading with a property offering with multiple

Re: [O] koma letter exporter: changing the priority of options

2013-07-22 Thread Alan Schmitt
Hi Rasmus and Viktor, listuse...@gmail.com writes: Hi, Alan Schmitt wrote: - (format \\KOMAoption{backaddress}{%s}\n (if with-backaddress true false)) - (format \\KOMAoption{foldmarks}{%s}\n (if with-foldmarks with-foldmarks false)) - (format

Re: [O] koma letter exporter: changing the priority of options

2013-07-22 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Yes, this is not satisfactory (and the email and author is also problematic in this regard). We need to know whether an option was set in the file, independently of its default value. Is there a way to do this? I didn't follow this

Re: [O] [PATCH] Enable silent visibility cycling

2013-07-22 Thread Thorsten Jolitz
Jambunathan K kjambunat...@gmail.com writes: [I have no specific opinions on this patch.] The customary way is to put each message at different level. The threshold level that the user wishes to see is configurable. Any logging message that falls below or above that threshold gets

Re: [O] property with multiple values, or suggestions for a course planning system

2013-07-22 Thread Thorsten Jolitz
Kel Chan k...@sfu.ca writes: Hi, disclaimer: new to org and emacs. question: How can I associate more than one value to a property? I'm implementing a course planning tool b/c the one provided by my university sucks. Ideally, each course offered is a second level heading with a property

Re: [O] process diagrams with dot and some glue using org

2013-07-22 Thread Eric S Fraga
Karl Voit m...@karl-voit.at writes: [...] I have to admit, that I did not come up with the technical solution which is described in the tutorial. My part was the requirement/idea and a very basic attempt. Rick Frankel[1] contributed the LISP code and the final structure of the tables. As a

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-22 Thread Nicolas Goaziou
Hello, Jambunathan K kjambunat...@gmail.com writes: [...] I am finalizing JabRef support for ODT. At *some* future point in time, I will include ox-jabref.el (and all other patches) in official Emacs distribution. Thanks for you work. However, I think it ought to be merged in

[O] [babel] Table as varaiables a differently proccesed by #+call lines vs. source code blocks

2013-07-22 Thread Torsten Wagner
Hi, I want to summarize the problem I found, using tables as input to source code blocks. This observation was shared with Rick and I would be glad to help fixing that. Within the attached file one can see a typical example. It all comes down to a differently interpretation of tables with

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-22 Thread Nicolas Goaziou
Hello, Toke Høiland-Jørgensen t...@toke.dk writes: I've been wanting to have support for exporting recurring events to iCal while limiting the number of repetitions, as well as excluding dates. The patch below is my attempt to add this functionality. However, I'm in doubt as to whether or

Re: [O] koma letter exporter: changing the priority of options

2013-07-22 Thread Alan Schmitt
Hello Nicolas, n.goaz...@gmail.com writes: Hello, Alan Schmitt alan.schm...@polytechnique.org writes: Yes, this is not satisfactory (and the email and author is also problematic in this regard). We need to know whether an option was set in the file, independently of its default value. Is

Re: [O] koma letter exporter: changing the priority of options

2013-07-22 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: This is a promising approach. Unfortunately I cannot make it work: email-changed-in-buffer-p is always equal to nil, even with an EMAIL in the buffer (which I see picked up during export). Here is what I have. This is the code to set up the

Re: [O] property with multiple values, or suggestions for a course planning system

2013-07-22 Thread John Hendy
On Jul 22, 2013 1:04 AM, Kel Chan k...@sfu.ca wrote: Hi list, disclaimer: new to org and emacs. question: How can I associate more than one value to a property? I'm implementing a course planning tool b/c the one provided by my university sucks. Ideally, each course offered is a second

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-22 Thread Nicolas Goaziou
Jambunathan K kjambunat...@gmail.com writes: Getting Citation right to cater to general needs is going to be complex. This is mainly because 1. Org's object syntax is very rudimentary and not extensible 2. real-world citations may need some annotations page number etc. I think it

Re: [O] koma letter exporter: changing the priority of options

2013-07-22 Thread Alan Schmitt
n.goaz...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: This is a promising approach. Unfortunately I cannot make it work: email-changed-in-buffer-p is always equal to nil, even with an EMAIL in the buffer (which I see picked up during export). Here is what I have.

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-22 Thread Nicolas Goaziou
Jambunathan K kjambunat...@gmail.com writes: I understand. You can still use ox-bibtex.el for now, and just ignore all the [[cite:...]] part. Each citation processor should reside in it's own file. So ox-jabref.el is the right place for my changes. LaTeX and HTML processors already reside

Re: [O] koma letter exporter: changing the priority of options

2013-07-22 Thread Alan Schmitt
alan.schm...@polytechnique.org writes: Yes, this is not satisfactory (and the email and author is also problematic in this regard). We need to know whether an option was set in the file, independently of its default value. Is there a way to do this? Thanks to Nicolas, I've been able to

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-22 Thread Toke Høiland-Jørgensen
Nicolas Goaziou n.goaz...@gmail.com writes: I think EXCLUDE property is a good idea, but I may be renamed to ICALENDAR_EXCLUDE until it is also handled by Org Agenda, if it ever happens. It also needs to be documented in the manual. Handling it in the agenda can be done by an exclusion

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-22 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: Jambunathan K kjambunat...@gmail.com writes: Getting Citation right to cater to general needs is going to be complex. This is mainly because 1. Org's object syntax is very rudimentary and not extensible 2. real-world citations may need

Re: [O] how to change the Org-mode the sparse tree highlighted matched word color ?

2013-07-22 Thread Sebastien Vauban
Hi Chris, chris wrote: I found the color of Org-mode sparse tree match highlighted words is similar with background. It's difficult to see out. So how to change the color ? On which Emacs version? 23 or 24? Do you use color-theme or the new custom theme feature? Anyway, doing M-x

Re: [O] Standardize #+BIBLIOGRAPHY line

2013-07-22 Thread Rasmus
Jambunathan, I'll just reply to your four emails in one. Jambunathan K kjambunat...@gmail.com writes: Rasmus ras...@gmx.us writes: The system should exhibit some flexibility supporting e.g. notes, parencite (prenote, key, year, postnote) and textcite key (prenote, year, postnote). But

[O] how do i get org-show-siblings for everything?

2013-07-22 Thread Samuel Wales
How do I get org-show-siblings to work for every reveal operation in Org? I have it set to t. For example, when I go to an entry from the agenda, I want it to show all siblings. I have an old patch for this that Carsten wrote, and which I have carried along with various merge operations, but