Am 13.10.2010 10:59, schrieb Carsten Dominik:
On Oct 13, 2010, at 2:23 AM, Greg Troxel wrote:
I am trying to test encryption for MobileOrg via a beta from Richard.
(We're still playing the 'convince itunes to let you run code on your
own phone game', so this report is preliminary about what O
Hi.
as org-mode knows a command `org-show-entry' looked for
`org-hide-entry', but couldn't get it.
So here it is.
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/
diff --git a/lisp/org.el b/lisp/org.el
index a8
Am 15.10.2010 09:47, schrieb Carsten Dominik:
On Oct 14, 2010, at 9:04 PM, Andreas Röhler wrote:
Hi.
as org-mode knows a command `org-show-entry' looked for
`org-hide-entry', but couldn't get it.
So here it is.
This will leave the buffer in a pretty messy state.
Indee
Am 15.10.2010 08:25, schrieb Noorul Islam K M:
Andreas Röhler writes:
Hi.
as org-mode knows a command `org-show-entry' looked for
`org-hide-entry', but couldn't get it.
So here it is.
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
di
Hi,
doku of `org-insert-heading' says:
,
| If point is not at the beginning, do not split the line,
| but create the new headline after the current line.
`
which sounds wisely.
Unfortunately function behaves different, splits line
uses it's following part to create the new headline
fr
Am 16.10.2010 07:30, schrieb Carsten Dominik:
Hi Andreas,
On Oct 15, 2010, at 7:38 PM, Andreas Röhler wrote:
Hi,
doku of `org-insert-heading' says:
,
| If point is not at the beginning, do not split the line,
| but create the new headline after the current line.
`
which s
Hi Carsten,
seems I have to attach the remaining command-names manualy.
That way studying org-mode along it's code.
Maybe consider granting me write-access, so you must not check in patch
by patch.
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://
Hi Carsten,
herewith a first patch continuing command-name insertion (should be sent
already but seems not).
As the remaining has to be done manually, several patches will result.
Maybe consider granting write-access.
Cheers
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode/python
Am 18.10.2010 09:16, schrieb Noorul Islam K M:
Louis Turk writes:
Hi everyone,
I trying to set up capture to use refile.org as the default notes file.
lat-a-ws% locate refile.org
/home/lat/org/refile.org
lat-a-ws%
(setq org-default-notes-file "~/org/refile.org")
But I get:
Debugger ente
Am 18.10.2010 11:02, schrieb Noorul Islam K M:
Andreas Röhler writes:
Am 18.10.2010 09:16, schrieb Noorul Islam K M:
Louis Turk writes:
Hi everyone,
I trying to set up capture to use refile.org as the default notes file.
lat-a-ws% locate refile.org
/home/lat/org/refile.org
lat-a-ws
Am 18.10.2010 13:10, schrieb Louis Turk:
On 10/18/2010 05:39 PM, Andreas Röhler wrote:
Am 18.10.2010 11:02, schrieb Noorul Islam K M:
Andreas Röhler writes:
Am 18.10.2010 09:16, schrieb Noorul Islam K M:
Louis Turk writes:
Hi everyone,
I trying to set up capture to use refile.org as the
Am 18.10.2010 20:16, schrieb David Maus:
At Mon, 18 Oct 2010 13:54:30 +0200,
Andreas Röhler wrote:
same here unfortunatly.
load-path displays the git-org repo, org-mode is loaded from there.
(require 'org-macs) is present there but
org-string-nw-p still unknown.
The only explanation
Am 19.10.2010 12:53, schrieb Sébastien Vauban:
Hello,
I often find it tedious to add `=' signs before and after the words that you
want to be rendered in verbatim, moreover when you want to do that in your
text, once it already has been written.
Adding this to your =.emacs=:
#+begin_src emacs-
BTW can't see where the meaning of key "S" is told...
Cheers
diff --git a/doc/org.texi b/doc/org.texi
index 4a725d3..a59e8e8 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1077,13 +1077,11 @@ after the end of the subtree.
Just like @kbd...@key{ret}}, except when adding a new heading below the
Am 20.10.2010 17:24, schrieb Julien Danjou:
On Wed, Oct 20 2010, Chong Yidong wrote:
It's rather strange to complain about nobody else working on the bug,
when you (i) did not give a recipe and (ii) stated that you were already
working on it.
My bad, I think I forgot to add a smiley at the en
[ ... ]
Oh, I was pretty sure that org-footnote.el is only a wrapper around the
original footnote.el that comes with emacs, but looking at the code it
seems to be a completely separate facility.
It says to have "better support for resuming editing" than footnote.el
but be less configurable. Ca
Hi Carsten,
key-setting below looks like a bug
if
C-c /, org-sparse-tree
is set, there is no chance calling
C-c / r
as the first already matches (?)
Thanks
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode/python-mode-components
https://code.launchpad.net/s-x-emacs-werkstatt/
Am 21.10.2010 12:51, schrieb Carsten Dominik:
Hi Andreas,
On Oct 21, 2010, at 12:37 PM, Andreas Röhler wrote:
Hi Carsten,
key-setting below looks like a bug
if
C-c /, org-sparse-tree
is set, there is no chance calling
C-c / r
as the first already matches (?)
C-c / will prompt for
[ ... ]
C-c / will prompt for another key and then dispatch depending on that
key.
Many do.
Hmm, that would fit into the already mentioned coding-style category.
Is it wise to do it that way?
For example M-x describe-mode fails telling about these keys.
Are reasons for this?
Yes. There are no
Am 21.10.2010 15:00, schrieb Carsten Dominik:
On Oct 21, 2010, at 2:42 PM, Andreas Röhler wrote:
[ ... ]
C-c / will prompt for another key and then dispatch depending on that
key.
Many do.
Hmm, that would fit into the already mentioned coding-style category.
Is it wise to do it that way
Am 21.10.2010 16:04, schrieb Carsten Dominik:
On Oct 21, 2010, at 3:34 PM, Andreas Röhler wrote:
Am 21.10.2010 15:00, schrieb Carsten Dominik:
On Oct 21, 2010, at 2:42 PM, Andreas Röhler wrote:
[ ... ]
C-c / will prompt for another key and then dispatch depending on
that
key.
Many do
Am 21.10.2010 16:31, schrieb Carsten Dominik:
On Oct 21, 2010, at 4:11 PM, Andreas Röhler wrote:
Am 21.10.2010 16:04, schrieb Carsten Dominik:
On Oct 21, 2010, at 3:34 PM, Andreas Röhler wrote:
Am 21.10.2010 15:00, schrieb Carsten Dominik:
On Oct 21, 2010, at 2:42 PM, Andreas Röhler
Am 21.10.2010 17:33, schrieb Jambunathan K:
Andreas
There is a bug-report still an-responded.
Been sent with mail at 14:42
Missing org-occur, no key displayed as expected.
You are too demanding of Carsten :-). Try not to push him so much. It is
possible that you somehow feel that your earl
Am 24.10.2010 09:40, schrieb Michael Brand:
Hi all
I just noticed that both
http://orgmode.org/org-latest.zip
and
http://orgmode.org/org-latest.tar.gz
provide old files like e. g. org.el from mid of October
Currently I misuse this snapshot to install the exactly same version
at home and at work
org-time-stamp and others
diff --git a/doc/org.texi b/doc/org.texi
index 4f1a982..ef57655 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -5070,15 +5070,13 @@ format. All commands listed below produce timestamps in the correct
format.
@table @kbd
-...@kindex C-c .
-...@item C-c .
+...@orgcmd{
Hi,
get several errors with git-branch
my daily-work Emacs complained ignoring `org-use-sub-superscripts'
Check with emacs -Q got:
Symbol's function definition is void: org-cycle-item-indentation
In GNU Emacs 23.1.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1)
of 2010-07-05 on build17
Window
diff --git a/doc/org.texi b/doc/org.texi
index 4e8eb63..81d5683 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1697,8 +1697,7 @@ table. But it's easier just to start typing, like
@item C-c C-c
Re-align the table without moving the cursor.
@c
-...@kindex @key{TAB}
-...@item @key{TAB}
+...@org
Am 27.10.2010 16:21, schrieb Noorul Islam:
On Wed, Oct 27, 2010 at 3:33 PM, Andreas Röhler
wrote:
Hi,
get several errors with git-branch
my daily-work Emacs complained ignoring `org-use-sub-superscripts'
Check with emacs -Q got:
Symbol's function definition is void: org-
Am 27.10.2010 20:11, schrieb Bastien:
Andreas Röhler writes:
BTW, is somewhere documented, how to load the devel-tree from emacs -Q?
Assuming your devel-tree is in ~/install/git/org-mode/ you need to do
a (require 'org) so that the devel version replaces the one loaded by
Emacs.
T
diff --git a/doc/org.texi b/doc/org.texi
index 54f52e2..7630830 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1708,8 +1708,7 @@ unpredictable for you, configure the variables
@table @kbd
@tsubheading{Creation and conversion}
-...@kindex C-c |
-...@item C-c |
+...@orgcmd{c-c |,org-table-crea
Am 28.10.2010 11:45, schrieb Andreas Röhler:
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Sorry, just seeing an error inside. P
diff --git a/doc/org.texi b/doc/org.texi
index 54f52e2..7630830 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1708,8 +1708,7 @@ unpredictable for you, configure the variables
@table @kbd
@tsubheading{Creation and conversion}
-...@kindex C-c |
-...@item C-c |
+...@orgcmd{c-c |,org-table-crea
org-return
diff --git a/doc/org.texi b/doc/org.texi
index aa4f30b..9293804 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1732,8 +1732,7 @@ necessary.
@orgcmd...@key{tab},org-shifttab}
Re-align, move to previous field.
@c
-...@kindex @key{RET}
-...@item @key{RET}
+...@orgcmd{@key{RET},org-ret
Am 02.11.2010 16:07, schrieb Carsten Dominik:
On Nov 2, 2010, at 10:12 AM, Andreas Röhler wrote:
Hi
inside a table
M-a is bound to backward-sentence
Hi Andreas,
I get
M-a runs the command org-backward-sentence, which is an interactive
compiled Lisp function in `org.el'.
It is bou
Hi Carsten,
thanks. Error was in my way to load the devel version
Have been told to follow instructions and load
;; (load "~/org-mode/lisp/org-install.elc")
By who?
the right customization is
(require 'org-install).
Hi Carsten,
that surprises me.
AFAIU
(require
only loads a feature
Am 04.11.2010 09:29, schrieb Carsten Dominik:
On Nov 4, 2010, at 8:16 AM, Andreas Röhler wrote:
Hi Carsten,
thanks. Error was in my way to load the devel version
Have been told to follow instructions and load
;; (load "~/org-mode/lisp/org-install.elc")
By who?
the right cus
diff --git a/doc/org.texi b/doc/org.texi
index 72053e9..2f4c225 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1400,8 +1400,7 @@ commands can be accessed through a dispatcher:
@table @asis
@orgcmd{C-c /,org-sparse-tree}
This prompts for an extra key to select a sparse-tree creating command.
Carsten Dominik wrote:
>
> On Oct 27, 2009, at 10:45 PM, Andreas Roehler wrote:
>
>>
>> Hi,
>>
>> with abbrev-mode, org-mode made his own
>> (org-mode-abbrev-table) - empty, which was
>> unconvenient, as I declared a lot of abbrevs in
>> text-mode already.
>>
>> Solved it by
>>
>> (add-hook 'org-
Carsten Dominik wrote:
>
> On Oct 28, 2009, at 11:32 AM, Leo wrote:
>
>> On 2009-10-28 09:19 +, Carsten Dominik wrote:
>>> Because if I do tis by default, someone if going to want
>>> to have a separate table :-)
>>>
>>> You solution is good - a nice snippet for a FAQ, maybe?
>>
>> It see
Change the footnote-style, so it not conflicts.
Current org-modes has labels, inserts [fn:1] for example instead of [1]
Customize labels via org-footnote-auto-label
HTH
Andreas
--
https://code.launchpad.net/s-x-emacs-werkstatt/
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/
Giovanni Ridolfi wrote:
> -- Gio 29/10/09, Andreas Roehler ha scritto:
>> when inserting a footnote between [fn:1] and [fn:2]
>> it's not renumbered at place. Got [fn:1], [fn:3] and
>> [fn:2].
>>
>> Think mentioned that already and answer was it should
>> be a feature. Isn't it a bug indeed?
>
>
Hi,
what about delivering mnemonic command names alongside
with its keys in org-info?
For example
8.1. Agenda files
[ ... ]
`C-c ['
Add current file to the list of agenda files. The file is added to
the front of the list. If it was already in the list, it is moved
to the fron
Am 29.07.2010 08:45, schrieb Tassilo Horn:
Andreas Röhler writes:
Hi Andreas,
what about delivering mnemonic command names alongside with its keys
in org-info?
That would be good practice, and I think it's more or less standard for
emacs packages. For example, that is from
attached another patch replacing the former, due to a bug at texi
diff --git a/doc/org.texi b/doc/org.texi
index 38fd4b9..20425a2 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -929,6 +929,7 @@ tables, @kbd...@key{tab}} jumps to the previous field.
Show all, including drawers.
@kindex C-c C-r
Am 27.07.2010 23:22, schrieb Andrea Crotti:
I meant exactly what Eric said, footnote.el is quite cool in fact.
But we can achieve the same result with org-mode (even in his minor-mode
version), so why don't use it?
Last time I used it, footnote.el was not able to detect already existing
footn
Hi,
`make info' produces a texinfo-file `org' in directory `doc'.
Shouldn't the ending be `info', i.e. the output be `org.info'?
Thanks
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/
Am 29.07.2010 20:08, schrieb Tassilo Horn:
Andreas Röhler writes:
attached another patch replacing the former, due to a bug at texi
Please also add @findex{} entries.
Bye,
Tassilo
___
Emacs-orgmode mailing list
Please use `Reply All' to
Am 30.07.2010 12:12, schrieb Philip Rooke:
Andreas Röhler writes:
`make info' produces a texinfo-file `org' in directory `doc'.
Shouldn't the ending be `info', i.e. the output be `org.info'?
Not necessarily. The Makefile has the following target:
doc/org
Am 31.07.2010 10:53, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Please not I signed the FSF-disclaimer but not the paper transferring
copyright under US-law.
Are you willing to sign those paper?
That would help, because the patch is more than 10 lines...
Hi Bastien,
please
Am 01.08.2010 11:42, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
please permit pointing at the silliness of such approaches, which state
a creative work starts upward from 10 lines.
No single haiku will ever have a change to be protected by that famous
US-copyright law.
I'm ag
Am 04.08.2010 07:36, schrieb Bastien:
Or we might also consider CC0:
http://creativecommons.org/publicdomain/zero/1.0/
It looks way more simple to me.
It also circumvents the problem of people having to sign the FSF papers
if the Org/Emacs manuals include part of the code they contributed t
Am 07.08.2010 21:39, schrieb Carsten Dominik:
On Jul 30, 2010, at 11:40 AM, Andreas Röhler wrote:
Am 29.07.2010 20:08, schrieb Tassilo Horn:
Andreas Röhler writes:
attached another patch replacing the former, due to a bug at texi
Please also add @findex{} entries.
Bye,
Tassilo
Am 11.08.2010 12:05, schrieb Carsten Dominik:
On Aug 9, 2010, at 9:28 PM, Dan Davison wrote:
Dan Davison writes:
Gregor Zattler writes:
Hi Andreas, org-mode developers,
* Andreas Burtzlaff [09. Aug. 2010]:
Carsten Dominik writes:
I have put a version of the manual as modified by Andr
Am 11.08.2010 12:05, schrieb Carsten Dominik:
On Aug 9, 2010, at 9:28 PM, Dan Davison wrote:
Dan Davison writes:
Gregor Zattler writes:
Hi Andreas, org-mode developers,
* Andreas Burtzlaff [09. Aug. 2010]:
Carsten Dominik writes:
I have put a version of the manual as modified by Andr
Hi Bastien,
looks like a typo in org.texi
make info sends a warning.
git blame -L 4735 org.texi
3f0d9351 doc/org.texi ... 2010-08-03 18:34:47 +0200 4735)
@var{(title)} @r{The header text for the column. If omitted, the
property}
Cheers
Andreas
--
https://code.launchpad.net/~a-ro
Am 15.08.2010 09:39, schrieb Carsten Dominik:
On Aug 15, 2010, at 9:37 AM, Carsten Dominik wrote:
On Aug 13, 2010, at 9:30 PM, Andreas Röhler wrote:
Am 11.08.2010 12:05, schrieb Carsten Dominik:
On Aug 9, 2010, at 9:28 PM, Dan Davison wrote:
Dan Davison writes:
Gregor Zattler
Hi,
consider these endings ignored by default useful too.
BTW re-sorted, doubled *.dvi-entry removed.
Cheers,
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/
diff --git a/.gitignore b/.gitignore
index ba75c2a..374f45e 100644
--- a
Hi Carsten,
while dealing with the key/command-name issue,
thanks for the last hint BTW, works now,
stumble over
C-u C-u C-u
Don't it break common Emacs usage somehow?
The problem arises, as C-h k does not report a
combination starting with C-u...
Just for consideration.
Andreas
Am 16.08.2010 10:57, schrieb Carsten Dominik:
On Aug 15, 2010, at 9:07 PM, Andreas Röhler wrote:
Am 15.08.2010 09:39, schrieb Carsten Dominik:
On Aug 15, 2010, at 9:37 AM, Carsten Dominik wrote:
On Aug 13, 2010, at 9:30 PM, Andreas Röhler wrote:
Am 11.08.2010 12:05, schrieb Carsten
Here is my proposal for now:
@macro orgcmd{key,command}
@kindex \key\
@findex \command\
@item \key\ @ @ @ @ @ @ @ @ @ @ @r{(}\comma...@r{)}
@end macro
And then define keys/commands like this:
@table @kbd
.
@orgc...@key{tab}, org-cycle}
Here follows the description of the command
@end
my attention to certain places.
- Carsten
On Aug 17, 2010, at 2:43 PM, Andreas Röhler wrote:
Am 16.08.2010 10:57, schrieb Carsten Dominik:
On Aug 15, 2010, at 9:07 PM, Andreas Röhler wrote:
Am 15.08.2010 09:39, schrieb Carsten Dominik:
On Aug 15, 2010, at 9:37 AM, Carsten Dominik wrote:
Am 20.08.2010 09:31, schrieb Carsten Dominik:
Hi Andreas,
On Aug 20, 2010, at 8:27 AM, Andreas Röhler wrote:
Am 18.08.2010 10:38, schrieb Carsten Dominik:
Hi Andreas,
this already goes in the right direction.
I have a better definition for the macro, which does now
push the command name
Am 31.08.2010 12:43, schrieb Giovanni Ridolfi:
Aidan Gauland writes:
Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
of 2010-08-29 on dimension8
Package: Org-mode version 7.01trans
It is impossible to have closing brackets in a footnote, because they
are treat
Hi,
posting forwarded herewith describes a design inconvenience, wich
affects common hide-show- and outline-modes too.
As too different solutions have been proposed, let me suggest
"setting read-only property" rather than "use of a modification hook".
Setting hidden text read-only should be
nnart Borgman:
On Fri, Sep 3, 2010 at 3:40 PM, Andreas Röhler
wrote:
Hi,
posting forwarded herewith describes a design inconvenience, wich affects
common hide-show- and outline-modes too.
As too different solutions have been proposed, let me suggest
"setting read-only property" rather
Hi,
having to write a docu which should be transferred into info and other
formats, what the recommended workflow would be in this case?
Exists an exporter from org into info?
Thanks,
Andreas
--
http://launchpad.net/python-mode
http://launchpad.net/s-x-emacs-werkstatt/
Am 24.11.2011 18:13, schrieb Thomas S. Dye:
Aloha Andreas,
FWIW, I looked into this a while back and couldn't find an easy path
from org to info. Caveat emptor, absence of evidence isn't evidence of
absence. Others on the list probably have a better handle on this.
The most promising path see
Am 25.12.2012 04:14, schrieb Bastien:
I can finally reproduce the bug.
It comes from python-model.el which set this:
(defvar outline-heading-end-regexp nil)
Andreas, this breaks outline in Org - can you have a look?
Thanks,
This was fixed in trunk some days ago. Get it via
bzr branch l
Am 23.01.2013 14:04, schrieb Bastien:
Hi Myles,
thanks for digging into this.
I'm copying Andreas as the maintainer of python-mode.el.
Myles English writes:
--- lisp/ob-python.el
+++ lisp/ob-python.el
@@ -32,7 +32,7 @@
(declare-function org-remove-indentation "org" )
(declare-function
Am 31.12.2011 18:25, schrieb Bastien:
Dear all,
time to wrap-up for today and to celebrate.
This has been a *great* year of development!
May all your TODOs belong to your %s_archive.
Happy new year :)
hmm, understand that chronology is of some importance to org-mode
beside of that it's not
Hi,
attached a
org-table-import.patch
removes limitations of hard-coded separator char(s).
`org-guess-separator' accepts and detects all chars as field separators.
It works based on the assumption, that char looked for appears in equal
number at each row.
Also a default value
`org-table-impor
Tony E. Bennett wrote:
> XEmacs complains about a few define-key sequences in org-mouse.el.
> For example:
>
> (define-key org-agenda-keymap [C-mouse-4] 'org-agenda-earlier)
>
>
Try it this way for XEmacs:
[(control mouse-4)]
Regards
Andreas Roehler
> These sequences are using a GNU emacs
Carsten Dominik wrote:
> This is the Carsten-AI speeking. Link to GPL on homepage established...
>
> Thank you.
Thanks too. Seeing the progress.
What about to link directly to the license text applying?
Which should provide for the case, people looking for org-mode don't have
much time to spent
Karl Maihofer wrote:
> Andreas Roehler schrieb:
>
>> after reopening a file with two footnotes inside,
>> inserting a third footnote between first and second, it
>> fails to renumber it.
>>
>
> Did you try the new "C-u C-c C-x f S" feature of the latest git-version?
>
No. Just check th
Matthew Lundin wrote:
> Andreas Röhler writes:
>
>
>> Karl Maihofer wrote:
>>
>>> Andreas Roehler schrieb:
>>>
>>>
>>>> after reopening a file with two footnotes inside,
>>>> inserting
Scot Becker wrote:
> Matthew,
>
> No apologies needed. A good explanation like yours is a valuable
> thing to have sitting in the mailing list archive (and perhaps even in
> a more formal spot, in the Worg article: "Academic writing with Org,"
> which I will someday help you write.)
>
> Scot
>
Paul R wrote:
> Hi Andreas and org-mode users,
>
> Andreas> Seeing the danger of raising flame-wars, which we have seen at
> Andreas> several occasions, consider that rather a recommendable style.
>
> Thank you Andreas for your recommandations, but please let me point out
> that debate on this list
On 18.06.2014 15:59, Eric Schulte wrote:
Shiyuan writes:
Hi all,
I found a solution to fix the echo problem of the emacs python shell:
http://stackoverflow.com/questions/8060609/python-interpreter-in-emacs-repeats-lines
That is, in the Interior Python buffer, do
M-: (setq comint-proces
On 19.06.2014 15:40, Eric Schulte wrote:
Andreas Röhler writes:
On 18.06.2014 15:59, Eric Schulte wrote:
Shiyuan writes:
Hi all,
I found a solution to fix the echo problem of the emacs python shell:
http://stackoverflow.com/questions/8060609/python-interpreter-in-emacs-repeats
Am 06.02.2013 16:17, schrieb John Kitchin:
Thanks for the -Q reminder. I get the same output if I run with emacs -Q
(although I do have to add :results output to each block. I had that set as
a default in my init files).
I had the problem described in the footnote you listed, and that is why I
a
Am 07.02.2013 22:53, schrieb Myles English:
Hi Andreas,
Andreas Röhler writes:
Am 06.02.2013 16:17, schrieb John Kitchin:
Thanks for the -Q reminder. I get the same output if I run with emacs -Q
(although I do have to add :results output to each block. I had that set as
a default in my init
Am 24.01.2013 15:10, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Okay, I'll dig into.
For the moment: assume this code should not be needed,
python-mode.el should act that all. But let me have a closer look,
Great, thanks a lot!
So let's start with this...
BTW, be
Am 24.01.2013 15:10, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Okay, I'll dig into.
For the moment: assume this code should not be needed,
python-mode.el should act that all. But let me have a closer look,
Great, thanks a lot!
ob-python.el patch again
better provisio
Hi folks,
when checking
http://orgmode.org/worg/org-issues.html
for bugs I'm hanting, couldn't find it.
And really, looks very homebrewn WRT org-mode itself.
What about using some of the tools around?
Mirroring the stuff at github would provide a tracker just by the way...
Cheers,
Andreas
Am 22.02.2013 14:30, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
Coming upon this tutorial, which seems excellent for beginners
http://orgmode.org/worg/sources/FIXME/ob-doc-R-extended.org
maybe move from FIXME into common place?
It was moved to FIXME because Org could not export
Am 22.02.2013 15:52, schrieb Michael Albinus:
Andreas Röhler writes:
Hi folks,
Hi,
What about using some of the tools around?
Mirroring the stuff at github would provide a tracker just by the way...
Or you use debbugs.gnu.org, which hosts the Emacs bugtracker. Some of
the org bugs will
Am 22.02.2013 21:50, schrieb Suvayu Ali:
On Fri, Feb 22, 2013 at 08:56:54PM +0100, Andreas Röhler wrote:
With exception of the noise, M-x report-emacs-bugs tends to send.
Herewith is a slim version, adapted to org-mode AFAIU
[...]
Org already uses one of its own: org-submit-bug-report
Am 22.02.2013 21:09, schrieb Michael Albinus:
Andreas Röhler writes:
With exception of the noise, M-x report-emacs-bugs tends to send.
Herewith is a slim version, adapted to org-mode AFAIU
Why do you want to code all the nasty bits yourself?
Really not eager for that, as there are a lot
Am 22.02.2013 14:31, schrieb Bastien:
Hi Jay,
Jay Kerns writes:
Unfortunately my updated draft is on my computer at home so I would
have to wait until later this evening before I could share the
updates. (If there's interest, of course.)
There is an interest, no doubt!
Please see my messa
Am 22.02.2013 22:58, schrieb Achim Gratz:
Andreas Röhler writes:
IMHO it would be great if Jay moves it already at place. As it's a
doku basically, giving a nice entry into a lot of things. If exporting
is not perfect yet, it's not at the core here, we may fix it step by
step. Als
Am 22.02.2013 21:10, schrieb Yagnesh Raghava Yakkala:
Hello Andreas,
(I like the idea of having a function to scan user setup for org)
On Feb 23 2013, Andreas Röhler wrote:
Herewith is a slim version, adapted to org-mode AFAIU
Tried to test,
I got an error.,
╭─
│or: Symbol
Am 23.02.2013 08:39, schrieb Michael Albinus:
Andreas Röhler writes:
There is `reporter-submit-bug-report' of reporter.el, which you could
customize to your needs.
Compare, how Tramp uses it in `tramp-bug' (Ha! another advertisement!).
Hmm, maybe you are fastest just to copy a ve
Am 25.02.2013 16:51, schrieb Sebastien Vauban:
Hi,
Suvayu Ali wrote:
On Fri, Feb 22, 2013 at 08:56:54PM +0100, Andreas Röhler wrote:
With exception of the noise, M-x report-emacs-bugs tends to send.
Org already uses one of its own: org-submit-bug-report
Maybe we could add an alias such as
in org-mode/testing/examples/babel.org
a noweb-example1 as called, which seems not defined
Andreas
Am 26.02.2013 11:41, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
in org-mode/testing/examples/babel.org
a noweb-example1 as called, which seems not defined
Can you help suggesting a fix (ideally as a patch) and
explaining why it is needed?
Thanks,
Hi Bastien,
as I'm
Am 26.02.2013 12:19, schrieb Achim Gratz:
Andreas Röhler easy-emacs.de> writes:
as I'm still exploring org-mode and the way to write tests for,
please have a look IIUC,
In any case you should check if that isn't done on purpose to test for the
reaction of Org to missing co
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c starting from emacs -Q
#+BEGIN_SRC python
a = 5
b = 16
print(a + b)
#+END_SRC
the error message from title appears
GNU Emacs 24.3.50.1 (i686-suse-linux-gnu, GTK+ Version 2.22.1)
Am 26.02.2013 14:49, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c starting from emacs -Q
You need
(org-babel-do-load-languages
'org-babel-load-languages
Am 26.02.2013 17:00, schrieb Ista Zahn:
On Tue, Feb 26, 2013 at 10:42 AM, Andreas Röhler
wrote:
Am 26.02.2013 14:49, schrieb Bastien:
Hi Andreas,
Andreas Röhler writes:
org-babel-execute-src-block: No org-babel-execute function for python!
When evaluating the following block C-c C-c
Am 26.02.2013 20:50, schrieb Thomas S. Dye:
Andreas Röhler writes:
Hi Ista,
Org-mode version is 7.9.3e (7.9.3e-3-gb07a9b
i.e. loading current trunk.
When following your prescription, bug does not occur.
My from way to load languages was
(org-babel-do-load-languages
'org-bab
1 - 100 of 237 matches
Mail list logo