Re: [O] Info: (org)Customizing tables in ODT export

2013-01-28 Thread Achim Gratz
Thomas S. Dye tsdye.com> writes: > >> Section 12.8.11.4 of the info version of the Org mode manual is > >> truncated in the middle of an emacs-lisp code block. > > I see the full file in pdf and html. I get the complete section shown in Emacs and standalone info reader no problem. What version o

Re: [O] How to use org-capture with "dynamic ID" targets?

2013-01-28 Thread Eric Abrahamsen
Darlan Cavalcante Moreira writes: > At Thu, 24 Jan 2013 20:01:47 +0100, > Bastien wrote: >> Did you tried this? >> >> (setq org-capture-templates >> `(("f" "The template description" table-line >> (id ,some_variable) >> "this is the template content" >> :table-line-pos "

Re: [O] Info: (org)Customizing tables in ODT export

2013-01-28 Thread Jambunathan K
t...@tsdye.com (Thomas S. Dye) writes: > Aloha all, > > Section 12.8.11.4 of the info version of the Org mode manual is > truncated in the middle of an emacs-lisp code block. I have trouble understanding what is it that is truncated. Would you like to share a screenshot that highlights the dif

Re: [O] How to use org-capture with "dynamic ID" targets?

2013-01-28 Thread Darlan Cavalcante Moreira
At Thu, 24 Jan 2013 20:01:47 +0100, Bastien wrote: > > Hi Darlan, > > Darlan Cavalcante Moreira writes: > > > everything works as expected and a table in the headline with ID > > "someIDstring" is used. However, if I try > > > > ("f" "The template description" table-line > > (id some_variab

[O] copy file from link into agenda

2013-01-28 Thread Subhan Tindall
Hi, I am trying to set up a class notes system using Org (based on my Nexus 7 w/BT Keyboard, but that's another story) I mostly have things they way I would like (I think), with each day's class notes as an org file, and a capture template to insert an entry into a date tree with some information +

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-01-28 Thread Torsten Wagner
Hi, @David hope you feel better soon. On a side note, I had trouble getting url-dav.el loaded. There was a version in the system which was favoured all time. I couldn't find a way to tell emacs to use the local version instead. I ended up deleting the system version, possibly making my package ma

Re: [O] org-tree-slide as default, sort of

2013-01-28 Thread henry atting
Hi Takaaki, > I reproduced the first and the 3rd case you reported. > I think the following setting is better than using org-mode-hook. > > (add-hook 'find-file-hook > '(lambda () (when (eq major-mode 'org-mode) > > (org-tree-slide-mode > > When you call org-agenda, it will visit many

[O] Macro question with new texinfo exporter

2013-01-28 Thread Thomas S. Dye
Aloha all, I have the following two macros: #+MACRO: markup @@info:@$1{@@$2@@info:}@@ #+MACRO: kbd {{{markup(kbd,$1)}}} When I export to texinfo using the new exporter, the following macro call triggers an error (byte-code: Wrong type argument: consp, nil): {{{kbd(C-,)}}} and so does this: {{

Re: [O] org-tree-slide as default, sort of

2013-01-28 Thread Takaaki ISHIKAWA
Hi Henry, I reproduced the first and the 3rd case you reported. I think the following setting is better than using org-mode-hook. (add-hook 'find-file-hook '(lambda () (when (eq major-mode 'org-mode) (org-tree-slide-mode When you call org-agenda, it will visit many org-files listed in

[O] orgstruct-mode with custom headline prefix

2013-01-28 Thread Christopher Schmidt
Hi Org, here is a patch for master that enables the use of a custom headline prefix file locally in conjunction with orgstruct-mode. 2013-01-28 Christopher Schmidt * org.el (org-outline-regexp, org-heading-regexp): Make them safe local variables. (org-o

Re: [O] org-tree-slide as default, sort of

2013-01-28 Thread henry atting
Hi Takaaki, > [...] > How about the following setting? > > (add-hook 'org-mode-hook 'org-tree-slide-mode) > > If you have already tried the setting with the latest version of > org-tree-slide, > and also encountered issues, please let me know the details. > I'll try to reproduce and fix it. [...

Re: [O] BUG? table output despite "#+begin_src sh :results verbatim"

2013-01-28 Thread Cook, Malcolm
Eric, Mucho Kudos indeed I had an old patch to org-babel-execute:sh tucked away masking your released version. 'nuff said, except Thanks, again, very much, Mea culpa, ~Malcolm .-Original Message- .From: Eric Schulte [mailto:schulte.e...@gmail.com] .Sent: Saturday, January

Re: [O] org-tree-slide: some small changes

2013-01-28 Thread Takaaki ISHIKAWA
Dear Eric, > > If you don't mind, I would like to add your name into the source code > > as a contributor. > > Sure, that would be fine. Thank you! I'll add your name when I release the next version. > > > I Hope for the success of your talk ;-) > > Thanks again! I'm "facilitating" a workshop

Re: [O] org-md fixed-width filter problems

2013-01-28 Thread Nicolas Goaziou
Hello, cbe...@tajo.ucsd.edu writes: > cbe...@tajo.ucsd.edu writes: > >> The :translate-alist for the md backend has no entry for fixed-width, >> so it defaults to the parent org-e-html-fixed-width which uses >> >> (format "\n%s" ... >> >> So elements >> >> , >> | : like >> | : this >> `---

Re: [O] [bug] latex fragment preview with dvipng ignores :foreground specification

2013-01-28 Thread Myles English
Eric S Fraga writes: > Myles English writes: >> Please could you clarify a couple of things for me? >> >> From your investigations can you say if there is a bug in the orgmode >> use of dvipng, or has dvipng changed so that the expected behaviour is >> no longer supported? I too use a dark dis

Re: [O] org-md fixed-width filter problems

2013-01-28 Thread cberry
cbe...@tajo.ucsd.edu writes: > The :translate-alist for the md backend has no entry for fixed-width, > so it defaults to the parent org-e-html-fixed-width which uses > > (format "\n%s" ... > > So elements > > , > | : like > | : this > ` > > get the html style markup. > > Some of the mar

Re: [O] org-tree-slide as default, sort of

2013-01-28 Thread Takaaki ISHIKAWA
Dear Henry, How about the following setting? (add-hook 'org-mode-hook 'org-tree-slide-mode) If you have already tried the setting with the latest version of org-tree-slide, and also encountered issues, please let me know the details. I'll try to reproduce and fix it. Best, Takaaki -- Takaaki

Re: [O] colorg: Weekly status!

2013-01-28 Thread François Pinard
"Loyall, David" writes: > https://github.com/ether/etherpad-lite/blob/master/doc/easysync/easysync-full-description.tex Thanks for the link! > Implementing easysync in elisp would be valuable, not just for org-mode, I > think. Likely! Yet maybe later for colorg, I want a working solution fir

[O] org-md fixed-width filter problems

2013-01-28 Thread cberry
The :translate-alist for the md backend has no entry for fixed-width, so it defaults to the parent org-e-html-fixed-width which uses (format "\n%s" ... So elements , | : like | : this ` get the html style markup. Some of the markdown processors I use don't like this. pandoc ignores

[O] Bug in org-insert-heading-after-current?

2013-01-28 Thread Thorsten Jolitz
Hi List, having added a property drawer with two entries: ,- | * Definitions | :PROPERTIES: | :exports: both | :results: replace | :END: `- I evaluate: ,--- | (outline-previous-heading) | (org-insert-heading-after-curr

[O] org-tree-slide as default, sort of

2013-01-28 Thread henry atting
I tried to make org-tree-slide work on every startup of an org file. Though I did not figure it for the best idea I set an orgmode hook. Now knowing some of the unwanted side effects this involves I know it actually is a bad idea. Is or will it be possible to set this on a per file basis? henry -

Re: [O] colorg: Weekly status!

2013-01-28 Thread Loyall, David
François, Have a look at https://github.com/ether/etherpad-lite/blob/master/doc/easysync/easysync-full-description.tex and other nearby documents/code. Implementing easysync in elisp would be valuable, not just for org-mode, I think. Cheers, and thanks for your work! --Dave -Original Mes

[O] SOLVED: LaTeX source block problems

2013-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I solved it bu using the examples on http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html especially the tkz example. So it looks no as follow: * The gantt chart #+header: :fit yes :noweb yes :headers '("\\usepackage{pgfgantt}") #+

Re: [O] LaTeX source block problems

2013-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/01/13 14:10, John Hendy wrote: > > On Jan 28, 2013 2:50 AM, "Rainer M Krug" > > wrote: >> > On 25/01/13 18:35, Thomas S. Dye wrote: >> Hi Rainer, > >> Rainer M Krug mailto:r.m.k...@gmail.com>> writes: > >>> - C-c c

[O] org-archive-add-header-to-new-files

2013-01-28 Thread Christopher Schmidt
Hi Org, here is a patch to master that allows one to inhibit the addition of the header line to newly created archive files. 2013-01-28 Christopher Schmidt * org-archive.el (org-archive-add-header-to-new-files): New option. (org-archive-subtree): Honour

[O] Bug in org-bibtex (patch attached)

2013-01-28 Thread racin
Hi, There is a small bug in org-bibtex which prevents org-bibtex-search to work correctly when org-bibtex-prefix is nil. Patch attached. Matthieu--- /home/ml213213/git/ext/org-mode/lisp/org-bibtex.el 2013-01-28 13:28:21.910313351 +0100 +++ /home/ml213213/.emacs.d/elpa/org-plus-contrib-20121231/o

[O] disable html-preambler per file

2013-01-28 Thread henry atting
I see that there is the option `html-preamble' but apparently it is not applicable on a per file basis. How can set org-export-html-preamble to nil for single files? cheers, henry

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-01-28 Thread Eric S Fraga
David Engster writes: > Sven Bretfeld writes: >> Hi David and all >> > >> I've got it. By try and error I found out that entries like these in an >> org-file cause the problem: >> >> %%(diary-anniversary 6 8 1969) Christian is %d years old > > Ah OK. Thanks for looking into this. Those entries a

Re: [O] org-tree-slide: some small changes

2013-01-28 Thread Eric S Fraga
Takaaki ISHIKAWA writes: > Dear Eric, > > Thank you for your feedback! You're very welcome. > And I'm so glad to hear you like org-tree-slide.el. > > I've just updated my code in Github. > The code includes the two hooks. On the other hand, > I deleted =org-mode-slide-mode-hook= because it did

Re: [O] [bug] latex fragment preview with dvipng ignores :foreground specification

2013-01-28 Thread Eric S Fraga
Myles English writes: > Hi Eric, > > Eric S Fraga writes: > >> Nick Dokos writes: >> >>> I tried the imagemagick setting, set the options variable to black >>> background >>> and red foreground - lo and behold, that's what I get in the preview. >> >> I was correct in my conclusion last night th

Re: [O] [OT] open url in emacs was: Re: Using Org/babel for Emacs config files

2013-01-28 Thread Andreas Leha
Jambunathan K writes: > Andreas Leha writes: > >> Hi Jambu, >> >> Jambunathan K writes: >> >>> Bastien writes: >>> Andreas Leha writes: > ^^ that is something I'd not expect to hear when it comes to > emacs (when (switch-to-buffer-other-window

[O] can babel results show time of evaluation?

2013-01-28 Thread Thomas Alexander Gerds
hi I would like to overlay the hash info in results lines of this type #+RESULTS[6e22789c4866716ffb3d0966cbb07c80cacf2d3c]: [1] 1 by a description which shows the evaluation time, e.g. like this #+RESULTS[[6e22789c4866716ffb3d0966cbb07c80cacf2d3c][ evaluated 2013-01-28 Mon 09:33]]: as far as

Re: [O] LaTeX source block problems

2013-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/01/13 18:35, Thomas S. Dye wrote: > Hi Rainer, > > Rainer M Krug writes: > >> - C-c c results in "org-babel-execute-src-block: No org-babel-execute >> function for LaTeX!" > > Do you have something like this in .emacs? > > (org-babel-do-loa

Re: [O] bbdb or bbdb3 or org-contacts

2013-01-28 Thread David Rogers
Dieter Wilhelm writes: > Hi list, > > I just took up again the Gnus newsreader! > Formerly I used it in conjunction with bbdb. > > It would be nice if I had the > possibility to (re)use my contacts > from gmail. > > What do you advise, what is already > usable and what is the way ahead, > still b