Re: [O] [ANN] Lazy cache synchronization

2014-02-27 Thread Andreas Leha
Hi Nicolas, Daniel Clemente n142...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: Now, synchronization happens lazily, which means the cache is only updated when and where needed, or during idle time. Therefore the cache mechanism scales a lot better. I had been

[O] OrgCamp in Madrid

2014-02-27 Thread David
Hi, 8th and 9th of March will meet some spanish emacs hackers in Madrid, the people who attend this mailing list are welcome. The idea is learn emacs lisp programming focused on org-mode. The meeting will start at 15:00 the 8th of March. More info in http://orgmode.org/worg/orgcamps.html and

[O] ical export: Still trying to clarify strange results

2014-02-27 Thread G. Martin Butz
Hi, I am turning again to the list, because after some extensive testing, reading the manual and googeling I am still not able to configurate the ical export the way I expect it to be. Sorry for the long post and sorry for bothering the list again, but I am hoping that someone might be able

[O] Interesting blog post on agenda in terminal

2014-02-27 Thread Rainer M Krug
Hi just saw this blog post [1] and thought it might interest some. Title: Dump Emacs org-mode agendas and todo lists to the command line Cheers, Rainer Footnotes: [1] http://kokoko.fluxionary.net/dump-emacs-org-mode-agendas-and-todo-lists-to-the-command-line/ -- Rainer M. Krug

