> 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
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
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),
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
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
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
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
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
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
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
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
Hi Eric,
That's seems perfect now; I can't see any other issues. Thanks!
Kind regards,
Paul
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
-
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
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
I have committed org-screenshot to master
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
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/
>
> 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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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 '
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:
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
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
>> "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
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
>> "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
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
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
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 (
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
>
>
>
> +-+-+-+
> | | | |
> +-+-+-+
> | | | |
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
57 matches
Mail list logo