Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-16 Thread Bastien
Hi Max, Max Mikhanosha writes: > To try it out, you'll need /usr/bin/scrot which is available as > "scrot" package on most distributions. > > Then (require 'org-screenshot) and try C-c M-s (org-screenshot-take) in an > Org File. Make > sure to turn on inline image display (C-c C-x C-v) after ta

Re: [O] [BUG] worg table of contents

2013-05-16 Thread Bastien
Hi Rick, Rick Frankel writes: > I have pushed the update. I also pushed a minor fix to org-hacks.org > to check if it works as expected (it does :). Republishing everything > is a great idea. I just republished everything. > BTW, i noticed a bad link --- "http://orgmode.org/css/lightbox.css";

Re: [O] How to set C-o back to open-line?

2013-05-16 Thread Andreas Röhler
Am 17.05.2013 04:28, schrieb Christopher Allan Webber: Suvayu Ali writes: Hello Christopher, On Thu, May 16, 2013 at 05:38:11PM -0500, Christopher Allan Webber wrote: I really hate org-open-line... I can see why people might want it, but it's messed up my workflow. I'd like to set C-o back.

Re: [O] sqlite im-/export

2013-05-16 Thread Oliver Večerník
> 2. use ":results drawer", and explicitly formatting the results in >Org-mode syntax w/awk Unfortunately this doesn't work. The output is always printed to the "#+RESULTS:" section and not piped through awk. But working with ":results raw" works perfect for me. I can even produce a separat

Re: [O] sqlite im-/export