[O] (eval-when-compile (require 'async)) in org-download.el

2014-02-27 Thread Oleh
Hi all, There's an issue (https://github.com/abo-abo/org-download/issues/7) with `org-download` on some systems resulting from `async` not being found even when the user has it on his system. The problem comes from org's `make install` producing a different org-download.elc than by manual

Re: [O] link interfering with brackets when abbreviated

2014-02-27 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: For example, white spaces after an object still belong to an object. Well, this is counterintuitive. So they should belong to the next object? I don't find it more intuitive. Anyway, it's an internal representation for white spaces so it doesn't matter

Re: [O] How can I continue my code listing in Beamer slides?

2014-02-27 Thread etimecowboy
Dear Alan, Thanks for your reply. Your solution works on the results part, but makes my source code part unprocessed by listing package. I mean there are no syntax highlights for the source code. Is there any solution for it? Cheers, etimecowboy On 2014/2/27 7:10, Alan Schmitt wrote:

Re: [O] How can I continue my code listing in Beamer slides?

2014-02-27 Thread Sebastien Vauban
Hi Alan, Alan Schmitt wrote: This is what I recently did to have the result of an evaluation (a fancy verbatim block) on two slides: #+latex_header: \usepackage{multicol} #+BEGIN_LaTeX \begin{multicols}{2} #+END_LaTeX #+results: huffman_res #+BEGIN_LaTeX \end{multicols} #+END_LaTeX

Re: [O] How can I continue my code listing in Beamer slides?

2014-02-27 Thread Alan Schmitt
etimecowboy etimecow...@gmail.com writes: Your solution works on the results part, but makes my source code part unprocessed by listing package. I mean there are no syntax highlights for the source code. I don't know. A first step would be to find out how to do a multicolumn listing in LaTeX

Re: [O] How can I continue my code listing in Beamer slides?

2014-02-27 Thread etimecowboy
Yes you are right. It is a problem of listing package other than org. etimecowboy On 2014/2/27 10:59, Alan Schmitt wrote: etimecowboy etimecow...@gmail.com writes: Your solution works on the results part, but makes my source code part unprocessed by listing package. I mean there are no

[O] automatic scheduling of next task in project

2014-02-27 Thread Peter Rayner
I would like org-mode to remind me automatically of the next task in a project. Perhaps an example will help. I'll use outline headings to show the levels of tasks * Write trends paper ** global section *** analyze GCP results *** Calculate confidence intervals on trends ** Inverse Model section

Re: [O] link interfering with brackets when abbreviated

2014-02-27 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: So they should belong to the next object? I don't find it more intuitive. Anyway, it's an internal representation for white spaces so it doesn't matter here. See next answer. I've no problem with this internal representation. That's

Re: [O] How can I continue my code listing in Beamer slides?

2014-02-27 Thread Alan Schmitt
Hi Sébastien, Sebastien Vauban sva-n...@mygooglest.com writes: Hi Alan, Alan Schmitt wrote: This is what I recently did to have the result of an evaluation (a fancy verbatim block) on two slides: #+latex_header: \usepackage{multicol} #+BEGIN_LaTeX \begin{multicols}{2} #+END_LaTeX

[O] [PATCH] lisp/org.el (org-open-at-point): prioritize link

2014-02-27 Thread Oleh
Hi all, Can someone check this patch and commit it. It allows to open links that look like this: [[id:164552ee-b92d-4af6-9570-60d039876fac][=foobar=]] regards, Oleh From 6e848b0e601c9a28300b00aafcef8f2efda973f4 Mon Sep 17 00:00:00 2001 From: Oleh Krehel ohwoeo...@gmail.com Date: Thu, 27 Feb

Re: [O] Org release 8.2.5g (minor release from maint)

2014-02-27 Thread Eric Schulte
Achim Gratz strom...@nexgo.de writes: Achim Gratz writes: […] in the second or the cdr of the second element of pre-info might directly get the new value spliced in depending on whether the original value is used someplace else. Splicing seems slightly more elegant than list construction,

[O] font-lock error on html export with src blocks

2014-02-27 Thread Matt Price
Hi everyone, I'm having trouble exporting an org file to html, or any html-derived backends (deck, wordpress, etc). I've attached a version of the offending file but I've also narrowed the error down to one php source block: #+BEGIN_SRC php /* Register SoundCloud shortcode

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Thomas S. Dye
Aloha David, The website says where people gather IRL ... What does IRL mean? All the best, Tom David david...@riseup.net writes: Hi, 8th and 9th of March will meet some spanish emacs hackers in Madrid, the people who attend this mailing list are welcome. The idea is learn emacs lisp

Re: [O] OrgCamp in Madrid

2014-02-27 Thread David
El 27/02/14 17:43, Thomas S. Dye escribió: Aloha David, The website says where people gather IRL ... What does IRL mean? Aloha I've not written it ... All the best, Tom David david...@riseup.net writes: Hi, 8th and 9th of March will meet some spanish emacs hackers in Madrid, the

Re: [O] font-lock error on html export with src blocks

2014-02-27 Thread Rick Frankel
On 2014-02-27 10:00, Matt Price wrote: face-attribute: Wrong type argument: symbolp, (quote font-lock-constant-face) Did you try with emacs -Q? Have you tried resetting the definition of font-lock-constant-face? rick

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Erik Iverson
On Thu, Feb 27, 2014 at 11:32 AM, David david...@riseup.net wrote: El 27/02/14 17:43, Thomas S. Dye escribió: Aloha David, The website says where people gather IRL ... What does IRL mean? IRL usually means in real life in this context. As opposed to through the internet.

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Thomas S. Dye
Aloha Erik, Thanks. I must be showing my age :) All the best, Tom Erik Iverson erikriver...@gmail.com writes: On Thu, Feb 27, 2014 at 11:32 AM, David david...@riseup.net wrote: El 27/02/14 17:43, Thomas S. Dye escribió: Aloha David, The website says where people gather IRL ... What does

Re: [O] link interfering with brackets when abbreviated

2014-02-27 Thread Michael Brand
Hi Nicolas On Thu, Feb 27, 2014 at 11:28 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: The only really predictable behaviour is: open the link under point. Everything else is arguable. What for me is a conflict between ... 1) There are arguments to change - as you recently did in master

Re: [O] dynamic block for ordered list of all clock intervals

2014-02-27 Thread Eric S Fraga
Andrea Rossetti andrea.rosse...@gmail.com writes: Hello Org users, recently I had to clock several small tasks, switching repeatedly from one to the other, and wanted to see the chronological history of all the CLOCK intervals, i.e. no sums/aggregations by day/week. So I wrote a

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Andreas Leha
Hi Tom, t...@tsdye.com (Thomas S. Dye) writes: Aloha Erik, Thanks. I must be showing my age :) I show my age on a regular basis, then. Usually http://www.urbandictionary.com serves me well in these occasions. Regards, Andreas

[O] orgtbl export linbreak source code possible?

2014-02-27 Thread Thorsten Grothe
Dear List, I have an org-radio table which I would like to export to latex. The table header looks like this: #+ORGTBL: SEND sec-6 orgtbl-to-latex :skip 3 :splice t :lend \\cmidrule(lr){4-4}\\\cmidrule(lr){5-5}\\\cmidrule(lr){6-6}\\\cmidrule(lr){7-7} :hline %% as you can see there are a

Re: [O] link interfering with brackets when abbreviated

