Re: [O] [BUG] org-agenda-open-link does not open bbdb links

2013-08-08 Thread Matt Lundin
Bastien writes: > Hi Matt, > > Matt Lundin writes: > >> The function org-agenda-open-link does not open bbdb links. >> >> The reason is that bbdb agenda lines contain links that are not found in >> the entry. > > I'm not sure I understand. Can you provide a minimal example/recipe? Hmmm... BBD

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Malcolm Cook
Aaron, Thanks for staying with me on this. I'm not sure what you're suggesting. Nonetheless, I just updated org from `git clone git://orgmode.org/org-mode.git` So, now I'm got org-version release_8.0.7-377-gef2d47.dirty. Are you suggesting that with this patch.svg created with exporting grap

[O] [PATCH v2] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-08 Thread Trevor Murphy
* lisp/org.el (org-get-compact-tod): Always pad minutes to two places. TINYCHANGE --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index b1a2fa8..e13c2b8 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16077,7 +16077,7 @@ with the curren

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Aaron Ecay
Hi Malcom, There is a patch that was added to the master branch of the org git repository on Jul 27, which turns this from a link into a real inclusion of the image. So, it will only work as intended if you are using a git checkout from after that date. My apologies, I should have made t

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Cook, Malcolm
>In case of difficulties like this, I produce the tex file (C-c C-e l l) >and then I process it by hand: > > pdflatex --shell-escape foo.tex > >Separates concerns nicely. I will try your approach - thanks - I agree > >> Sleuthing, I see the output .tex file includes the following lines: >

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Malcolm Cook
Aaron, Yeah, the zz was added by me whilst sleuthing. Sorry for the confusion. I added it across the board though. Before I added it, the message had been 'mtcars.zzpdf_tex' not found.' I know with org I can directly :export :file basename.svg The thing I am trying to accomplish is to find an

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Aaron Ecay
Hi Malcom, It looks like there are two things going on. The first is that you are (as Nick suspected) including the file twice in the document. You should change the header of the babel block to output a SVG file: #+begin_src R :results graphics output :exports both :file mtcars.svg

Re: [O] Handling Repeating events from google calendar / repeater interval

2013-08-08 Thread Simon Thum
Stephen, I now have time to take a look if you send me an example ical. Cheers, Simon On 07/31/2013 11:18 PM, Simon Thum wrote: Yes, probably, but don't count on me in the next 4 days (vacation). On 07/31/2013 11:08 PM, Stephen Eglen wrote: On Wed, Jul 31 2013, Simon Thum wrote: Hi Ste

Re: [O] possible org-insert-heading bug?

2013-08-08 Thread Simon Thum
Indeed. Thank you very much! On 08/08/2013 09:28 AM, Carsten Dominik wrote: On 31.7.2013, at 21:15, Simon Thum wrote: Carsten, any news on this? I'm struggling with RET C-RET during notes taking. Hi Simon, This should be fixed now. - Carsten Cheers, Simon On 07/03/2013 05:52 AM, C

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Malcolm Cook
Aaron, thanks so much, I've attached all three -- Malcolm Cook h - 913.642.5257 c - 913.226.1542 w - 816.926.4449 On Thu, Aug 8, 2013 at 2:36 PM, Aaron Ecay wrote: > Hi Malcom, > > 2013ko abuztuak 8an, Malcolm Cook-ek idatzi zuen: >> >> Aaron & Nick, >> >> Thanks for the help. I think I'm a

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Aaron Ecay
Hi Malcom, 2013ko abuztuak 8an, Malcolm Cook-ek idatzi zuen: > > Aaron & Nick, > > Thanks for the help. I think I'm almost there. > > So far I did > > * install a latex package (first time for everything). I wound up > just putting svg.sty file it for now in the same directory as the .org >

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Nick Dokos
Malcolm Cook writes: > When I "export to latex as PDF file", I get error "PDF file ./test.pdf > wasn't produced" > In case of difficulties like this, I produce the tex file (C-c C-e l l) and then I process it by hand: pdflatex --shell-escape foo.tex Separates concerns nicely. > Sleuthing, I

Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-08-08 Thread Malcolm Cook
Aaron & Nick, Thanks for the help. I think I'm almost there. So far I did * install a latex package (first time for everything). I wound up just putting svg.sty file it for now in the same directory as the .org file since my attempts to date failed using $HOME/texfm * customize the emacs var

