Re: [Orgmode] Re: [Feature request] org-backup

2011-02-21 Thread Eric S Fraga
Bastien writes: > Marcelo de Moraes Serpa writes: > >> Anyway, doesn't seem it's something hard to do, so I might as well >> just try getting something implemented, could be a good exercise in >> elisp. > > :) > > Let us know how it goes. > > PS: I'm with Dan on this. For backing up directories

Re: [Orgmode] Can I archive into datetree based on CLOSED date property

2011-02-21 Thread Puneeth Chaganti
On Mon, Feb 21, 2011 at 2:55 AM, Urs Rau (UK) wrote: > Hi, > > On 20 Feb 2011, at 10:55, Puneeth Chaganti wrote: > >> On Sun, Feb 20, 2011 at 3:58 PM, Urs Rau (UK) wrote: >>> Hi >>> I would quite like to have a function that would work on a region , or on a >>> whole org file of todos and archiv

[Orgmode] Re: source code and parameters

2011-02-21 Thread Sébastien Vauban
Hi Andreas, Andreas Leha wrote: > When working with source code in org mode I like to keep the parameters > in org-tables. Especially since I have code in different languages that > should share the same set of parameters. > > Problem is: When I tangle my source code blocks the tangled files loos

[Orgmode] Re: Does Effort support hours only?

2011-02-21 Thread Lawrence Mitchell
Herbert Sitz wrote: > Lawrence Mitchell gmx.li> writes: > Is it possible to specify estimated effort in something other than hours > (0.5, or 0:30)? >>> Being able to specify suffixes like `d' for days or `w' for weeks would be >>> awesome. But I guess it's very, very complex, though. >>

Re: [Orgmode] Re: [PATCH] indentation for section headings vs bulleted lists

2011-02-21 Thread Giovanni Ridolfi
--- Lun 21/2/11, Linus Arver ha scritto: > Da: Linus Arver Lunedì 21 febbraio 2011, 01:04 > On Mon, Feb 21, 2011 at 12:26:30AM > +0100, Nicolas wrote: > > Hello, > > > > Here is an attempt to solve the problem at hand. > > > > Linus, would you mind testing it and reporting back? > > > > Brill

[Orgmode] Re: [babel] Suggestions: GRASS GIS und Lilypond