2014-02-27 Thread Bastien
Hi Nicolas, you just updated `org-open-at-point' without reimplementing the previous behavior -- is this work in progress? If it is not, I suggest to discuss the change before implementing it. Nobody ever complained about the previous behavior, and both Michael and me are suppporting it. Thanks

Re: [O] [PATCH] lisp/org.el (org-open-at-point): prioritize link

2014-02-27 Thread Nicolas Goaziou
Hello, Oleh ohwoeo...@gmail.com writes: Can someone check this patch and commit it. It allows to open links that look like this: [[id:164552ee-b92d-4af6-9570-60d039876fac][=foobar=]] I applied a generalization of your patch. Thank you. While I'm at it, here are a few comments. +

Re: [O] dynamic block for ordered list of all clock intervals

2014-02-27 Thread Andrea Rossetti
Eric S Fraga e.fr...@ucl.ac.uk writes: Andrea Rossetti andrea.rosse...@gmail.com writes: wanted to see the chronological history of all the CLOCK intervals, i.e. no sums/aggregations by day/week. . I don't think anybody has answered. Just for information, you can achieve pretty

Re: [O] OrgCamp in Madrid

2014-02-27 Thread Jay Dixit
Hmm, maybe this function would help? :-) (defun org-hide-age () Queries urbandictionary.com (interactive) (browse-url (concat http://www.urbandictionary.com/define.php?term=; (if mark-active (buffer-substring (region-beginning) (region-end)) (read-string Urban Dictionary:

Re: [O] link interfering with brackets when abbreviated

2014-02-27 Thread Nicolas Goaziou
Hello, Bastien b...@altern.org writes: you just updated `org-open-at-point' without reimplementing the previous behavior -- is this work in progress? No, it isn't. I fixed the bugs we discussed, and one reported on the ML. If it is not, I suggest to discuss the change before implementing

[O] trunc fill modes?

2014-02-27 Thread Peter Davis
This is probably more an emacs question than org-mode, but ... On my MacBook Pro at work, running Aquamacs 3.0a, in Org mode the mode line shows Org Trunc Fill However, on my MacBook at home, it shows Org Trunc Spc I like the way the first one works. How can I make the second one have the

[O] org todos on paper?

2014-02-27 Thread Peter Salazar
I keep meeting people who say they started getting more things done more efficiently once they started printing out their tasks lists, so they can have the experience of seeing the list on paper and, more importantly, the satisfaction of crossing an item off on the page. Does anyone have a

Re: [O] List of figures

2014-02-27 Thread John Kitchin
Maybe I am missing something, what would the utility of #+toc: figures be? Is it only for export? I would make a link: [[elisp:org-list-of-figures]] where org-list-of-figures is an emacs-lisp function that would parse the buffer and present you with a list of clickable links to the figures. You

Re: [O] org todos on paper?

2014-02-27 Thread Peter Neilson
On Thu, 27 Feb 2014 20:23:26 -0500, Peter Salazar cycleofs...@gmail.com wrote: I keep meeting people who say they started getting more things done more efficiently once they started printing out their tasks lists, so they can have the experience of seeing the list on paper and, more

Re: [O] org todos on paper?

2014-02-27 Thread Kyle Machulis
I had a set of scripts cron'd to like 4am that would run emacs, output a daily agenda export, and email that to me, which I would sometimes print. It was super handy. Of course, they stopped working a while ago but I keep meaning to fix that. On Thu, Feb 27, 2014 at 6:22 PM, Peter Neilson

Re: [O] List of figures

2014-02-27 Thread Thomas S. Dye
Aloha John, John Kitchin jkitc...@andrew.cmu.edu writes: Maybe I am missing something, what would the utility of #+toc: figures be? Is it only for export? Yes, it is. I would make a link: [[elisp:org-list-of-figures]] where org-list-of-figures is an emacs-lisp function that would parse

Re: [O] org todos on paper?

2014-02-27 Thread Ken Mankoff
On Thu, 27 Feb 2014, Kyle Machulis wrote: I had a set of scripts cron'd to like 4am that would run emacs, output a daily agenda export, and email that to me, which I would sometimes print. It was super handy. Of course, they stopped working a while ago but I keep meaning to fix that.

[O] MobileOrg

2014-02-27 Thread David Masterson
Anyone using MobileOrg on iOS? I can't figure out how to set it up from the documentation -- I think I'm missing something. I have a number of questions: 1. What needs to be setup for the first time push from Emacs to the Dropbox Apps/MobileOrg directory? 2. What should the results of the