Re: [O] my auto-sitemap file problem

2013-08-08 Thread Nicolas Goaziou
zy liu writes: > I come across a problem when I upgrade my org-mode from 7.83 to 8.07. > When I use the auto-sitemap ,the sitemap-file's entries all have the same > name,I do not know why. > I have uploaded my problems picture and my org-configuration pictures, Can > any one help me ? The proble

Re: [O] fill-paragraph does not work in quote/example blocks

2013-08-08 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > I just noticed that `fill-paragraph' does not work (anymore?) in quote or > example blocks. Is that a bug, intended behaviour, or a weird side-effect of > my personnal settings? This is the intended behaviour. Regards, -- Nicolas Goaziou

[O] fill-paragraph does not work in quote/example blocks

2013-08-08 Thread Thorsten Jolitz
Hi List, I just noticed that `fill-paragraph' does not work (anymore?) in quote or example blocks. Is that a bug, intended behaviour, or a weird side-effect of my personnal settings? Steps to reproduce: 1. Insert block and write a lng line #+begin_verse This is a very long line that con

Re: [O] How to pass named table reference in source block variable

2013-08-08 Thread Roland Donat
Eric Schulte gmail.com> writes: > > It sounds like you want to use tables like key-value stores. I think > adding such behavior directly to Org-mode would overly complicate the > data structures passed between code blocks (which currently only > consists of scalars and tables). However, maybe

Re: [O] How to pass named table reference in source block variable

2013-08-08 Thread Eric Schulte
Roland Donat writes: > Thomas S. Dye tsdye.com> writes: > >> >> Roland Donat gmail.com> writes: >> >> >> >> >> Perhaps this can help: >> >> >> >> http://orgmode.org/worg/org-contrib/babel/examples/lob-table- >> > operations.html >> >> >> >> Alternatively, you might pass the table to a code

Re: [O] my auto-sitemap file problem

2013-08-08 Thread Nicolas Goaziou
Hello, zy liu writes: > I come across a problem when I upgrade my org-mode from 7.83 to 8.07. > When I use the auto-sitemap ,the sitemap-file's entries all have the same > name,I do not know why. > I have uploaded my problems picture and my org-configuration pictures, Can > any one help me ? I

Re: [O] org-speed-commands-default 1 2 3

2013-08-08 Thread Oleh
On Thu, Aug 8, 2013 at 9:01 AM, Carsten Dominik wrote: > > On 23.7.2013, at 15:48, Oleh wrote: > >> Hi all, >> >> I've recently started using `org-use-speed-commands', and I like it a lot, >> except I had to make one tweak: >> >>(setq org-use-speed-commands t) >>(setq org-speed-commands-u

Re: [O] [bug] latex export ascii encoding

2013-08-08 Thread Nicolas Goaziou
Hello, Jan-Mark Batke writes: [...] > I am using the org-plus-contrib package now > (8.0.7-2-gf51616-elpaplus). This version is anterior to the patch. You need to update Org. Regards, -- Nicolas Goaziou

Re: [O] [bug] latex export ascii encoding

2013-08-08 Thread Jan-Mark Batke
Hi, using XP and GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600) of 2013-03-17 on MARVIN exporting from an utf-8 org file to a buffer unfortunately still fails, e.g. % Created 2013-08-08 Do 14:46 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fixltx2e} \

Re: [O] org-clock-file-time-cell-format customize type

2013-08-08 Thread Nicolas Goaziou
Hello, Kevin Ryde writes: > org-clock-file-time-cell-format and org-clock-total-time-cell-format in > org-clock.el each have defcustom > > :type 'boolean > > but if I understand their docstrings and the way they're used then I > expected 'string. Indeed. This is now fixed. Thank you for repor

Re: [O] Add figure/table numbers to HTML captions

2013-08-08 Thread Nicolas Goaziou
Hello, Yoshinari Nomura writes: > I just want to update you on my completion of the assignment/disclaimer > process with FSF. Thank you. I added you to the list of FSF signed contributors. Regards, -- Nicolas Goaziou

