[O] [Accepted] Optional \caption argument for LaTeX export

2011-05-10 Thread Carsten Dominik
Patch 794 (http://patchwork.newartisans.com/patch/794/) is now Accepted. Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3Cm1wri1c5qc.fsf%40tsdye.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] Agenda todo filter order

2011-05-10 Thread Carsten Dominik
I have pushed this patch. - Carsten On 8.5.2011, at 20:17, Bernt Hansen wrote: Hi Carsten, I think this one works :) \o/ Thanks! -Bernt Carsten Dominik carsten.domi...@gmail.com writes: Hi Bernt, here is another try, I fixed a logical bug in the previous patch... Again,

Re: [O] Agenda todo filter order

2011-05-10 Thread Bernt Hansen
Thanks! :) Regards, Bernt Carsten Dominik carsten.domi...@gmail.com writes: I have pushed this patch. - Carsten On 8.5.2011, at 20:17, Bernt Hansen wrote: Hi Carsten, I think this one works :) \o/ Thanks! -Bernt Carsten Dominik carsten.domi...@gmail.com writes: Hi

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Robert Goldman
On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote: Robert Goldman rpgold...@sift.info writes: On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: There is the following

Re: [O] org-capture-other-frame

2011-05-10 Thread Radosław Grzanka
W dniu 2011-05-02 20:07, Lluís pisze: I've made a little function to launch org-capture on another frame, which is very handy when plugged into a hotkey and working with other applications. That work excelent on windows machine. Thank you! Radek.

Re: [O] 'wrong-type-argument stringp nil' when exporting (reftex/orgmode)

2011-05-10 Thread Michael Zombok
Matt == Matt Lundin m...@imapmail.org writes: Matt michael.zom...@googlemail.com writes: I am using Org-mode version 7.5 (release_7.5.264.g94664) with GNU Emacs 23.2.1. When I do C-c C-e l (or any other export, not only latex), I get the error (backtrace) below. I

[O] Bug: The org-entry-put add extra space after each invoking [7.5 (release_7.5.260.geb2a)]

2011-05-10 Thread wujun zhou
Each time I invoke the org-entry-put, I will get an extra space before the value, like this: before :prop: 1 after (org-entry-put pom prop 2) :prop: 2 and after invoking servel times: :prop:3 It's harmless to org-property API, but somewhat

[O] Day Planner link broken

2011-05-10 Thread Brian Brooks
Just an FYI, the Day Planner link on orgmode.org is broken.

[O] [PATCH] Optional \caption argument in LaTeX export

2011-05-10 Thread Thomas S. Dye
Aloha all, The attached patch initializes the shortn variable, uses it to add the optional argument to \caption in two places where this wasn't implemented, and adds a bit of documentation. Note that the shortn variable in org-mode is already used to add an optional argument to \caption in one

[O] Daisy chain file/heading links

2011-05-10 Thread Derek Thomas
Hi, is there a way to daisy chain the searches in links? I'm linking several files that are organized in a heading, subheading, paragraph format (paragraphs are numbered) and I'd like to specify a link like this [[file:example.org::*Heading::*Subheading::P. 1][test link]]. The problem is that the

Re: [O] Day Planner link broken

2011-05-10 Thread Jason Dunsmore
Brian Brooks brooks.br...@gmail.com writes: Just an FYI, the Day Planner link on orgmode.org is broken. I updated the link. Thanks for reporting this.

Re: [O] Daisy chain file/heading links

2011-05-10 Thread Michael Brand
Hi Derek If you mean by daisy chain a search what I would call outline path: no, there is no such possibility for links yet, only for refile. Once I also wanted to have this for links but now I prefer :ID: links for my use cases. Read here for more:

[O] Assigning a keyboard shortcut

