[O] orgmode and academic conferences advice needed: how to integrate orgmode to capture ideas/data

2013-08-20 Thread Xebar Saram
Hi all im currently in Basel in a Academic conference and was thinking how one would "absorb" all the torrents of ideas/data/images/conversations quickly into org mode :) does any one have any real life experience with this? do you use mobile-org or that, or another method? i have an andorid phone

Re: [O] WISH: SQL on org-mode tables

2013-08-20 Thread SAKURAI Masashi
Hi, I wrote a full DB browser in Emacs, EDBI https://github.com/kiwanami/emacs-edbi. This program provides DB Query API (like Perl's DBI) and table layout framework. One can query any SQL and layout the results into a rigid table format. There is no document for API, please see the demo code. htt

[O] Problem writing my first export filter

2013-08-20 Thread James Harkins
Referring to [1]: I just tried the following, so that I could maintain a list of special cases where org's default latex export doesn't do what I want. (setq hjh-org-latex-macros '(("`em" "'em"))) (defun hjh-latex-filter-macros (text backend info) "hjh: Replace special cases listed in hjh-org

Re: [O] Buffer-specific export filter?

2013-08-20 Thread James Harkins
Suvayu Ali gmail.com> writes: > 1. Is it possible to set filters as buffer local? Okay the help string >says: "This variable may be risky if used as a file-local variable.", >so I guess the answer is no. > > 2. Otherwise you could have used a lisp source block in the buffer. You >c

Re: [O] WISH: SQL on org-mode tables

2013-08-20 Thread Eric Abrahamsen
Marc Ihm writes: > Yes, would like this too ! > (But do not know, how to achieve this ...) > > I think that simplifying the task of storing data in org-tables would allow > many interesting org-applications to be implemented more easily. > > And thanks for pointing at cvsql; > will have a look. >

[O] Org-protocol/org-capture and new emacsclient frames

2013-08-20 Thread Josiah Schwab
Hi All, I am in the process of setting up org-protocol to allow me to capture links from chromium into my TODOs. After reading this worg article http://orgmode.org/worg/org-contrib/org-protocol.html I have the chrome -> org portion working. When I click my bookmark, which is javascript:locati

[O] quote, quotation environments in org beamer export just comment text out.

2013-08-20 Thread Ratish Punnoose
Is there a reason that quote, quotation, verse, environments during export to tex just comment their contents. As you can see, they precede the text with "%%" which causes latex to ignore their contents. This is an extract from ox-beamer.el Thanks Ratish >From ox-beamer.el -- (de

Re: [O] WISH: SQL on org-mode tables

2013-08-20 Thread Marc Ihm
Yes, would like this too ! (But do not know, how to achieve this ...) I think that simplifying the task of storing data in org-tables would allow many interesting org-applications to be implemented more easily. And thanks for pointing at cvsql; will have a look. best regards, Marc Am 18.08.201

Re: [O] Export attached image files

2013-08-20 Thread Rick Frankel
On 2013-08-20 11:41, Charles Berry wrote: Johan Ekh gmail.com> writes: [snip] I would like to take a series of screenshots, quickly incorporate them into an org file together with some text without having to rename the screenshots with suitable names and organize them on my disk etc. I'd lik

Re: [O] odt export version conflict on emacs for mac os x

2013-08-20 Thread Skip Collins
Thanks Christian. That this behavior shows up in homebrew leads me to suspect it might be happening on all platforms with recent Emacs, unless steps are taken to eradicate the bundled org-mode. Exactly what those steps should be is not clear to me. I suppose I could just delete files inside Emacs.a

Re: [O] LaTeX export question

2013-08-20 Thread Scott Randby
On 08/20/2013 12:02 PM, Thomas S. Dye wrote: > Aloha Scott, > > Scott Randby writes: > >> Whenever I export an org file to LaTeX, the LaTeX file always gives me >> these lines in the preamble right before \begin{document} (name these >> lines Block 1): >> >> \hypersetup{ >> pdfkeywords={}, >>

Re: [O] LaTeX export question

2013-08-20 Thread Thomas S. Dye
Aloha Scott, Scott Randby writes: > Whenever I export an org file to LaTeX, the LaTeX file always gives me > these lines in the preamble right before \begin{document} (name these > lines Block 1): > > \hypersetup{ > pdfkeywords={}, > pdfsubject={}, > pdfcreator={}} > > I'd like Block 1 to

[O] LaTeX export question

2013-08-20 Thread Scott Randby
Whenever I export an org file to LaTeX, the LaTeX file always gives me these lines in the preamble right before \begin{document} (name these lines Block 1): \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={}} I'd like Block 1 to not appear when I export because I give values to its o

Re: [O] Export attached image files

2013-08-20 Thread Charles Berry
Johan Ekh gmail.com> writes: [snip] > I would like > to take a series of screenshots, quickly incorporate them into an org > file together with some text without having to rename > the screenshots with suitable names and organize them on my disk etc. I'd > like org-mode to store the images som

Re: [O] Buffer-specific export filter?

2013-08-20 Thread Eric Abrahamsen
Suvayu Ali writes: > On Tue, Aug 20, 2013 at 07:45:11PM +0800, James Harkins wrote: >> Is it possible to apply a specific filter during export for one org >> document, but not others? >> >> Basically, a buffer-specific export filter. >> >> It appears in the org manual that the hook needs to be

Re: [O] invalid byte-code error when publishing

2013-08-20 Thread Sebastien Vauban
Mehul Sanghvi wrote: > Sebastien Vauban wrote: >> Mehul Sanghvi wrote: Mehul Sanghvi wrote: > The error only occurs if I'm using org-babl. The offending piece of code > I've got is: > > #+BEGIN_SRC emacs-lisp > (setq tramp-default-method "ssh") > #+END_SRC > > I

Re: [O] Buffer-specific export filter?

2013-08-20 Thread Suvayu Ali
On Tue, Aug 20, 2013 at 07:45:11PM +0800, James Harkins wrote: > Is it possible to apply a specific filter during export for one org document, > but not others? > > Basically, a buffer-specific export filter. > > It appears in the org manual that the hook needs to be added into e.g. > org-expor

Re: [O] invalid byte-code error when publishing

2013-08-20 Thread Mehul Sanghvi
On Tue, Aug 20, 2013 at 4:20 AM, Sebastien Vauban wrote: > Mehul Sanghvi, > > Mehul Sanghvi wrote: > >> Mehul Sanghvi wrote: > >> > The error only occurs if I'm using org-babl. The offending piece of > code > >> > I've got is: > >> > > >> > #+BEGIN_SRC emacs-lisp > >> > (setq tramp-default-method

Re: [O] Export attached image files

2013-08-20 Thread Dieter Wilhelm
Johan Ekh writes: > Thanks for your answer Suvayu! > > Sorry for being unclear. What I mean is that when I write reports or > papers using org-mode and latex exporter it is natural > to take care in storing my image files in a structured way on my disk > and use links in org-mode to incorporate

[O] Buffer-specific export filter?

2013-08-20 Thread James Harkins
Is it possible to apply a specific filter during export for one org document, but not others? Basically, a buffer-specific export filter. It appears in the org manual that the hook needs to be added into e.g. org-export-filter-plain-text-functions, where it remains globally for the duration of

Re: [O] Export attached image files

2013-08-20 Thread Suvayu Ali
Hi Johan, On Tue, Aug 20, 2013 at 10:34:06AM +0200, Johan Ekh wrote: > Thanks for your answer Suvayu! > > Sorry for being unclear. What I mean is that when I write reports or papers > using org-mode and latex exporter it is natural > to take care in storing my image files in a structured way on m

Re: [O] Emacs Barcamp

2013-08-20 Thread Bastien
Ivan Kanis writes: > I would like to be about 12. More is too much for me to handle. For small events, I find it easier to set a date and a location then call for participation. Calling for participation before setting the date and location does not work very well, unless you want a lot of peop

Re: [O] Emacs Barcamp

2013-08-20 Thread Bastien
joa...@verona.se writes: > Ivan Kanis writes: > >> Le 14 Août à 16h38, joa...@verona.se a écrit : >> >>> BTW with only 12 people it would be fun to do stuff like hands-on >>> sessions and hacker sessions, WDYT? >> >> That's the spirit of a barcamp! Let's wait on Bastien's reply. > > BTW Me and Da

Re: [O] Export attached image files

2013-08-20 Thread Johan Ekh
Thanks for your answer Suvayu! Sorry for being unclear. What I mean is that when I write reports or papers using org-mode and latex exporter it is natural to take care in storing my image files in a structured way on my disk and use links in org-mode to incorporate the images in my latex document.

Re: [O] invalid byte-code error when publishing

2013-08-20 Thread Sebastien Vauban
Mehul Sanghvi, Mehul Sanghvi wrote: >> Mehul Sanghvi wrote: >> > The error only occurs if I'm using org-babl. The offending piece of code >> > I've got is: >> > >> > #+BEGIN_SRC emacs-lisp >> > (setq tramp-default-method "ssh") >> > #+END_SRC >> > >> > If I remove the #+BEGIN_SRC and #+END_SRC th

Re: [O] odt export version conflict on emacs for mac os x

2013-08-20 Thread Christian Moe
Hi, I confirm that I see the same behavior, i.e. after ODT export old variable names show up in the customize group, similar to what you show below. This is on GNU Emacs 24.3.1 on a Mac, installed with homebrew, with Org-mode 8.0.7 installed via `make update2'. This probably accounts for my pr