2013-05-16 Thread Oliver Večerník
Eric Schulte writes: > In that case I'd suggest either > > 1. adding :separator support to ob-sh.el, so that you can specify a >different results separator to be passed to >`org-babel-import-elisp-from-file' > > or > > 2. use ":results drawer", and explicitly formatting the results in >

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-16 Thread Albert Z. Wang
Mark Edgington writes: >> Anyway, your patch will not work on back-ends that rely on Org to >> compute section numbers (e.g., ascii, html...) because even if you >> ignore numbering for a particular headline, it still adds up >> internally. IOW, you also need to patch >> `org-export--collect-hea

[O] RFQ - new contribution - org-screenshot.el

2013-05-16 Thread Max Mikhanosha
Hi All, I've been writing some documentation in OrgMode with screenshots, and as with any screenshot taking, it takes a while to get one just right. A few tiny helper utilities, quickly snowballed into this :-) It may need some cleanup, but IMHO its too awesome not to share it with the list. To

Re: [O] List of most recently updated org files in the project

2013-05-16 Thread Vikas Rawal
> I have a website (http://www.indianstatistics.org) published using > orgmode. I have just migrated it to the new exporter. I would like to > have a headline on the main page that lists (with links to) five most > recently changed files. All org-files have a #+DATE field in the > header which I up

Re: [O] How to set C-o back to open-line?

2013-05-16 Thread Christopher Allan Webber
Suvayu Ali writes: > Hello Christopher, > > On Thu, May 16, 2013 at 05:38:11PM -0500, Christopher Allan Webber wrote: >> I really hate org-open-line... I can see why people might want it, but >> it's messed up my workflow. I'd like to set C-o back. >> >> However, I have no idea what org-defkey i

Re: [O] Bibliography

2013-05-16 Thread Vikas Rawal
> > See, for example, http://www.indianstatistics.org/education.html. > > \cite{vikaseducation2011} shows up as [vikaseducation2011] instead of > > [1]. > > > > Any idea why this is happening? > > Yes: code typo. Here's an update. Thanks. Vikas

Re: [O] How to set C-o back to open-line?

2013-05-16 Thread Suvayu Ali
Hello Christopher, On Thu, May 16, 2013 at 05:38:11PM -0500, Christopher Allan Webber wrote: > I really hate org-open-line... I can see why people might want it, but > it's messed up my workflow. I'd like to set C-o back. > > However, I have no idea what org-defkey is doing, but I expected this

Re: [O] performance of exporting large tables

2013-05-16 Thread Suvayu Ali
Hi Daniel, On Thu, May 16, 2013 at 01:24:10PM -0700, D M German wrote: > > If interested, I can make the table available. A working example that reproduces the issue always helps. If you could post the table (of course after removing sensitive/private information) it would be great help for the

Re: [O] How to set C-o back to open-line?

2013-05-16 Thread Nick Dokos
Christopher Allan Webber writes: > I really hate org-open-line... I can see why people might want it, but > it's messed up my workflow. I'd like to set C-o back. > > However, I have no idea what org-defkey is doing, but I expected this to > work: > > (define-key org-mode-map (kbd "C-o") 'open-

[O] How to set C-o back to open-line?

2013-05-16 Thread Christopher Allan Webber
I really hate org-open-line... I can see why people might want it, but it's messed up my workflow. I'd like to set C-o back. However, I have no idea what org-defkey is doing, but I expected this to work: (define-key org-mode-map (kbd "C-o") 'open-line) it isn't working! How to get the standa

Re: [O] [BUG] worg table of contents

2013-05-16 Thread Rick Frankel
On Thu, May 16, 2013 at 08:19:57AM +0200, Bastien wrote: > Hi Rick, > > Rick Frankel writes: > > > The following javascript snippet will add a function to show > > the toc when it is "clicked", but I'm not sure where to put it (at the > > bottom of "preamble.html"?) > > I'd say it's a good plac

[O] "nested" tables

2013-05-16 Thread Uwe Brauer
Hello I am not sure whether the following is really a nested table or just one which contains split and merged cell. I generated it using table.el +-+-+-+ | | | | +-+-+-+ | | | | | +-+ | | | | | +-+-+-+ | |

Re: [O] sqlite im-/export

2013-05-16 Thread Eric Schulte
Oliver Večerník writes: > Eric Schulte writes: >> What about >> >> #+BEGIN_SRC sqlite :csv :db test.sqlite >> SELECT * from t1; >> #+END_SRC >> >> #+RESULTS: >> | 1 | apple pie | >> | 2 | sugar | > > I needed some calculations and format tweaking with awk which I piped > the results. That

[O] performance of exporting large tables

2013-05-16 Thread D M German
hi everybody, I have a table with 15 columns and 500 rows. One of the columns is a URL. org-mode is hanging while exporting the table. It does not seem to crash, but it is taking a significant amount of time. The worst part is that it does not appear to be linear. 80 rows -> 17 seconds 160 rows

Re: [O] sqlite im-/export

2013-05-16 Thread Oliver Večerník
Eric Schulte writes: > What about > > #+BEGIN_SRC sqlite :csv :db test.sqlite > SELECT * from t1; > #+END_SRC > > #+RESULTS: > | 1 | apple pie | > | 2 | sugar | I needed some calculations and format tweaking with awk which I piped the results. That is why I choose the shell. In this case

Re: [O] ical2org.py

2013-05-16 Thread Bastien
Simon Thum writes: > I recall to have lost my worg pushability, Bastien can you check? Please send me your public key in private. Thanks, -- Bastien

Re: [O] ical2org.py

2013-05-16 Thread Simon Thum
On 05/15/2013 10:01 AM, aitor wrote: Hi, On Wed, May 15, 2013 at 12:56:02AM +0200, Bastien wrote: Hi Simon, Simon Thum writes: It's going to be confusing if we add them all. On the contrary -- I think collecting all the information about various solutions in the same place is the only way

Re: [O] S-up on a timestamp takes ~3 seconds to update

2013-05-16 Thread Bastien
"Sebastien Vauban" writes: > See on http://screencast.com/t/QMzl5dXKfJNN, with profiler-report > displayed. Better to copy the profiler info on the list, for readability and archiving purpose. I guess the problem comes from having a lot of CLOCK: lines. Can you test with less lines and see if

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Jason F. McBrayer
Bastien writes: > Thanks a lot Samuel for writing this. > > Just a quick note to tell you that this discussion *is* important, > and well read, as we plan to rewrite those functions. Presenting > features wrt contexts so clearly is great -- thanks for doing this. Another thing to take into acco

Re: [O] sqlite im-/export

2013-05-16 Thread Eric Schulte
Oliver Večerník writes: > Hi, > > I've got a small test case which I believe is a bug: > > $ cat t1.sql > PRAGMA foreign_keys=OFF; > BEGIN TRANSACTION; > CREATE TABLE t1(id integer,product text); > INSERT INTO "t1" VALUES(1,'apple pie'); > INSERT INTO "t1" VALUES(2,'sugar'); > COMMIT; > sqlite3 t

Re: [O] [PATCH] Improve configurability of ox-koma-letter

2013-05-16 Thread Viktor Rosenfeld
Hi Rasmus, Rasmus wrote: >"Optionally download an up-to-date KOMA letter exporter" > Is this something we want to encourage people to do? We probably shouldn't. The problem is that the tutorial depends on a version that has not yet been released. Once Org-mode 8.1 arrives the best thing to d

Re: [O] [PATCH] Improve configurability of ox-koma-letter

2013-05-16 Thread Viktor Rosenfeld
Hi Tom, Thomas S. Dye wrote: > One small nit to pick, according to my dictionary "meta data" -> > "metadata". Thanks, I've changed this. Cheers, Viktor > > All the best, > Tom

Re: [O] [PATCH] Improve configurability of ox-koma-letter

2013-05-16 Thread Viktor Rosenfeld
Hi Suvayu, Suvayu Ali wrote: > The convention is to put all documentation about the new exporters under > Worg.git/exporters. Take a look here: > > Thanks. I've also added an entry to the index file. Cheers, Viktor > > Hope this helps, > > -- > Suvay

Re: [O] BIND and LaTeX export

2013-05-16 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > 2013/5/13 Nicolas Goaziou >> Fabrice Popineau writes: >> >> I'm surprised it even worked. BIND keywords only affect the export >> process, i.e. Org to LaTeX translation in this case. File compilation to >> PDF is a post-processing thing, these keywords don't

Re: [O] Bibliography

2013-05-16 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > It defnitely helps a lot with Org->LaTeX files (scientific papers). > There is one thing that is not taken into account and I wonder if there > is an Org solution for it. > In laTeX you can use \cite{foo1999, foo2002} . I don't think that > current links in Org

Re: [O] Bibliography

2013-05-16 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I have been trying ox-bibtex.el. One problem I have is that the > \cite{key} does not put a number with a link to the citation, but puts > [key] in place of the number. > > I have tried different styles, but nothing seems to work. > > See, for example, http://www.ind

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Eric S Fraga
Eric Abrahamsen writes: > Samuel Wales writes: > >> How about this? IMO this would be ideal. >> >> - M-RET is for the current context >> - C-RET is for a new context [...] > I still think it's pretty important to have an option for creating a new > headline *below* all the contents of the

Re: [O] confused about Beamer export

2013-05-16 Thread Eric S Fraga
Julian Burgos writes: > Thanks Eric, but I solved the issue already. I had some errors in my > .emacs file (a mixture of settings for the old and new exporter). Been there, done that :-) Glad you got it sorted. -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org release_8

[O] sqlite im-/export

2013-05-16 Thread Oliver Večerník
Hi, I've got a small test case which I believe is a bug: $ cat t1.sql PRAGMA foreign_keys=OFF; BEGIN TRANSACTION; CREATE TABLE t1(id integer,product text); INSERT INTO "t1" VALUES(1,'apple pie'); INSERT INTO "t1" VALUES(2,'sugar'); COMMIT; sqlite3 test.sqlite < t1.sql #+BEGIN_SRC sh echo "ID|pro

Re: [O] ODT Exporting

2013-05-16 Thread JBash
Thanks, Nick. That did it. Jerry On Thu, May 16, 2013 at 12:26 PM, Nick Dokos wrote: > JBash writes: > > > Hello, > > > > Is there any configuration needed to enable ODT export ability? I do > > not have the options available for export ODT when I C-c C-E. I only > > have iCalendar, HTML,

Re: [O] ODT Exporting

2013-05-16 Thread Nick Dokos
JBash writes: > Hello, > > Is there any configuration needed to enable ODT export ability?  I do > not have the options available for export ODT when I C-c C-E.   I only > have iCalendar, HTML, Latex, Plain Text, and Publish. > C-h v org-export-backends RET Click on the ``customize'' link and m

[O] ODT Exporting

2013-05-16 Thread JBash
Hello, Is there any configuration needed to enable ODT export ability? I do not have the options available for export ODT when I C-c C-E. I only have iCalendar, HTML, Latex, Plain Text, and Publish. I did see that zip is required, and have that installed. Libreoffice is installed also. I'm a

Re: [O] Bibliography

2013-05-16 Thread Vikas Rawal
> > at the keyword please. > > Here's a new take on the problem. You need to use latest maint (or > master) revision. What do you think? I have been trying ox-bibtex.el. One problem I have is that the \cite{key} does not put a number with a link to the citation, but puts [key] in place of the nu

[O] OT - Ode to a shipping label

2013-05-16 Thread Nick Dokos
Oh, what a tangled web... Given all the encoding problems being discussed, here's a link to put it all in perspective: http://anonbadger.wordpress.com/2013/05/13/fun-from-other-peoples-unicode-woes/ -- Nick

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-16 Thread Yujie Wen
Hi, Vikas, Do you mind give me a sample Org file to reproduce your problem, so that I can find a suitable solution for unicode contents? Regards, Yujie 2013/5/16 Vikas Rawal > > I've just updated the codes. Now org-reveal generates HTML of UTF-8 > encoding, > > as the HTML exporter does.

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-16 Thread Vikas Rawal
>   I've just updated the codes. Now org-reveal generates HTML of UTF-8 > encoding, > as the HTML exporter does. Updated ox-reveal.el but I still seem to need to tell the browser to use unicode encoding. Vikas

[O] List of most recently updated org files in the project

2013-05-16 Thread Vikas Rawal
I have a website (http://www.indianstatistics.org) published using orgmode. I have just migrated it to the new exporter. I would like to have a headline on the main page that lists (with links to) five most recently changed files. All org-files have a #+DATE field in the header which I update every

Re: [O] Inhibit default EMAIL in derived exporter

2013-05-16 Thread Viktor Rosenfeld
Hi Nicolas, Nicolas Goaziou wrote: > > commit 16f12e0 changed how the EMAIL option is configured in a derived > > exporter that also uses this keyword. > > I fixed it in maint. Thank you for reporting it. Thank you. Everything works as expected now. Cheers, Viktor > > > Regards, > > -- >

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Rick Frankel
On 2013-05-15 23:17, Eric Abrahamsen wrote: Samuel Wales writes: Also, C-RET and M-RET currently seem to be identical? I still think it's pretty important to have an option for creating a new headline *below* all the contents of the current subtree -- what C-RET used to do. Also, the above p

Re: [O] org-mime

2013-05-16 Thread Joseph Vidal-Rosset
Hi , the solution to the smtp-server not defined was there: http://lists.gnu.org/archive/html/info-gnus-english/2010-02/msg00060.html Re: `smtp-server' not defined -- *From*:Katsumi Yamaoka*Subject*:Re: `smtp-server' not defined *Date*:Thu, 18 Feb 2010 20:11:42 +0900*U