2011-05-10 Thread John Hendy
This is surely very simple but I can't find it anywhere... I'm trying to assign org-resolve-clocks to C-c C-r. I tried to just modify the way that link and agendar are set: ,--- | (global-set-key \C-ca 'org-agenda) `--- So I've tried: ,--- | (global-set-key \C-c C-r 'org-resolve-clocks) |

Re: [O] Assigning a keyboard shortcut

2011-05-10 Thread Matt Lundin
John Hendy jw.he...@gmail.com writes: This is surely very simple but I can't find it anywhere... I'm trying to assign org-resolve-clocks to C-c C-r. I tried to just modify the way that link and agendar are set: [...] ,--- | (global-set-key \C-c\C-r 'org-resolve-clocks) `--- This one works

Re: [O] Assigning a keyboard shortcut

2011-05-10 Thread Michael Markert
Hi John, don't bother and use `kbd': -- snip -- (global-set-key (kbd C-c C-r) 'org-resolve-clocks) -- snap -- Michael pgpAeEhmCsXNw.pgp Description: PGP signature

Re: [O] typo

2011-05-10 Thread Jason Dunsmore
Cor Ninaber cornina...@gmail.com writes: This bug is a very silly little thing but there is missing a letter in the description of Org Mobile Index File in the settings. Namely inks should be links (see the copy below). Fixed. http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=c735d62f0

Re: [O] [PATCH] Sitemap sans extension

2011-05-10 Thread Manuel Giraud
Carsten Dominik carsten.domi...@gmail.com writes: Hi Manuel, this has been applied, but please provide a separate patch for the manual to document the new property. Thanks Carsten, here it is. From 50d10f54241bbdd554b99534af9b66ea67b557eb Mon Sep 17 00:00:00 2001 From: Manuel Giraud

[O] org-mode and ebib

2011-05-10 Thread Piter_
Hi all. There was a discussion about integration of ebib and org mode. And it is possible to open ebib on selected link like this [[citep:jones1999][35]] . But I cannot manage to insert such link from ebib into org-mode. Have anybody made a function for it? Thanks. Petro.

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Thomas S. Dye
Robert Goldman rpgold...@sift.info writes: On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote: Robert Goldman rpgold...@sift.info writes: On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman

Re: [O] org-mode and ebib

2011-05-10 Thread Thomas S. Dye
Piter_ x.pi...@gmail.com writes: Hi all. There was a discussion about integration of ebib and org mode. And it is possible to open ebib on selected link like this [[citep:jones1999][35]] . But I cannot manage to insert such link from ebib into org-mode. Have anybody made a function for it?

Re: [O] Assigning a keyboard shortcut

2011-05-10 Thread John Hendy
Got it -- I found that in my googling, but wondered why the org-mode setup documentation has the other notation \C-ca vs. (kbd C-c a). Thanks, John On Tue, May 10, 2011 at 10:07 AM, Michael Markert markert.mich...@googlemail.com wrote: Hi John, don't bother and use `kbd': -- snip

Re: [O] mobileorg android refuses to syn with mydisk.se

2011-05-10 Thread Matthew Jones
Hi Robert... I'm the developer for MobileOrg on Android, we have a known issue with self-signed certificates. What version of MobileOrg are you using? If you visit the site in the Android browser do you get a certificate notification also? On Tue, May 10, 2011 at 11:30 AM, Robert Goldman

Re: [O] mobileorg android refuses to syn with mydisk.se

2011-05-10 Thread Matthew Jones
Also... what version of Android are you using? On Tue, May 10, 2011 at 1:34 PM, Matthew Jones bsdmatb...@gmail.com wrote: Hi Robert... I'm the developer for MobileOrg on Android, we have a known issue with self-signed certificates. What version of MobileOrg are you using? If you visit the

[O] Org as a publishing toolkit

2011-05-10 Thread Marcelo de Moraes Serpa
Hi list, So today I have been reseaching about higher-levels toolkits that could help me get into TeX (and or LaTeX) and at the same time allowing me to keep the text in a more human-readable format (easier to mantain and to convert to other formats if needed). I know that if I want beautiful

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Thomas S. Dye
Marcelo de Moraes Serpa celose...@gmail.com writes: Hi list, So today I have been reseaching about higher-levels toolkits that could help me get into TeX (and or LaTeX) and at the same time allowing me to keep the text in a more human-readable format (easier to mantain and to convert to

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Marcelo de Moraes Serpa
Cool! Thanks. Now that you mention it, I was wondering if something like condition export is possible. For very specific localized LaTeX fetures, it would be useful. Take this example: #+LaTeX_HEADER: \usepackage[T1]{fontenc} #+LaTeX:\yinipar{\color{red}H}ello World This created a first-letter

Re: [O] Assigning a keyboard shortcut

2011-05-10 Thread Darlan Cavalcante Moreira
Emacs has different ways to assign key-bindings but the method with kbd seems to be the best one. An excellent blog post about key-bindings in Emacs is http://www.masteringemacs.org/articles/2011/02/08/mastering-key-bindings-emacs/ -- Darlan At Tue, 10 May 2011 09:59:21 -0500, John Hendy

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Thomas S. Dye
Aloha Marcelo, The approach I would take here, which might not be what you want, would be to use inline markup: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10_3 You would define the output for the various exporters in the link definition, with something fancy for LaTeX and

Re: [O] mobileorg android refuses to syn with mydisk.se

2011-05-10 Thread Robert Goldman
On 5/10/11 May 10 -12:34 PM, Matthew Jones wrote: Hi Robert... I'm the developer for MobileOrg on Android, we have a known issue with self-signed certificates. What version of MobileOrg are you using? If you visit the site in the Android browser do you get a certificate notification also?

Re: [O] mobileorg android refuses to syn with mydisk.se

2011-05-10 Thread Matthew Jones
Unfortunately this is a known critical issue which I have had great difficulty in solving: https://github.com/matburt/mobileorg-android/issues/22 https://github.com/matburt/mobileorg-android/issues/22The workaround in the case of mydisk.se, to say nothing of whether this would be acceptable to

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Marcelo de Moraes Serpa
Thomas, I have a more specific question. I have already managed to embed an image to act as the cover of the book. However, the image is being shown in the third page. I want the sequence to be like this: 1) Cover image 2) The sub-cover: Title My Name Date 3) TOC 4) Intro, chapters...

Re: [O] org-mode and ebib

2011-05-10 Thread Christian Moe
I use Reftex for inserting -- from the .bib file, not from ebib -- thanks to the setup tips here: http://article.gmane.org/gmane.emacs.orgmode/2406/match=bibliography http://www.mfasold.net/blog/2009/02/using-emacs-org-mode-to-draft-papers/ Yours, Christian On 5/10/11 6:15 PM, Thomas S. Dye

Re: [O] [PATCH] org-preview-latex-fragment in indirect buffers

2011-05-10 Thread Darlan Cavalcante Moreira
This is a rather small change in org.el. Since I didn't get a response (even rejected) I suspect this is because I didn't attached a proper patch so that the patchwork server can get it. The patch is attached now. -- Darlan diff --git a/lisp/org.el b/lisp/org.el index acbb261..eb95efa 100644

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Thomas S. Dye
Aloha Marcelo, I don't /believe/ org will keep you from doing that. My guess is that you are going to end up redefining the LaTeX \maketitle command, see http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-11_2 I've done this once or twice--it's an adventure for someone with my

Re: [O] Assigning a keyboard shortcut

2011-05-10 Thread John Hendy
On Tue, May 10, 2011 at 2:06 PM, Darlan Cavalcante Moreira darc...@gmail.com wrote: Emacs has different ways to assign key-bindings but the method with kbd seems to be the best one. An excellent blog post about key-bindings in Emacs is

[O] Beginning R plot export

2011-05-10 Thread John Tait
Hi Do I need to do extra configuration to get R plot output in LaTeX exports? Using the simplest code block: #+SRCNAME: graph #+BEGIN_SRC R :exports both x=c(1,2) y=c(2,4) plot(x,y) x #+END_SRC The numbers 1 2 appear in the LaTeX output, indicating that R is running. The plot doesn't appear

Re: [O] Beginning R plot export

2011-05-10 Thread Nick Dokos
John Tait johngt...@gmail.com wrote: Hi Do I need to do extra configuration to get R plot output in LaTeX exports? Using the simplest code block: #+SRCNAME: graph #+BEGIN_SRC R :exports both x=c(1,2) y=c(2,4) plot(x,y) x #+END_SRC The numbers 1 2 appear in the LaTeX output,

[O] Epub and Mobi Export

2011-05-10 Thread Avdi Grimm
Well, I got my eBook finished and released. Thanks VERY much to everyone who helped me with LaTeX export questions. Now I have a lot of people asking me for Epub and Mobi formats. I thought that before I launched into producing mobile formats from my Org-Mode, I'd see if anyone else has any

[O] file-error

2011-05-10 Thread Jeff Kowalczyk
I use el-get org-mode recipe, but I see the same behavior with a typical org-mode config from init.el. On org-mode git master start with emacs bzr trunk (emacs 24), org errors on load: File mode specification error: (file-error Cannot open load file lisp/org) progn: Cannot open load file:

Re: [O] Org as a publishing toolkit

2011-05-10 Thread Marcelo de Moraes Serpa
Thanks Thomas. I got enough proof org can really be used to write a book after finding out that Avdi Grimm wrote and published his exceptional ruby book (http://exceptionalruby.com/) using org ;) It's nice to be part of such a great community. Orgmode ROCKS! Thank you for the help, now I'll get

Re: [O] Epub and Mobi Export

2011-05-10 Thread Thomas S. Dye
Avdi Grimm gro...@inbox.avdi.org writes: Well, I got my eBook finished and released. Thanks VERY much to everyone who helped me with LaTeX export questions. Now I have a lot of people asking me for Epub and Mobi formats. I thought that before I launched into producing mobile formats from my

Re: [O] Slow movement in large buffers

2011-05-10 Thread Carmine Casciato
Carsten Dominik carsten.dominik at gmail.com writes: On 2011-03-15 03:25, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. snip Do others have the

[O] suppresing date in beamer output

2011-05-10 Thread Mehul Sanghvi
How do I tell org-mode/beamer to not output the date that is printed on the title page ? -- Mehul N. Sanghvi email: mehul.sang...@gmail.com

Re: [O] Org as a publishing toolkit

2011-05-10 Thread prad
Marcelo de Moraes Serpa celose...@gmail.com writes: It's nice to be part of such a great community. Orgmode ROCKS! ya i think org may become quite possibly the most useful item i use ... once i learn how to do more with it. -- in friendship, prad

[O] [OT] Custom remember template

2011-05-10 Thread Marcelo de Moraes Serpa
Hey list, I want a truly custom string to be output by the org-remember template, so I thought I could do something like: (Journal Entry ?j (concat * (mycustomfunc))) Since mycustomfunc and concat both return strings, I thought I wouldn't have a problem... But it fails with: let*:

Re: [O] [OT] Custom remember template

2011-05-10 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: I want a truly custom string to be output by the org-remember template, so I thought I could do something like: (Journal Entry ?j (concat * (mycustomfunc))) Since mycustomfunc and concat both return strings, I thought I wouldn't

Re: [O] suppresing date in beamer output

2011-05-10 Thread suvayu ali
On Tue, May 10, 2011 at 6:47 PM, Mehul Sanghvi mehul.sang...@gmail.com wrote: How do I tell org-mode/beamer to not output the date that is printed on the title page ? Have you tried removing the #+DATE: line? -- Mehul N. Sanghvi -- Suvayu Open source is the future. It sets us free.

Re: [O] file-error

2011-05-10 Thread Nick Dokos
Jeff Kowalczyk j...@yahoo.com wrote: I use el-get org-mode recipe, but I see the same behavior with a typical org-mode config from init.el. On org-mode git master start with emacs bzr trunk (emacs 24), org errors on load: File mode specification error: (file-error Cannot open load file