Re: [O] org-mode automatically sets bookmarks org-capture-last-stored etc.

2013-08-08 Thread Carsten Dominik
On 8.8.2013, at 08:46, Carsten Dominik wrote: > > On 18.7.2013, at 10:34, Oleh wrote: > >> Hi all, >> >> I'd like to point out that it's inconvenient for me >> that org stores the bookmarks "org-capture-last-stored", >> "org-refile-last-stored" and "org-capture-last-stored-marker" when I do

[O] org-clock-file-time-cell-format customize type

2013-08-08 Thread Kevin Ryde
org-clock-file-time-cell-format and org-clock-total-time-cell-format in org-clock.el each have defcustom :type 'boolean but if I understand their docstrings and the way they're used then I expected 'string.

Re: [O] [PATCH] Timestamps: Handle sub-10-min ranges when updating timestamps

2013-08-08 Thread Nicolas Goaziou
Trevor Murphy writes: > Schedule an event for today with a five-minute duration. E.g: > > * TODO test out bug in `org-schedule' > SCHEDULED: <2013-08-07 Wed 17:00-17:05> > > Then hit C-c C-s (or however you have `org-schedule' bound). With the > default setup, you'd expect to see the following

Re: [O] How to pass named table reference in source block variable

2013-08-08 Thread Roland Donat
Thomas S. Dye tsdye.com> writes: > > Roland Donat gmail.com> writes: > > >> > >> Perhaps this can help: > >> > >> http://orgmode.org/worg/org-contrib/babel/examples/lob-table- > > operations.html > >> > >> Alternatively, you might pass the table to a code block of a language > >> that under

Re: [O] org-insert-heading rewritten from scratch

2013-08-08 Thread Eric Abrahamsen
Carsten Dominik writes: > Hi, > > I have rewritten org-insert-heading, because it had become an unmaintainable > beast. > Please follow up in this thread if you find problems with the new > implementation. > Very likely there will be bugs, but now I am at least confident they can be > fixed. >

Re: [O] possible org-insert-heading bug?

2013-08-08 Thread Carsten Dominik
On 31.7.2013, at 21:15, Simon Thum wrote: > Carsten, > > any news on this? I'm struggling with RET C-RET during notes taking. Hi Simon, This should be fixed now. - Carsten > > Cheers, > > Simon > > On 07/03/2013 05:52 AM, Carsten Dominik wrote: >> Hi, >> >> yes, org-insert-heading is br

Re: [O] narrowing bug when inserting a headline

2013-08-08 Thread Carsten Dominik
On 30.7.2013, at 20:30, Samuel Wales wrote: > To try to repro, narrow to two headlines. Go up. Insert a heading with > C-RET. > > Several characters will no longer be in the narrowed region. I think this is now fixed. - Carsten > > -- > The Kafka Pandemic: http://thekafkapandemic.blogsp

Re: [O] org-mode `org-capture-templates' %(sexp) must return string restriction

2013-08-08 Thread Carsten Dominik
Hi Oleh, please provide a patch, I like the proposed change. - Carsten On 26.7.2013, at 09:09, Oleh wrote: > Hi all, > > Is this restriction really necessary? > This results in code like: > > (setq > org-capture-templates > '(("e" "elisp todo" >entry >(file+headline (concat org.d "gt

Re: [O] org-speed-commands-default 1 2 3

2013-08-08 Thread Carsten Dominik
On 23.7.2013, at 15:48, Oleh wrote: > Hi all, > > I've recently started using `org-use-speed-commands', and I like it a lot, > except I had to make one tweak: > >(setq org-use-speed-commands t) >(setq org-speed-commands-user > '(("1" . (org-shifttab 1)) >("2" . (or

Re: [O] [bug?] inherit tags before org-refile

2013-08-08 Thread Carsten Dominik
On 23.7.2013, at 14:10, Oleh wrote: > Hi all, > > When I call `org-refile' on a heading that inherits at tag > from its parent, but does not possess it, it looses this tag. > > To give an example, the parent heading has :boss: > tag attached to it - it means that all child headings have > som