Re: [O] org-mime

2013-05-16 Thread Feng Shu
Joseph Vidal-Rosset writes: > 2013/5/16 Feng Shu > > Your setting may be same as my emacs configure ,I use 1. gnus + > offlineimap + dovecot + gmail + org-contacts.el 2. org-mode + > xelatex > May be my configure can help you > > Of course it could be helpful and I thank you warm

Re: [O] org-mime

2013-05-16 Thread Eric Schulte
Joseph Vidal-Rosset writes: > I thank you Eric and Uwe for your help. Many thanks also to all the > developers of emacs and org-mode. > > In fact I just spent two days in configuring my emacs24 and gnus. (Eric, I > did not understand how worked your emacs24-starter-kit , which is a nice > tool in

Re: [O] org-mime

2013-05-16 Thread Joseph Vidal-Rosset
2013/5/16 Feng Shu > Your setting may be same as my emacs configure ,I use 1. gnus + > offlineimap + dovecot + gmail + org-contacts.el 2. org-mode + xelatex > May be my configure can help you > Of course it could be helpful and I thank you warmly for your email. At the moment I'm using neither

Re: [O] Limit on length of babel block #+name: value?

2013-05-16 Thread Eric Schulte
John Hendy writes: > I was just completely baffled for about 5-10 straight minutes as to > why my block was not producing a results section with my generated > graphics file from an R block. > > I kept double checking my header options one by one despite having > simply copied/pasted/modified it

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Eric Abrahamsen
Samuel Wales writes: > Hi Eric, > > On 5/15/13, Eric Abrahamsen wrote: >> I still think it's pretty important to have an option for creating a new >> headline *below* all the contents of the current subtree -- what C-RET >> used to do. > > This might be a good thing to make a user preference. >

Re: [O] Figure not exporting properly in Beamer

2013-05-16 Thread Angel de Vicente
Hi, "Sebastien Vauban" writes: > Angel de Vicente wrote: >> I'm using Org 7.8.03 and I have a test file to create a Beamer >> presentation. At some point I have: >> >> ** Images >> >> #+CAPTION: Sample AMR >> #+label: fig:amr-sample >> [[file:amr.png]] > > Dunno if it will fix all of your prob

Re: [O] org-mime

2013-05-16 Thread Feng Shu
Joseph Vidal-Rosset writes: > I thank you Eric and Uwe for your help. Many thanks also to all the > developers of emacs and org-mode. > > In fact I just spent two days in configuring my emacs24 and gnus. > (Eric, I did not understand how worked your emacs24-starter-kit , > which is a nice tool i

[O] S-up on a timestamp takes ~3 seconds to update

2013-05-16 Thread Sebastien Vauban
Hello, On a brand new laptop (Asus i7 with 4 GB RAM), it takes around 3 seconds to update the timestamp, with shifting-up or down on the date. See on http://screencast.com/t/QMzl5dXKfJNN, with profiler-report displayed. I have the impression that aspell and flyspell (installed last week) could b

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Miro Bezjak
Once this gets implemented I'd really like to see the same table in org manual. It's a really good summary. Regards, Miro On Thu, May 16, 2013 at 8:21 AM, Bastien wrote: > Samuel Wales writes: > > > > |-+--++--| > > | command

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Detlef Steuer
On Thu, 16 May 2013 09:22:30 +0200 Daniel Bausch wrote: > Hi! > > > I still think it's pretty important to have an option for creating a new > > headline *below* all the contents of the current subtree -- what C-RET > > used to do. > > I like to second, that there needs to be a short key bindin

Re: [O] [BUG] Tag selection is inconsistent when loaded from #+SETUPFILE in orgmode 8.0.x

2013-05-16 Thread Bastien
Hi Anupam, Anupam Sengupta writes: > Loading tags from a #+SETUPFILE is causing inconsistent behavior in the > tag-selection for both >in-buffer selection via C-c C-q (`org-set-tags-command`) and >in-agenda selection via : (`org-agenda-set-tags`). > > A test-case using orgmode 8.0.

Re: [O] confused about Beamer export

2013-05-16 Thread Julian Burgos
Thanks Eric, but I solved the issue already. I had some errors in my .emacs file (a mixture of settings for the old and new exporter). > "Julian M. Burgos" writes: > >> Dear list, >> >> I am a bit confused about what I have to use the new Beamer >> exporter. I have customized the org-export-bac

Re: [O] confused about Beamer export

2013-05-16 Thread Eric S Fraga
"Julian M. Burgos" writes: > Dear list, > > I am a bit confused about what I have to use the new Beamer > exporter. I have customized the org-export-backends variable to include > the Beamer exporter, and now it shows as an option when I do C-c C-e. I > have also created a toy org file: Your

Re: [O] org-mime

2013-05-16 Thread Joseph Vidal-Rosset
I thank you Eric and Uwe for your help. Many thanks also to all the developers of emacs and org-mode. In fact I just spent two days in configuring my emacs24 and gnus. (Eric, I did not understand how worked your emacs24-starter-kit , which is a nice tool indeed). The last problem that I meet on m

Re: [O] Manual fix - Table name

2013-05-16 Thread Sebastien Vauban
Hi Benny, Benny Simonsen wrote: > In the manual, http://orgmode.org/manual/References.html > It seems as there is an error in the "Remote references" section: > #+NAME should be replaced by #+TBLNAME > > En example could be included, e.g.: > #+tblNAME:TB_NAME > | Test | > |--| > | 100 | > |

Re: [O] M-RET and C-RET turn current line of text into a heading?

2013-05-16 Thread Daniel Bausch
Hi! > I still think it's pretty important to have an option for creating a new > headline *below* all the contents of the current subtree -- what C-RET > used to do. I like to second, that there needs to be a short key binding to insert a new headline below the current entry when the context is i

Re: [O] Figure not exporting properly in Beamer

2013-05-16 Thread Sebastien Vauban
Hi Angel, Angel de Vicente wrote: > I'm using Org 7.8.03 and I have a test file to create a Beamer > presentation. At some point I have: > > ** Images > > #+CAPTION: Sample AMR > #+label: fig:amr-sample > [[file:amr.png]] Dunno if it will fix all of your problem, but you should use #+name: f