2011-02-21 Thread Martyn Jago
Shelagh Manton writes: > On Sun, 20 Feb 2011 20:37:19 +, Shelagh Manton wrote: > >> On Thu, 17 Feb 2011 18:40:23 +, Martyn Jago wrote: >> >>> Hi >>> >>> I would be interested in a solution to lilypond within org, and would >>> be happy to fork on github and help out (I currently have so

[Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-21 Thread Martyn Jago
"Eric Schulte" writes: [...] > Hi Martyn, > > Thanks for sharing this patch, it looks great. Also, I would love to > include your YAML support. It's better to have partial YAML support > than none, and any skeleton can serve as the foundation for more > sophisticated support. > > Would you be

[Orgmode] Bug: Tangling indirect buffers [7.4]

2011-02-21 Thread Shaun Johnson
Tangling from an indirect buffer fails with the following stack trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-name-nondirectory(nil) (message "tangled %d code block%s from %s" block-counter (if (= block-counter 1) "" "s") (file-name-nondirectory (buffer-fi

[Orgmode] question about capture templates

2011-02-21 Thread Filippo A. Salustri
Hi, I would really like to be able to vary the file into which a captured item goes. Specifically, I'd like to insert the item into whatever file I was visiting when I started the capture. I've been trying something like this: > ("m" "Message" entry (file+datetree (buffer-file-name > (buffer-ba

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
On Sun, Feb 20, 2011 at 8:56 PM, Erik Iverson wrote: > See http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html > and search for "tikz" for an example.  I think you do need to use the :file > argument > for this to have org-mode take care of it automatically. Thanks for the link.

[Orgmode] Re: question about capture templates

2011-02-21 Thread Sébastien Vauban
Hi Filippo, "Filippo A. Salustri" wrote: > I would really like to be able to vary the file into which a captured item > goes. Specifically, I'd like to insert the item into whatever file I was > visiting when I started the capture. > > I've been trying something like this: > >> ("m" "Message" ent

Re: [Orgmode] question about capture templates

2011-02-21 Thread Matthew Sauer
I use remember and I set the org-remember-interactive-interface variable to refile. Now if I C-c it prompts me for my refile location I want to send the item to land at. If I C-u C-c C-c it goes to the default listed in the capture template. Handy since I have one TODO template but it could land

Re: [Orgmode] question about capture templates

2011-02-21 Thread Matthew Sauer
Correction , it is C-1 C-c C-c to go to the default location. C-u C-c C-c goes into the interactive mode and then visits the location stored. Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

[Orgmode] Re: question about capture templates

2011-02-21 Thread Richard Lawrence
Sébastien Vauban writes: > "Filippo A. Salustri" wrote: >> I would really like to be able to vary the file into which a captured item >> goes. Specifically, I'd like to insert the item into whatever file I was >> visiting when I started the capture. > You have to use backquotes so that expressi

Re: [Orgmode] Unable to select source code blocks

2011-02-21 Thread Eric S Fraga
Giorgio Valoti writes: > Hi, > I don’t know if I’m missing something but I can’t get the > org-babel-goto-named-src-block to work. When I invoke it on the sample > file below the autocompletion shows nil and nothing else and if insert > the source code block name I get a no match. I’m using org

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Andreas Leha
Hi Jeffrey, the attached sample file works for me. The html is only sub-optimal, though, as it just includes a link to a pdf file. Cheers, Andreas Am 21.02.2011 02:56, schrieb Erik Iverson: > Jeffrey, > >> Now, I'd like to integrate them into an org document. I'd like: >> 1) To use babel to h

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Eric Schulte
Jeff Horn writes: > On Sun, Feb 20, 2011 at 8:56 PM, Erik Iverson wrote: >> See http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html >> and search for "tikz" for an example.  I think you do need to use the :file >> argument >> for this to have org-mode take care of it automatica

[Orgmode] Re: [babel] some lisp/slime progress

2011-02-21 Thread Eric Schulte
Erik Iverson writes: > Hello, > > I recently posted on the inability of ob-lisp.el to > submit multiple forms to a running CL session and return > the result. > > http://permalink.gmane.org/gmane.emacs.orgmode/37325 > > I have made some progress in fixing this, but it *required > defining a new f

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-21 Thread Eric Schulte
Chris Malone writes: > Hi, > > First off, my =org-mode= is up-to-date - just did a =git pull && make clean > && make=. Needless to say, the following were an issue before then... > > * Question 1: > Is there a way to force, upon export, an =emacs-lisp= session to be run > within the current buff

Re: [Orgmode] Re: [babel][patch] C++ inconsistencies

2011-02-21 Thread Eric Schulte
Martyn Jago writes: > "Eric Schulte" writes: > > [...] > >> Hi Martyn, >> >> Thanks for sharing this patch, it looks great. Also, I would love to >> include your YAML support. It's better to have partial YAML support >> than none, and any skeleton can serve as the foundation for more >> sophi

[Orgmode] Re: [PATCH] indentation for section headings vs bulleted lists

2011-02-21 Thread Nicolas
Hello, Giovanni Ridolfi writes: > In Linus's example file there was no heading, I think this is > *not* a "regular example". > > The manual states: " Within an entry of the outline tree,". > > Nicolas, does this constrain still apply with the 'new' > way of handling lists? It should work any

Re: [Orgmode] Re: source code and parameters

2011-02-21 Thread Andreas Leha
Can not reproduce this anymore. My variables are exported nicely now. Sorry for the noise. - Andreas Am 21.02.2011 10:06, schrieb Sébastien Vauban: > Hi Andreas, > > Andreas Leha wrote: > >> When working with source code in org mode I like to keep the parameters >> in org-tables. Especially

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-21 Thread Chris Malone
On Mon, Feb 21, 2011 at 12:17 PM, Eric Schulte wrote: > Chris Malone writes: > > > Hi, > > > > First off, my =org-mode= is up-to-date - just did a =git pull && make > clean > > && make=. Needless to say, the following were an issue before then... > > > > * Question 1: > > Is there a way to force

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
Andreas, Thanks for the example. I particularly like the use of the noweb to make the blocks work together. I'll adopt this technique until the exporter is modified (no rush, Eric!). This is a great workable solution. Jeff On Mon, Feb 21, 2011 at 11:44 AM, Andreas Leha wrote: > Hi Jeffrey, > >

Re: [Orgmode] [babel] Including TikZ diagrams as figures in export

2011-02-21 Thread Jeff Horn
On Mon, Feb 21, 2011 at 11:57 AM, Eric Schulte wrote: > :results is not deprecated, the Org manual maintains an up-to-date list > of code block header arguments. > http://orgmode.org/manual/Working-With-Source-Code.html Thanks for your eternal patience, with regard to me RTFM. Google search for o

[Orgmode] [babel] Passing an org table block to Eric Schulte's booktabs function

2011-02-21 Thread Jeff Horn
I've recently tried getting pretty tables in LaTeX export using Eric Schulte's function from Worg: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#sec-5_2 The problem is that passing the table to the function produces an error, specifically "wrong type of argument: list

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-21 Thread Julien Danjou
On Sat, Feb 12 2011, Tassilo Horn wrote: > @Julien: Here's a patch for org-contacts.el which uses Stefan's > suggestion to fix the completion in the case-insensitive case. Patch merged, and soon to be pushed. -- Julien Danjou ❱ http://julien.danjou.info pgp0SQsXh2iGF.pgp Description: PGP sign

[Orgmode] Bug: unexpected behaviour of org-mark-entry-for-agenda-action [7.01trans]

2011-02-21 Thread kinouchou
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] Two questions about using a =#+begin_src emacs-lisp= block

2011-02-21 Thread Eric Schulte
Chris Malone writes: [...] > > I added =(setq org-confirm-babel-evaluate nil)= to my =.emacs= file, and > indeed I am not asked about evaluating the code block, but I'm still getting > the invalid > syntax error when =org-babel-exp= is called the second time on the > =emacs-lisp= code block.? I

Re: [Orgmode] [babel] Passing an org table block to Eric Schulte's booktabs function

2011-02-21 Thread Thomas S. Dye
Aloha Jeff, Do the instructions here work for you? http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12_1 hth, Tom On Feb 21, 2011, at 9:34 AM, Jeff Horn wrote: I've recently tried getting pretty tables in LaTeX export using Eric Schulte's function from Worg: http://orgmode

[Orgmode] Re: A way to export agenda with links into org-files to html ?

2011-02-21 Thread Marc-Oliver Ihm
Am 05.02.2011 22:46, schrieb Marc-Oliver Ihm: Hello, I have some co-workers with whom I would like to share my notes from org and even some of the todos, which are recorded there. Unfortunately they are not very emacs savy, so that I need another way besides emacs to give access to this informa

[Orgmode] Re: question about capture templates

2011-02-21 Thread Sébastien Vauban
Hi Richard, Richard Lawrence wrote: > Sébastien Vauban writes: >> "Filippo A. Salustri" wrote: >>> I would really like to be able to vary the file into which a captured item >>> goes. Specifically, I'd like to insert the item into whatever file I was >>> visiting when I started the capture. > >>

[Orgmode] Re: Two questions about using a =#+begin_src emacs-lisp= block

2011-02-21 Thread Eric Schulte
[...] >> >> This is due to the fact that during export Org-mode copies the entire >> buffer contents into a new export buffer (which is not associated with >> any file, hence `buffer-file-name' returning nothing). This is done so >> that the exporter can operate destructively on the file contents

[Orgmode] Re: Two questions about using a =#+begin_src emacs-lisp= block

2011-02-21 Thread Dan Davison
"Eric Schulte" writes: > Chris Malone writes: > >> Hi, >> >> First off, my =org-mode= is up-to-date - just did a =git pull && make clean >> && make=. Needless to say, the following were an issue before then... >> >> * Question 1: >> Is there a way to force, upon export, an =emacs-lisp= session

[Orgmode] inserting images in HTML export

2011-02-21 Thread Julian Burgos
Dear list, Here is another of my newbie questions. As many others, I´m exploring ways to export my nice org-mode document (with R code that generates output and graphs) into word or open office. My colleagues do not use org mode or LaTex, so I need to generate a word or open office document . I

Re: [Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-21 Thread Samuel Wales
Out of curiosity, has anybody compared the results that this provides with exporting to HTML, rendering with a browser (including emacs-w3m), and counting words that way? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html I support t

Re: [Orgmode] inserting images in HTML export

2011-02-21 Thread Erik Iverson
I think this is simply because you're generating a PDF, which can't really be displayed 'in html'. Try generating a bitmap format such as PNG. That should work! On 02/21/2011 05:26 PM, Julian Burgos wrote: Dear list, Here is another of my newbie questions. As many others, I´m exploring ways

[Orgmode] bug: footnotes look in comments

2011-02-21 Thread Samuel Wales
If you put a commented partial footnote in an org file and export, the exported text will be corrupted. Example: This is a line of text. #(fn::this is a footnote === If you later have a link in the text, a closing bracket in the link will put the output out of order. Thanks. Samuel -- The K

Re: [Orgmode] Re: question about capture templates

2011-02-21 Thread Filippo A. Salustri
Thanks to everyone for the varied and thoughtful responses. I didn't think of backquotes, but I know about them from Scheme, and no, they shouldn't work in this case. Very frustrating. org-capture clearly has the original buffer handy (for %a stuff) yet I can't get it out of there without hackin

[Orgmode] Re: question about capture templates

2011-02-21 Thread Richard Lawrence
"Filippo A. Salustri" writes: > org-capture clearly has the original buffer handy (for %a > stuff) yet I can't get it out of there without hacking the org code, which I > am loathe to do. I too was in a situation just today where I was calling org-capture programatically, and needed access to st

Re: [Orgmode] Re: question about capture templates

2011-02-21 Thread Nick Dokos
Filippo A. Salustri wrote: > Very frustrating. org-capture clearly has the original buffer handy (for %= > a > stuff) yet I can't get it out of there without hacking the org code, which = > I > am loathe to do. Hmmm. I'll think some more. If I come up with anything; > I'll report it. > The