Re: [O] Problem with beamer export

2013-10-07 Thread Marvin Doyley
The problem is now solved. I downloaded the latest update and everything works like a charm. I still get some strange errors during completion. Here is the result of the make config-all = Emacs executable and Installation paths EMACS = emacs DESTDIR = ORGCM = dirall ORG_MAKE_DOC

Re: [O] capture, attach, link files from web

2013-10-07 Thread Eric Abrahamsen
Myles English writes: > Hi Eric, > > I am glad you like it. > > e...@ericabrahamsen.net writes: > > [..] > >> Rather than sending downloaded files to $TMPDIR, it might be nice to >> have them just use whatever dir org-attach would have used. I use >> org-attach from time to time, and notice that

Re: [O] [Babel][R] Inclusion of multi-line named code blocks in R code

2013-10-07 Thread Alexander Vorobiev
Hi Tom, Thanks for the Worg documentation. I don't have the FSF papers yet, but I will sign and send them soon. It looks like the Babel SQL support would benefit from more modular approach so that adding new engine would not require modifying existing functions. Perhaps, something like the Emacs

Re: [O] Problem with beamer export

2013-10-07 Thread Achim Gratz
Marvin Doyley writes: > In end of data: > org.el:23923:1:Warning: the following functions are not known to be defined: > characterp, activate-mark, mouse-set-point, with-demoted-errors, > clear-image-cache, face-at-point, image-refresh, beginning-of-visual-line, > invisible-p > Wrote /U

Re: [O] Babel: Ada, Smalltalk and Objective-C ?

2013-10-07 Thread Mehul Sanghvi
On Mon, Oct 7, 2013 at 11:23 AM, Thomas S. Dye wrote: > Aloha Mehul, > > Mehul Sanghvi writes: > > > Is there any support for Ada, Smalltalk and Objective-C that anyone is > > aware of ? > > Not that I'm aware of. > > > > > Are there any pointers on how to add such support to Babel ? > > Yes, se

Re: [O] capture, attach, link files from web

2013-10-07 Thread Myles English
Hi Eric, I am glad you like it. e...@ericabrahamsen.net writes: [..] > Rather than sending downloaded files to $TMPDIR, it might be nice to > have them just use whatever dir org-attach would have used. I use > org-attach from time to time, and notice that everything ends up under > ~/org/data/

Re: [O] LaTeX export with Code

2013-10-07 Thread Charles Berry
Sam Flint flintfam.org> writes: > > I regularly use org-mode for LP, and would like to be able to export the > name of a code chunk as a caption in LaTeX. I have looked at the > manual, and don't see any way of doing this, are there? Yes. Quite a few. If you want is the src block name to be

Re: [O] capture, attach, link files from web

2013-10-07 Thread Eric Abrahamsen
Myles English writes: > Hello, > > Just thought I would share something I find useful. What the code below > does is: > > 1) prompts for a link to a file on the internet > 2) downloads the file > 3) attaches the file to the current subtree > 4) inserts at the current point a link to the attachme

Re: [O] [Babel][R] Inclusion of multi-line named code blocks in R code

2013-10-07 Thread Thomas S. Dye
Hi Alex, I made a first draft of the Babel SQL documentation for Worg. See http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-sql.html Please edit or augment as you see fit. I believe you need FSF papers to contribute to ob-sql.el. If you have those, then by all means, please add Nete

Re: [O] Babel: Ada, Smalltalk and Objective-C ?

2013-10-07 Thread Thomas S. Dye
Aloha Mehul, Mehul Sanghvi writes: > Is there any support for Ada, Smalltalk and Objective-C that anyone is > aware of ? Not that I'm aware of. > > Are there any pointers on how to add such support to Babel ? Yes, see http://orgmode.org/worg/org-contrib/babel/languages.html#develop There is

Re: [O] org-mode based groupware wiki

2013-10-07 Thread Torsten Wagner
Hi Eric, thanks for the email. I will give org-ehtml a try. Do you still actively maintain it. We would rely rather heavily on it ( a group of about 10 people) and I would be happy to know that I do not ride a dead horse. On the other hand you get a bunch of beta-testers ;) Could you agree with t

Re: [O] Problem with beamer export

2013-10-07 Thread Nicolas Goaziou
Hello, Marvin Doyley writes: > I just updated to Org 8.2.1 and for some reason when I export a frame I get > > \subsection{Title} > > > rather than > > \begin{frame}{Title} > > \end{frame} > > > Is this a bug or am I doing something wrong ? This is a bug I introduced recently. It should now be

Re: [O] capture, attach, link files from web

2013-10-07 Thread Oleh
Hi Myles, I counter your tip with my own on capturing pdfs. Maybe you'll find some of this stuff useful for your case. My capture template captures a pdf file that I have to read. It works for: 1. A pdf file in doc-view mode. 2. Any dired buffer with point on a pdf file. What it does: 1. Create

[O] capture, attach, link files from web

2013-10-07 Thread Myles English
Hello, Just thought I would share something I find useful. What the code below does is: 1) prompts for a link to a file on the internet 2) downloads the file 3) attaches the file to the current subtree 4) inserts at the current point a link to the attachment This is useful if (e.g.) you are sc

[O] Babel: Ada, Smalltalk and Objective-C ?

2013-10-07 Thread Mehul Sanghvi
Is there any support for Ada, Smalltalk and Objective-C that anyone is aware of ? Are there any pointers on how to add such support to Babel ? cheers, mehul -- Mehul N. Sanghvi email: mehul.sang...@gmail.com

[O] Time remaining report, anyone done it?

2013-10-07 Thread Myles English
Hello all, I have a bit of time now so I am dusting off a slightly buggy way of finding out how much time is remaining on a project. The basic idea is that: :Effort: - [total clocked time] = [time remaining before completion] The ultimate aim is to get a "time remaining report", similar to a "

Re: [O] Deactivate babel source block

2013-10-07 Thread Rainer M Krug
Eric Schulte writes: > You want to set the :eval and :tangle header arguments, this can be done > with `org-babel-insert-header-arg' bound to "C-c C-v j". I've just > updated this function so that it now takes two optional arguments > specifying the header argument and value. > > So your functio