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

2013-05-17 Thread Bastien
Hi Rick, Rick Frankel r...@rickster.com 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 ---

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

2013-05-17 Thread Bastien
Hi Max, Max Mikhanosha m...@openchat.com 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

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

2013-05-17 Thread Rainer M. Krug
Bastien b...@gnu.org writes: Hi Max, Max Mikhanosha m...@openchat.com 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

Re: [O] nested tables

2013-05-17 Thread Carsten Dominik
On 16.5.2013, at 23:40, Uwe Brauer o...@mat.ucm.es 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 +-+-+-+ | | | | +-+-+-+ | | |

[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] agenda column view and/or location property visible in normal view

2013-05-17 Thread Eric S Fraga
Bastien b...@gnu.org 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

Re: [O] nested tables

2013-05-17 Thread Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes: On 16.5.2013, at 23:40, Uwe Brauer o...@mat.ucm.es 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

Re: [O] nested tables

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 11:55, Uwe Brauer o...@mat.ucm.es wrote: Carsten == Carsten Dominik carsten.domi...@gmail.com writes: On 16.5.2013, at 23:40, Uwe Brauer o...@mat.ucm.es wrote: Hello Are there any plans that org-table would support such a table org-table-create-with-table.el

Re: [O] nested tables

2013-05-17 Thread Uwe Brauer
Carsten == Carsten Dominik carsten.domi...@gmail.com writes: On 17.5.2013, at 11:55, Uwe Brauer o...@mat.ucm.es 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

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 need

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

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 m...@openchat.com wrote: At

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

2013-05-17 Thread Nicolas Richard
Christopher Allan Webber cweb...@dustycloud.org 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)

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

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 09:38, Rainer M. Krug rai...@krugs.de wrote: Bastien b...@gnu.org writes: Hi Max, Max Mikhanosha m...@openchat.com 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

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 jmcb...@carcosa.net wrote: Bastien b...@gnu.org 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

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

2013-05-17 Thread Carsten Dominik
On 17.5.2013, at 09:38, Rainer M. Krug rai...@krugs.de wrote: Bastien b...@gnu.org writes: Hi Max, Max Mikhanosha m...@openchat.com 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

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 cweb...@dustycloud.org 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:

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

[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

[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

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

2013-05-17 Thread Jason F. McBrayer
Carsten Dominik carsten.domi...@gmail.com writes: On 16.5.2013, at 21:11, Jason F. McBrayer jmcb...@carcosa.net 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

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

2013-05-17 Thread Bastien
Hi Max, Max Mikhanosha m...@openchat.com 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

Re: [O] sqlite im-/export

2013-05-17 Thread Eric Schulte
Oliver Večerník o...@vecernik.at 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

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] 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 blocks

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 other

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 borg...@gmail.com 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

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

2013-05-17 Thread Nick Dokos
Lawrence Bottorff borg...@gmail.com 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

[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] 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, insertline. (org-open-line N) Insert a new row in

[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

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

2013-05-17 Thread Brett Viren
Hi Max, Max Mikhanosha m...@openchat.com 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

Re: [O] Internal link with custom caption

2013-05-17 Thread visayafan
Baptiste bate...@bat.fr.eu.org 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

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 m...@openchat.com 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

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 frequent

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

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

[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|

[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] 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

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] 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 actually

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 cweb...@dustycloud.org 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

[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

Re: [O] odt import

2013-05-17 Thread Ethan Ligon
Uwe Brauer oub at 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

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 carsten.domi...@gmail.com wrote: On 7.5.2013, at 23:34, John Hendy jw.he...@gmail.com wrote: On Tue, May 7, 2013 at 4:54 AM, Bastien b...@gnu.org wrote: Hi John, John Hendy jw.he...@gmail.com writes: On Fri, Apr 26, 2013 at 1:54 AM, Bastien

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 jw.he...@gmail.com napisał(a): On Fri, May 17, 2013 at 10:13 AM, Lawrence Bottorff borg...@gmail.com 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

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 mb...@wmi.amu.edu.pl wrote: Dnia 2013-05-17, o godz. 11:40:17 John Hendy jw.he...@gmail.com napisał(a): On Fri, May 17, 2013 at 10:13 AM, Lawrence Bottorff borg...@gmail.com wrote: I'd like to embed images into my running org file -- for

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 ini.kel...@gmail.com 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

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 e...@ericabrahamsen.net writes: Kelvin Hu ini.kel...@gmail.com 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