Re: [O] sqlite im-/export

2013-05-17 Thread Oliver Večerník
> I may have missed you spelling this out in a previous email, but can you > not import Org tables directly into sqlite code blocks? > > Evaluate this again after evaluating the second block. > #+BEGIN_SRC sqlite :csv :db test.sqlite > SELECT * from t1; > #+END_SRC This works like a charm, thank

Re: [O] Org-mode v8 broke my workflow

2013-05-17 Thread Andreas Röhler
Am 18.05.2013 00:52, schrieb Marcin Borkowski: Hi list, can't resist;): http://xkcd.com/1172/ I have this at the end of my .emacs: (setq inhibit-splash-screen t) (org-agenda-list) (delete-window) The point is that I want agenda to appear as the only thing when I start Emacs. However, sometim

Re: [O] Bug: html quoting tags are transformed after exporting [8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/)]

2013-05-17 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Kelvin Hu writes: > >> Hi all, >> >> First of all, I am really appreciate your good work - org mode. >> >> Currently I meet something wrong when I am trying to export an org >> buffer into html, as org manual >> described(http://orgmode.org/org.html#Quoting-HTML-tags),

Re: [O] Bug: html quoting tags are transformed after exporting [8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/)]

2013-05-17 Thread Eric Abrahamsen
Kelvin Hu writes: > Hi all, > > First of all, I am really appreciate your good work - org mode. > > Currently I meet something wrong when I am trying to export an org > buffer into html, as org manual > described(http://orgmode.org/org.html#Quoting-HTML-tags), html tags > quoted with "@" should b

Re: [O] Best way to make/add tech diagrams/graphics?

2013-05-17 Thread John Hendy
On Fri, May 17, 2013 at 6:09 PM, Marcin Borkowski wrote: > Dnia 2013-05-17, o godz. 11:40:17 > John Hendy napisał(a): > >> On Fri, May 17, 2013 at 10:13 AM, Lawrence Bottorff >> wrote: >> > I'd like to embed images into my running org file -- for eventual >> > conversion to Latex or html. These

Re: [O] Best way to make/add tech diagrams/graphics?

2013-05-17 Thread Marcin Borkowski
Dnia 2013-05-17, o godz. 11:40:17 John Hendy napisał(a): > On Fri, May 17, 2013 at 10:13 AM, Lawrence Bottorff > wrote: > > I'd like to embed images into my running org file -- for eventual > > conversion to Latex or html. These would be simple diagram-style > > pictures such as math or technica

Re: [O] M-RET inside the first second-level heading of the first first-level heading

2013-05-17 Thread John Hendy
On Fri, May 10, 2013 at 1:49 AM, Carsten Dominik wrote: > > On 7.5.2013, at 23:34, John Hendy wrote: > >> On Tue, May 7, 2013 at 4:54 AM, Bastien wrote: >>> Hi John, >>> >>> John Hendy writes: >>> On Fri, Apr 26, 2013 at 1:54 AM, Bastien wrote: > Hi Jisang, > > Jisang Yoo wri

Re: [O] odt import

2013-05-17 Thread Ethan Ligon
Uwe Brauer mat.ucm.es> writes: > > Hello > > I just found in wikipedia > http://en.wikipedia.org/wiki/Org-mode > > Claiming there are tools to import _from_ ODT. > > Is this true? I have never seen anything like this. > > Uwe Brauer > > Presumably a reference to https://bitbucket.org/j

[O] Org-mode v8 broke my workflow

2013-05-17 Thread Marcin Borkowski
Hi list, can't resist;): http://xkcd.com/1172/ I have this at the end of my .emacs: (setq inhibit-splash-screen t) (org-agenda-list) (delete-window) The point is that I want agenda to appear as the only thing when I start Emacs. However, sometimes I start it e.g. when delivering a presentation

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

2013-05-17 Thread Christopher Allan Webber
Carsten Dominik writes: > On 17.5.2013, at 00:38, 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 t

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

2013-05-17 Thread Christopher Allan Webber
Nicolas Richard writes: >> (setq org-open-line 'open-line) > > How could that possibly work ? It didn't... my bad :) I had both set that and done a redefinition of org-open-line to just call open-line like: (defun org-open-line (n) (interactive "*p") (open-line n)) Guess which one actual

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-17 Thread Paul Stansell
Hi Eric, That's seems perfect now; I can't see any other issues. Thanks! Kind regards, Paul

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

2013-05-17 Thread John Hendy
I can't replicate anymore, though I did just update Org. Perhaps I should have fiddled with it more before doing that... If it happens again, I'll dig into it. Thanks for double checking/attempting to replicate -- must be on my end. John On Thu, May 16, 2013 at 7:08 AM, Eric Schulte wrote: > J

[O] odt import

2013-05-17 Thread Uwe Brauer
Hello I just found in wikipedia http://en.wikipedia.org/wiki/Org-mode Claiming there are tools to import _from_ ODT. Is this true? I have never seen anything like this. Uwe Brauer

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-17 Thread Eric Schulte
Paul Stansell writes: > Hi Eric, > > Thanks for your work on this. I've tried your latest changes and I > think they're a big improvement. > > I've attached another org-mode file for you to try. It illustrates > the use of double blank lines in the first table (called block_data) > to inform gn

[O] Tbl: precision for cells

2013-05-17 Thread Manfred Lotz
I have a table like this | Item |F1 | F2 | F3 | |--++--+--| | w| 579.12 | 110.0328 | 689.1528 | | x| 28.8 |5.472 | 34.272 | | y| 13

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-17 Thread Paul Stansell
Hi Eric, Thanks for your work on this. I've tried your latest changes and I think they're a big improvement. I've attached another org-mode file for you to try. It illustrates the use of double blank lines in the first table (called block_data) to inform gnuplot that there're two separate data

Re: [O] performance of exporting large tables

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

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

2013-05-17 Thread Brett Viren
Max Mikhanosha writes: > Just committed a potential fix, can you see if it works? Commit > 0d68eef0372b6b57359a49cb5e35b67c651c5ee2 Works great! Thanks, -Brett. pgpAYtFdzq95n.pgp Description: PGP signature

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

2013-05-17 Thread Rick Frankel
On Fri, May 17, 2013 at 03:26:09PM +0200, Carsten Dominik wrote: > There was discussion about `C-c *'. For me the main application > of this command it to turn an item into a headline, and to turn *several* > lines into a series of headline (by selecting the lines first) - this is > a very freque

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

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 13:20:16 -0400, Brett Viren wrote: > > Hi Max, > > Max Mikhanosha writes: > > > I have committed org-screenshot to master > > This sounds like a great idea. And just to prove that no good deed goes > unpunished, here is a bug report: > > In an org-mode file I run "M-x or

Re: [O] Internal link with custom caption

2013-05-17 Thread visayafan
Baptiste writes: Hello, Baptiste > I would like to be able to manage internal link that is exported with a > custom reference text. I mean define somewhere an anchor *plus the > reference caption* and then use link mechanism to create a reference > to this point with its given caption. > > I

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

2013-05-17 Thread Brett Viren
Hi Max, Max Mikhanosha writes: > I have committed org-screenshot to master This sounds like a great idea. And just to prove that no good deed goes unpunished, here is a bug report: In an org-mode file I run "M-x org-screenshot-take", scrot runs and I can either click on a window or draw a se

[O] Bug: html quoting tags are transformed after exporting [8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/)]

2013-05-17 Thread Kelvin Hu
Hi all, First of all, I am really appreciate your good work - org mode. Currently I meet something wrong when I am trying to export an org buffer into html, as org manual described(http://orgmode.org/org.html#Quoting-HTML-tags), html tags quoted with "@" should be exported as tags, but not transf

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

2013-05-17 Thread Suvayu Ali
On Thu, May 16, 2013 at 09:28:35PM -0500, Christopher Allan Webber wrote: > Suvayu Ali writes: > > > That said, I'm curious what is so different about org-open-line? The > > docstring says the following: > > > > It is bound to C-o, . > > > > (org-open-line N) > > > > Insert a new row

[O] Clocktable time Information without days (8.0) [7.9.2 (7.9.2-dist @ /usr/share/emacs/site-lisp/org/)]

2013-05-17 Thread Arne Babenhauserheide
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: [O] Best way to make/add tech diagrams/graphics?

2013-05-17 Thread Nick Dokos
Lawrence Bottorff writes: > I'd like to embed images into my running org file -- for eventual > conversion to Latex or html. These would be simple diagram-style > pictures such as math or technical diagrams that cannot be done with > gnuplot or other formula-to-picture conversion software.  > > E

Re: [O] Best way to make/add tech diagrams/graphics?

2013-05-17 Thread John Hendy
On Fri, May 17, 2013 at 10:13 AM, Lawrence Bottorff wrote: > I'd like to embed images into my running org file -- for eventual conversion > to Latex or html. These would be simple diagram-style pictures such as math > or technical diagrams that cannot be done with gnuplot or other > formula-to-pic

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

2013-05-17 Thread Max Mikhanosha
I have committed org-screenshot to master

Re: [O] Best way to make/add tech diagrams/graphics?

2013-05-17 Thread Russell Adams
Lawrence, On Fri, May 17, 2013 at 10:13:56AM -0500, Lawrence Bottorff wrote: > I'd like to embed images into my running org file -- for eventual > conversion to Latex or html. These would be simple diagram-style pictures > such as math or technical diagrams that cannot be done with gnuplot or > ot

[O] Best way to make/add tech diagrams/graphics?

2013-05-17 Thread Lawrence Bottorff
I'd like to embed images into my running org file -- for eventual conversion to Latex or html. These would be simple diagram-style pictures such as math or technical diagrams that cannot be done with gnuplot or other formula-to-picture conversion software. Examples: http://www.library.utoronto.ca/

Re: [O] using gnuplot's "splot" and "every" commands on org-mode table data

2013-05-17 Thread Eric Schulte
> > I would consider this breaking the plot, in that gnuplot no longer lines > up the two columns of data. > My fault, gnuplot does indeed still line up the data as appropriate when missing values are simply replaced with blank space rather than "". I've just pushed up changes to gnuplot code blo

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

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 15:05:05 +0200, Carsten Dominik wrote: > > > > Nice and very useful. Can this be included in /contrib? > > Certainly! Ok cool, I've already cleaned up the docstrings, I'll change some defvars to defcustoms and commit it later today. Regards, Max

Re: [O] sqlite im-/export

2013-05-17 Thread Eric Schulte
Oliver Večerník writes: >> 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 fo

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

2013-05-17 Thread Bastien
Hi Max, Max Mikhanosha writes: > My list is. > > 1. Convert defvar to defcustom > > 2. Is (require 'dired) fine? It uses macro `dired-mark-if' defined in >dired.el Seems fine to me. > 3. The prefix C-c M-s seems awkward but Org is so big everything else >is taken, and C-c C-x s is too

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

2013-05-17 Thread Jason F. McBrayer
Carsten Dominik writes: > On 16.5.2013, at 21:11, Jason F. McBrayer wrote: >> Another thing to take into account in the rewrite is doing the right >> thing even when electric-indent-mode or electric-layout-mode are >> enabled. The current implementation is not compatible with >> electric-indent-

[O] conflict load of epresent - org mode 8.0.3

2013-05-17 Thread d . tchin
Hi, This post to report a problem about epresent and new version of org mode. I have just tried to update from releas 7.9.2 to 8.0.3 and I encountered several problems that are partially solved by the description of the changes due to the actual export and new name conventions. >From time to ti

[O] Internal link with custom caption

2013-05-17 Thread Baptiste
Hi, I would like to be able to manage internal link that is exported with a custom reference text. I mean define somewhere an anchor *plus the reference caption* and then use link mechanism to create a reference to this point with its given caption. I do not find a way to do so. Has I imagine

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

2013-05-17 Thread Carsten Dominik
Hi everyone, yes, thanks for making this table, Samuel. I think the functionality is a bit overkill, in particular the implementation with pressing M-RET twice for special functionality. This becomes too confusing, I think. The elementary function of M-RET is continue in the current list/outlin

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

2013-05-17 Thread Feng Shu
Max Mikhanosha writes: > 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 awesom

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

2013-05-17 Thread Feng Shu
Max Mikhanosha writes: > At Fri, 17 May 2013 09:38:29 +0200, > Rainer M. Krug wrote: >> >> Nice and very useful. Can this be included in /contrib? > > That is my intention, I have the FSF paper signed for Emacs and Org. > > So what I'm looking for some minimum amount of eyes on the code, and > a

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

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 00:38, 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 to > work: > > (define-key org-mod

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

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 09:38, Rainer M. Krug wrote: > Bastien writes: > >> 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

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

2013-05-17 Thread Carsten Dominik
On 16.5.2013, at 21:11, Jason F. McBrayer wrote: > 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 gr

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

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 09:38, Rainer M. Krug wrote: > Bastien writes: > >> 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

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

2013-05-17 Thread Nicolas Richard
Christopher Allan Webber writes: > Hm, alright. Sadly there seems to be no way to change the key (very > un-emacs like?) That was answered by Nick Dokos ; use : (define-key org-mode-map [remap open-line] nil) (btw, why does org use remap here is a mystery to me) > (setq org-open-line '

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

2013-05-17 Thread Daniel F
It looks great! I think I'd only convert defvars to defcustom. Personally, I don't worry about prefixes that much, because if I am not using a command very often I just tend do run it using M-x command-name - Dan On Fri, May 17, 2013 at 2:41 PM, Max Mikhanosha wrote: > At Fri, 17 May 2013 09:

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

2013-05-17 Thread Christopher Allan Webber
Andreas Röhler writes: > Installing this instead should fix it: > > (defun org-open-line (n) >"Insert a new row in tables, call `open-line' elsewhere. > With \C-u NUMBER `open-line' is called the common way also in table context" >(interactive "*P") >(cond (n > (open-line (pr

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

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 09:38:29 +0200, Rainer M. Krug wrote: > > Nice and very useful. Can this be included in /contrib? That is my intention, I have the FSF paper signed for Emacs and Org. So what I'm looking for some minimum amount of eyes on the code, and advice as to minimum set of things I nee

Re: [O] "nested" tables

2013-05-17 Thread Uwe Brauer
>> "Carsten" == Carsten Dominik writes: > On 17.5.2013, at 11:55, Uwe Brauer wrote: >> >> Than orgtbl-ctrl-c-ctrl-c will format the table nicely (table.el has no >> such a feature). > Yes it has, it automatically formats as you type. I started fresh from zero, generated a new

Re: [O] "nested" tables

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 11:55, Uwe Brauer wrote: > >>> "Carsten" == Carsten Dominik writes: > >> On 16.5.2013, at 23:40, Uwe Brauer wrote: > >>> Hello >>> >>> >>> >>> >>> Are there any plans that org-table would support such a table >>> org-table-create-with-table.el does not work on this ex

Re: [O] "nested" tables

2013-05-17 Thread Uwe Brauer
>> "Carsten" == Carsten Dominik writes: > On 16.5.2013, at 23:40, Uwe Brauer wrote: >> Hello >> >> >> >> >> Are there any plans that org-table would support such a table >> org-table-create-with-table.el does not work on this example. > Hi Uwe, > You can e

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

2013-05-17 Thread Nicolas Richard
Andreas Röhler writes: > (defun org-open-line (n) > "Insert a new row in tables, call `open-line' elsewhere. > With \C-u NUMBER `open-line' is called the common way also in table context" > (interactive "*P") > (cond (n > (open-line (prefix-numeric-value n))) > ((org-at-tabl

Re: [O] agenda column view and/or location property visible in normal view

2013-05-17 Thread Eric S Fraga
Bastien writes: [...] >> which works quite well except for the absence of time >> information. > > Maybe you can use %TIMESTAMP for the time? This works. Thanks. It does have more information than I need (i.e. the date) but that's okay. Where can I find out what variables are known

[O] Exporting source code blocks as LaTeX figures

2013-05-17 Thread James Harkins
Couple of questions about exporting LaTeX figures that are neither tables nor images -- specifically, source code blocks using the listings package. 1. Is there any way to use #+CAPTION with a #+BEGIN_figure block, so that the caption will be rendered underneath the text in the figure? It seems (

Re: [O] "nested" tables

2013-05-17 Thread Carsten Dominik
On 16.5.2013, at 23:40, Uwe Brauer wrote: > 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] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Rainer M. Krug
Bastien writes: > 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