Re: [O] Basic vcard-to-org-contacts converter

2014-03-24 Thread Feng Shu
Titus von der Malsburg malsb...@posteo.de writes: Hi list! I decided to give org-contacts a try. Since there doesn't seem to be a facility for importing contacts in vcard format, I wrote a little Python script for that. Perhaps someone on this list finds it useful.

Re: [O] Basic vcard-to-org-contacts converter

2014-03-24 Thread Ken Mankoff
And I posted a solution a few weeks ago that parses the Apple AddressBook to Org contacts. Wrapped in a LaunchAgent that runs the script whenever the addressbook is updated (file timestamp changes) and it keeps mu4e up-to-date with Apple OS X and iDevices. -k. On 2014-03-24 at 20:07, Feng Shu

Re: [O] Org is awesome

2014-03-24 Thread James Harkins
On Mar 25, 2014 3:05 AM, chandan chandanrm...@gmail.com wrote: Can you please post a link to the sources? I would most probably use it as a reference for generating different parts of any documents that I would create. Not just yet. As I said in the email that you quoted, I'm working on a

Re: [O] org-html5presentation

2014-03-24 Thread Rustom Mody
Marcin wrote: Just my 2 cents: I've just tried org-reveal and it works like a charm. Thanks Marcin this looks promising Rick wrote: There are also s5 (ox-s5) and deck.js (ox-deck) exporters in contrib ;). s5 is what I started with. But it looks a bit bit-rotten [we are in 2014 and its

[O] Question: how to disable htmlize during exporting?

2014-03-24 Thread Kelvin Hu
Dears, Org is awesome and now I use it as my blogging tool, everything is perfect except the source code highlighting. Org uses htmlize.el to highlight source code, it's fine, but when I use another theme or on a different machine, the generated html(contains source code block) will change due to

[O] bug: org-shiftmetaright fails to shift the last child

