Re: [O] org-agenda-files for calfw

2015-08-28 Thread Julien Cubizolles
Julien Cubizolles j.cubizol...@free.fr writes: Nick Dokos ndo...@gmail.com writes: Bind org-agenda-files in a let before calling cfw:open-org-calendar: (let ((org-agenda-files '(...))) (cfw:open-org-calendar)) That's exactly what I needed, thanks. I just noticed something very weird,

Re: [O] Links to Info manuals in exported HTML/LaTeX

2015-08-28 Thread Suvayu Ali
On Thu, Aug 27, 2015 at 10:19:40AM +0200, Marcin Borkowski wrote: Hi all, it seems that links to Info manuals are broken in HTML and LaTeX export (and possibly in other backends, too). Would it make sense to make them work, i.e., link to the official web versions, at least for standard

Re: [O] org-agenda-files for calfw

2015-08-28 Thread Julien Cubizolles
Nick Dokos ndo...@gmail.com writes: Bind org-agenda-files in a let before calling cfw:open-org-calendar: (let ((org-agenda-files '(...))) (cfw:open-org-calendar)) That's exactly what I needed, thanks. Julien.

Re: [O] no such file or directory gnuplot

2015-08-28 Thread Grant Rettke
On Thu, Aug 27, 2015 at 4:24 PM, Tobias Frischholz tob...@friolz.com wrote: My system is an OSX Yosemite with Emacs 24.5.1 and org-mode 8.3.1 (both installed via Homebrew). For training purposes I have tried this example:

Re: [O] org-agenda-files for calfw

2015-08-28 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: Julien Cubizolles j.cubizol...@free.fr writes: Nick Dokos ndo...@gmail.com writes: Bind org-agenda-files in a let before calling cfw:open-org-calendar: (let ((org-agenda-files '(...))) (cfw:open-org-calendar)) That's exactly what I

[O] exporting multiple choice questions to Aiken or GIFT formats?

2015-08-28 Thread Eric S Fraga
Hi, just on the off chance that somebody has done this already, is there an export engine for creating Aiken or GIFT format exam questions? I assume not, so my next question is where to start? I want to take something like this: #+begin_src org ,* What is my name? :PROPERTIES: :answer:

Re: [O] Worg isn't publishing

2015-08-28 Thread Kyle Meyer
Thomas S. Dye t...@tsdye.com writes: Aloha all, Worg hasn't published for several days. All the best, Tom I pushed to Worg last night and noticed that it did not update. I recorded the message below but hadn't got around to emailing the list. 0 git … push -v origin

Re: [O] org-agenda-files for calfw

2015-08-28 Thread Julien Cubizolles
Nick Dokos ndo...@gmail.com writes: I admit I didn't read your original question very carefully, so I might have overlooked something, but the behavior above is not weird: the let binds org-agenda-files and then calls cfw:ooc - when that returns the let binding is gone as well. It seems that

[O] Worg isn't publishing

2015-08-28 Thread Thomas S . Dye
Aloha all, Worg hasn't published for several days. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

[O] install org-element, org-db

2015-08-28 Thread Lawrence Bottorff
What's the best way to install latest org-element and org-db? They're not default, are they? They're not in ELPA.

Re: [O] install org-element, org-db

2015-08-28 Thread Rasmus
Lawrence Bottorff borg...@gmail.com writes: What's the best way to install latest org-element and org-db? They're not default, are they? They're not in ELPA. Don't know what org-db is. Re org-element you should probably use the one that comes with your org-package. IOW, you general org

Re: [O] exporting multiple choice questions to Aiken or GIFT formats?

2015-08-28 Thread Marcin Borkowski
On 2015-08-28, at 16:44, Eric S Fraga e.fr...@ucl.ac.uk wrote: Hi, just on the off chance that somebody has done this already, is there an export engine for creating Aiken or GIFT format exam questions? I've never heard of these, but I did a similar thing for HTML+JS and LaTeX:

Re: [O] install org-element, org-db

2015-08-28 Thread Lawrence Bottorff
Yes, I got confused when I did M-x org-element-interpret-data and got nothing. I used it in a code block and it worked fine. Beginner question for sure: Why do these functions not work as M-x commands, rather, just in elisp code? BTW, how would I run org-element-interpret-data and have it just

Re: [O] install org-element, org-db

2015-08-28 Thread Nick Dokos
Lawrence Bottorff borg...@gmail.com writes: Yes, I got confused when I did M-x org-element-interpret-data and got nothing. I used it in a code block and it worked fine. Beginner question for sure: Why do these functions not work as M-x commands, rather, just in elisp code? It's the

[O] org-collector unable to handle macros

2015-08-28 Thread Mark Edgington
I have had problems getting org-collector.el to generate tables where the content of the tables should include macros. At some point in the past this worked, but at this time (latest git version of org-mode), the following example fails (unless you remove the macro from the property definition):

Re: [O] install org-element, org-db

2015-08-28 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: BTW, how would I run org-element-interpret-data and have it just place the output directly into my buffer without placing it in the #+RESULTS: output format? I see I can customize the #+RESULTS: word itself, and, of course, :results raw almost gets it,

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-28 Thread Nicolas Goaziou
Hello, Martin Steffen mstef...@ifi.uio.no writes: org-element--set-regexps: Invalid function: 41 41 is ?\) character. I think the problem lies in this snippet from `org-element--set-regexps' (case org-plain-list-ordered-item-terminator (?\) )) (?. \\.) (otherwise [.)])) ^^^ Could

Re: [O] install org-element, org-db

2015-08-28 Thread Rasmus
Lawrence Bottorff borg...@gmail.com writes: Yes, I got confused when I did M-x org-element-interpret-data and got nothing. I used it in a code block and it worked fine. Beginner question for sure: Why do these functions not work as M-x commands, rather, just in elisp code? The technical

Re: [O] org-collector unable to handle macros

2015-08-28 Thread Charles Millar
This may be related to the problem or is the same that I reported in April and May and again earlier this month when Bastien's requested details in his August 4th message. org-collector does not work with org 8.3, but does with 8.2.10 Charlie Millar On 08/28/2015 02:11 PM, Mark Edgington