2014-03-24 Thread Samuel Wales
=== * org-shiftmetaright on the following folded header will fail to shift headline 3 * bug *** 2 * [[http://www.google.com][google]] *** 3 === this is in maint. thanks. samuel

Re: [O] bug: org-shiftmetaright fails to shift the last child

2014-03-24 Thread Samuel Wales
this also appears to fail to shift siblings below the link. On 3/24/14, Samuel Wales samolog...@gmail.com wrote: === * org-shiftmetaright on the following folded header will fail to shift headline 3 * bug *** 2 * [[http://www.google.com][google]] *** 3 === this is in maint.

Re: [O] [ANN] orgbox: Mailbox-like task scheduling in org-agenda.

2014-03-24 Thread Yasuhito Takamiya
Hi Alan, It would be great to be able to configure some of the hard-coded dates and time, such as: - later today: number of hours (currently 3) - start of evening: currently 18:00 - start of day: currently 08:00 - start of weekend: currently Saturday (you could use

[O] #+CALL cross-file with reference arguments

2014-03-24 Thread Pascal Fleury
Hi! I am trying to do a call across files with arguments that are references: === file:config.org #+NAME: setup #+HEADER: :var model= #+BEGIN_SRC sh some bash code that works locally #+END_SRC === file:experiment.org #+NAME: experiment | experiment_name | svm_classifier | |

Re: [O] Emacs freezes

2014-03-24 Thread Christopher Witte
Fantastic! All working now. Cheers, Chris On 22 March 2014 09:19, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Christopher Witte ch...@witte.net.au writes: I'm getting a weird problem with orgmode and flyspell mode. Using the latest version of org from git, open the attached file

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-24 Thread Eric S Fraga
Achim Gratz strom...@nexgo.de writes: Eric S Fraga writes: The trace shows that the column has been extracted exactly as I wish. No, the column has been extracted as a vector, not a table. Yes, true; what I meant was that the data extracted were the data I expected to be extracted. The

Re: [O] Generate and display image

2014-03-24 Thread Eric S Fraga
Andrey Tykhonov atykho...@gmail.com writes: [...] There is text2image command line utility which takes a text and converts it to the image, then returns a path to the image. When I execute that block by means of `org-babel-execute-src-block' that block executes correctly and returns a path:

Re: [O] HTML export is using the wrong browser

2014-03-24 Thread Achim Gratz
James Harkins writes: I noticed that C-c C-e h o was running sensible-browser, and after half an hour's completely wasted effort trying to understand the update-alternatives system, the only thing I know is that Chrome's priority in the system is 200 while Firefox is 40. That explains why

Re: [O] HTML export is using the wrong browser

2014-03-24 Thread Eric S Fraga
James Harkins jamshar...@gmail.com writes: [...] I noticed that C-c C-e h o was running sensible-browser, and after half an hour's completely wasted effort trying to understand the update-alternatives system, the only thing I know is that Chrome's priority in the system is 200 while Firefox

Re: [O] HTML export is using the wrong browser

2014-03-24 Thread James Harkins
On Mon, Mar 24, 2014 at 4:40 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Off topic, sort of, but on Debian, as root: update-alternatives --config sensible-browser will allow you to change the default. In my case, this was not successful. http://ubuntuforums.org/showthread.php?t=2212948 As

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-24 Thread Rainer M Krug
Eric Schulte schulte.e...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Eric Schulte schulte.e...@gmail.com writes: Charles Berry ccbe...@ucsd.edu writes: John Hendy jw.hendy at gmail.com writes: [deleted] I think the default behavior should be reverted, as tangling and

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-24 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: It looks perfect. I tested* the HTML and LaTeX backend and they do exactly what's expected. Thanks a lot for putting this together! There is still a limitation (which was already present before the patch), though. The regexp cannot match a radio link next

Re: [O] HTML export is using the wrong browser

2014-03-24 Thread Achim Gratz
James Harkins jamshark70 at gmail.com writes: In my case, this was not successful. http://ubuntuforums.org/showthread.php?t=2212948 The reason is most likely that sensible-browswer doesn't use alternatives, i.e. it doesn't end up calling x-www-browser. You may have set BROWSER in your

Re: [O] Org is awesome

2014-03-24 Thread James Harkins
On Mar 22, 2014 3:52 PM, Bastien b...@gnu.org wrote: James Harkins jamshar...@gmail.com writes: After 243 commits to a constellation of org files, producing 10849 lines of LaTeX code from the Beamer exporter, which render into 229 pages of beamerarticle print-ready material, including 156

Re: [O] [RFC] Creole-style / Support for **emphasis**__within__**a word**

2014-03-24 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Good luck. Got my answer. The rest are just details.

Re: [O] Bug in org-beamer-publish-to-pdf?

2014-03-24 Thread Nicolas Goaziou
Hello, Rafael rvf0...@gmail.com writes: I think there is a bug in org-beamer-publish-to-pdf. The code of the function is: #+BEGIN_SRC emacs-lisp (defun org-beamer-publish-to-pdf (plist filename pub-dir) (org-publish-attachment plist (org-latex-compile (org-publish-org-to

Re: [O] Context of interaction vs. literal syntactic interpretation

2014-03-24 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: In the meantime, what do you think about the solution I propose? I think it is a sensible move. Regards, -- Nicolas Goaziou

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-24 Thread Eric Schulte
Rainer M Krug rai...@krugs.de writes: Eric Schulte schulte.e...@gmail.com writes: Rainer M Krug rai...@krugs.de writes: Eric Schulte schulte.e...@gmail.com writes: Charles Berry ccbe...@ucsd.edu writes: John Hendy jw.hendy at gmail.com writes: [deleted] I think the default behavior

Re: [O] I need help extending ob-ocaml to support :results output

2014-03-24 Thread Alan Schmitt
Eric Schulte schulte.e...@gmail.com writes: You can step through the execution of `org-babel-execute:ocaml' by first evaluating the function with a prefix argument (meaning with the cursor within the function body press C-u C-A-x) which will edebug [1] the function. You can then evaluate an

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-24 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: It looks perfect. I tested* the HTML and LaTeX backend and they do exactly what's expected. Thanks a lot for putting this together! Applied. -- Nicolas Goaziou

[O] bug#17055: 24.3.50; Emacs hangs in Org mode file

2014-03-24 Thread Glenn Morris
Perhaps this is fixed now, according to comments at: http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01176.html (It would be great if someone would keep an eye on these Org bugs that get reported to Emacs and update them when appropriate. Although it seems better to report Org bugs

Re: [O] Org is awesome

2014-03-24 Thread Bastien
James Harkins jamshar...@gmail.com writes: For those who wanted to see the article, a current draft is here: http://ubuntuone.com/2uszkV2PDUuSgZAtnXwXzZ -- though the subject (audio synthesis and real-time control) is likely to be esoteric for most. I don't understand a thing, but I find it

Re: [O] [bug] cannot extract just one column of table for use in gnuplot src block

2014-03-24 Thread Bastien
Hi Achim and Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: This patch seems to work. Thanks! Achim, feel free to apply the patch when you have time for this, -- Bastien

Re: [O] [ANN] orgbox: Mailbox-like task scheduling in org-agenda.

2014-03-24 Thread Alan Schmitt
I installed this manually, because I don't want to use org from elpa (as I prefer to stay up to date with the master branch). Is there a way to install orgbox without pulling the org dependency? Thanks, Alan

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-24 Thread Bastien
Hi Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: However, I'm not sure this is something desirable, but the apostrophe problem is mildly annoying. My intuition is that midword matching will soon be used as a neat trick, while preventing target's to match target will prove annoying.

[O] about truncate line depend context

2014-03-24 Thread Feng Shu
Now I set truncate-lines to -1 in my org file, but the table shows ugly, So I use below code. Can I use a hook to do this job? #+begin_src elisp (defun eh-org-truncate-lines (optional arg) (interactive P) (cond ((or (and (boundp 'org-clock-overlays) org-clock-overlays)

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: As a side note, I think `org-babel-under-commented-heading-p' is useful enough (with an optional parameter to prevent inheritance, maybe) to be moved into org.el. I agree. Here is the patch.

[O] org-babel R output table with plot

2014-03-24 Thread Feng Shu
Hi everyone I want to R output table with plot, I use a solution below, Who can tell me other solutions? thanks! #+begin_src R :results output raw drawer require(ascii) print.org - function (x, caption) { print(paragraph(paste(#+CAPTION: , caption, sep=)),type=org)

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: As a side note, I think `org-babel-under-commented-heading-p' is useful enough (with an optional parameter to prevent inheritance, maybe) to be moved

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Bastien
Hi Nicolas and Eric, Eric Schulte schulte.e...@gmail.com writes: Looks good to me, I'll leave to Bastien since it touches core Org-mode functionality and not just Babel. Looks good to me, please apply, -- Bastien

Re: [O] Org is awesome

2014-03-24 Thread Suvayu Ali
On Mon, Mar 24, 2014 at 03:13:24PM +0100, Bastien wrote: James Harkins jamshar...@gmail.com writes: For those who wanted to see the article, a current draft is here: http://ubuntuone.com/2uszkV2PDUuSgZAtnXwXzZ -- though the subject (audio synthesis and real-time control) is likely to be

Re: [O] Org is awesome

2014-03-24 Thread Dave Taht
On Mon, Mar 24, 2014 at 9:48 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Mon, Mar 24, 2014 at 03:13:24PM +0100, Bastien wrote: James Harkins jamshar...@gmail.com writes: For those who wanted to see the article, a current draft is here: http://ubuntuone.com/2uszkV2PDUuSgZAtnXwXzZ --

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Eric Schulte
Bastien b...@gnu.org writes: Hi Nicolas and Eric, Eric Schulte schulte.e...@gmail.com writes: Looks good to me, I'll leave to Bastien since it touches core Org-mode functionality and not just Babel. Looks good to me, please apply, Applied. -- Eric Schulte https://cs.unm.edu/~eschulte

Re: [O] org-babel R output table with plot

2014-03-24 Thread John Hendy
On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu tuma...@gmail.com wrote: Hi everyone I want to R output table with plot, I use a solution below, Who can tell me other solutions? I sort of follow the below, but I think it would be more helpful to describe what you *don't* like about the output

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Samuel Wales
now that everybody is happy, agreeing, and singing in a circle holding hands, i thought i'd stir the pot. :] i hope i don't get wicked glares. :] there are a few unresolved questions. there is also something that, for my workflow at least, is a bug. i set org-export-with-tasks to nil,

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-24 Thread Samuel Wales
note: this is not a high priority for me, but it seems like a bug, it can result in surprising behavior for new users, and it helps clarify this thread, so it seemed worth posting. the ecm is in this thread.

Re: [O] Org is awesome

2014-03-24 Thread chandan
On Monday 24 Mar 2014 20:22:47 James Harkins wrote: For those who wanted to see the article, a current draft is here: http://ubuntuone.com/2uszkV2PDUuSgZAtnXwXzZ -- though the subject (audio synthesis and real-time control) is likely to be esoteric for most. Can you please post a link to the

Re: [O] Org is awesome

2014-03-24 Thread Sam Flint
On 24 Mar 2014, chandan wrote: On Monday 24 Mar 2014 20:22:47 James Harkins wrote: For those who wanted to see the article, a current draft is here: http://ubuntuone.com/2uszkV2PDUuSgZAtnXwXzZ -- though the subject (audio synthesis and real-time control) is likely to be esoteric for most.

[O] Basic vcard-to-org-contacts converter

2014-03-24 Thread Titus von der Malsburg
Hi list! I decided to give org-contacts a try. Since there doesn't seem to be a facility for importing contacts in vcard format, I wrote a little Python script for that. Perhaps someone on this list finds it useful. https://gist.github.com/tmalsburg/9747104 The script uses the Python

Re: [O] [ANN] orgbox: Mailbox-like task scheduling in org-agenda.

2014-03-24 Thread Aaron Ecay
Hi Alan, I installed the attached file with M-x package-install-file to avoid getting org pulled in via (M)ELPA. The large version number means that new versions of org don’t look like upgrades, preventing them from overwriting this package. Obviously, you should edit the path to your git

Re: [O] verbatim/code text and line breaks with auto fill mode

2014-03-24 Thread Michael Weylandt
On Mar 18, 2014, at 18:35, Michael Weylandt michael.weyla...@gmail.com wrote: On Mar 8, 2014, at 7:12, Alan Schmitt alan.schm...@polytechnique.org wrote: I've continued looking into this, and it seems that what I want is use `fill-nobreak-predicate'. This is what I ended up doing:

Re: [O] org mode alignment problem

2014-03-24 Thread Guido Van Hoecke
Bastien, On 23 March 2014 22:51, Guido Van Hoecke gui...@gmail.com wrote: Hi Bastien, Bastien b...@gnu.org writes: Hi Guido, Guido Van Hoecke gui...@gmail.com writes: The problem remains if I replace '[' and ']' with either '{' and '}' or '(' and ')'. It disappears if I replace them

[O] [RFC] Properly handle keyword + COMMENT keyword

2014-03-24 Thread Nicolas Goaziou
Hello, COMMENT keyword is not always clearly defined in Org. Some parts consider it is a regular keyword as treat it as such (e.g. `org-todo') whereas some others see it as an additional keyword (e.g., `org-priority'). I think the latter makes more sense, and, as a consequence, Org Syntax

Re: [O] [PATCH] org-plot: Handle explicit date/time index

2014-03-24 Thread Yasushi SHOJI
Hi Bastien, At Sun, 23 Mar 2014 19:41:45 +0100, Bastien wrote: Yasushi SHOJI ya...@atmark-techno.com writes: * lisp/org-plot.el (org-plot-quote-tsv-field): Dump data as is when `timeind' is set. This change produces a compiler warning: In org-plot-quote-tsv-field:

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-03-24 Thread Samuel Wales
does this preserve todo keyword font locking and sorting? it is an interesting change if so, and i would probably find it useful. does archive work the same way? i presume it is a coincidence that this message comes after mine which mentioned font locking and sorting, as the fix to that message

Re: [O] [RFC] Properly handle keyword + COMMENT keyword

2014-03-24 Thread Nicolas Goaziou
Hello, Samuel Wales samolog...@gmail.com writes: does this preserve todo keyword font locking This is one goal of the patch. and sorting? IIRC, TODO-based sorting refers to `org-todo-keywords-1', which doesn't include COMMENT, so I don't think this changes sorting (i.e., sorting ignores

[O] [babel] How to make source blocks immutable whil editing org files in Org mode in Emacs

2014-03-24 Thread Grant Rettke
Hi, Context: Just logged about 60 hours doing a literate programming project with Org and elisp. Calling org-edit-special to break out into my customized editing environment has worked quite well. There, Smartparens (strict mode) or Paredit keep parentheses balanced. Sometimes I get lazy though

Re: [O] org-babel R output table with plot

2014-03-24 Thread Feng Shu
John Hendy jw.he...@gmail.com writes: On Mon, Mar 24, 2014 at 10:22 AM, Feng Shu tuma...@gmail.com wrote: Hi everyone I want to R output table with plot, I use a solution below, Who can tell me other solutions? I sort of follow the below, but I think it would be more helpful to describe