Re: [Orgmode] org-mobile-use-encryption

2010-10-13 Thread Andreas Röhler
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

[Orgmode] org-hide-entry

2010-10-14 Thread Andreas Röhler
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

Re: [Orgmode] org-hide-entry

2010-10-15 Thread Andreas Röhler
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

[Orgmode] Re: org-hide-entry

2010-10-15 Thread Andreas Röhler
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

[Orgmode] org-insert-heading

2010-10-15 Thread Andreas Röhler
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

Re: [Orgmode] org-insert-heading

2010-10-15 Thread Andreas Röhler
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

[Orgmode] command-name org-insert-heading-respect-content

2010-10-16 Thread Andreas Röhler
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://

[Orgmode] command-name org-insert-heading-respect-content

2010-10-16 Thread Andreas Röhler
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

Re: [Orgmode] Re: org-default-notes-file

2010-10-18 Thread Andreas Röhler
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

[Orgmode] Re: org-default-notes-file

2010-10-18 Thread Andreas Röhler
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

[Orgmode] Re: org-default-notes-file

2010-10-18 Thread Andreas Röhler
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

Re: [Orgmode] Re: org-default-notes-file

2010-10-18 Thread Andreas Röhler
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

Re: [Orgmode] Easy insert of verbatim symbols

2010-10-19 Thread Andreas Röhler
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-

[Orgmode] 20101020_texi-command-names.patch

2010-10-20 Thread Andreas Röhler
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

Re: [Orgmode] Weird behaviour with org-yank and org-startup-indented

2010-10-20 Thread Andreas Röhler
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

Re: [Orgmode] Difference between org-footnote.el and footnote.el

2010-10-21 Thread Andreas Röhler
[ ... ] 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

[Orgmode] C-c / r key-setting bug (?)

2010-10-21 Thread Andreas Röhler
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/

[Orgmode] Re: C-c / r key-setting bug (?)

2010-10-21 Thread Andreas Röhler
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

[Orgmode] Re: C-c / r key-setting bug (?)

2010-10-21 Thread Andreas Röhler
[ ... ] 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

[Orgmode] Re: C-c / r key-setting bug (?)

2010-10-21 Thread Andreas Röhler
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

[Orgmode] Re: C-c / r key-setting bug (?)

2010-10-21 Thread Andreas Röhler
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

[Orgmode] Re: C-c / r key-setting bug (?)

2010-10-21 Thread Andreas Röhler
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

[Orgmode] Re: C-c / r key-setting bug (?)

2010-10-21 Thread 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

Re: [Orgmode] update of snapshot release broken?

2010-10-24 Thread Andreas Röhler
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

[Orgmode] command names patch

2010-10-25 Thread Andreas Röhler
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{

[Orgmode] org-cycle-item-indentation, org-use-sub-superscripts missed

2010-10-27 Thread Andreas Röhler
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

[Orgmode] 20101027_orgtexi_names.patch

2010-10-27 Thread Andreas Röhler
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

Re: [Orgmode] org-cycle-item-indentation, org-use-sub-superscripts missed

2010-10-27 Thread Andreas Röhler
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-

Re: [Orgmode] org-cycle-item-indentation, org-use-sub-superscripts missed

2010-10-28 Thread Andreas Röhler
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

[Orgmode] 20101028_orgtexi_names.patch

2010-10-28 Thread Andreas Röhler
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

Re: [Orgmode] 20101028_orgtexi_names.patch

2010-10-28 Thread Andreas Röhler
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

[Orgmode] 20101028_orgtexi_names.patch - (2)

2010-10-28 Thread Andreas Röhler
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

[Orgmode] 20101029_orgtexi_names.patch

2010-10-29 Thread Andreas Röhler
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

Re: [Orgmode] Bug: M-a bound to backward-sentence

2010-11-03 Thread Andreas Röhler
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

[Orgmode] right customization

2010-11-04 Thread Andreas Röhler
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

[Orgmode] Re: right customization

2010-11-04 Thread Andreas Röhler
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

[Orgmode] org-sparse-tree command name

2010-11-05 Thread Andreas Röhler
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.

Re: [Orgmode] text-mode-abbrev-table default?

2009-10-28 Thread Andreas Röhler
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-

Re: [Orgmode] Re: text-mode-abbrev-table default?

2009-10-28 Thread Andreas Röhler
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

Re: [Orgmode] How to write verbatim [0] ?

2009-10-29 Thread Andreas Röhler
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/

Re: [Orgmode] footnote renumber bug?

2009-10-29 Thread Andreas Röhler
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? > >

[Orgmode] keys and command name info

2010-07-28 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-07-29 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-07-29 Thread Andreas Röhler
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

Re: [Orgmode] Re: Nice links bookmarks

2010-07-29 Thread Andreas Röhler
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

[Orgmode] bug in make info?

2010-07-30 Thread Andreas Röhler
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/

Re: [Orgmode] Re: keys and command name info

2010-07-30 Thread Andreas Röhler
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

Re: [Orgmode] bug in make info?

2010-07-30 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-07-31 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-01 Thread Andreas Röhler
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

Re: [Orgmode] Re: What license for Worg?

2010-08-06 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-08 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-11 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-13 Thread Andreas Röhler
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

[Orgmode] typo in org.texi?

2010-08-13 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-15 Thread Andreas Röhler
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

[Orgmode] gitignore patch

2010-08-17 Thread Andreas Röhler
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

[Orgmode] C-u usage

2010-08-17 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-17 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-17 Thread Andreas Röhler
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

Re: [Orgmode] Re: keys and command name info

2010-08-19 Thread Andreas Röhler
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:

Re: [Orgmode] Re: keys and command name info

2010-08-20 Thread Andreas Röhler
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

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-08-31 Thread Andreas Röhler
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

Re: [Orgmode] Backspacing into folded items

2010-09-03 Thread Andreas Röhler
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

Re: [Orgmode] Backspacing into folded items

2010-09-03 Thread Andreas Röhler
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

[O] org2info, docu workflow

2011-11-24 Thread Andreas Röhler
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/

Re: [O] org2info, docu workflow

2011-11-24 Thread Andreas Röhler
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

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Andreas Röhler
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

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-01-23 Thread Andreas Röhler
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

Re: [O] Happy new year!

2011-12-31 Thread Andreas Röhler
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

[O] limitations of hard-coded field separator removed

2012-02-23 Thread Andreas Röhler
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

Re: [Orgmode] XEmacs complains about a few define-key sequences in org-mouse.el

2009-04-03 Thread Andreas Röhler
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

Re: [Orgmode] license item

2009-06-26 Thread Andreas Röhler
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

Re: [Orgmode] footnote renumber bug

2009-07-02 Thread Andreas Röhler
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

[Orgmode] Re: footnote renumber bug

2009-07-02 Thread Andreas Röhler
Matthew Lundin wrote: > Andreas Röhler writes: > > >> Karl Maihofer wrote: >> >>> Andreas Roehler schrieb: >>> >>> >>>> after reopening a file with two footnotes inside, >>>> inserting

Re: [Orgmode] Re: footnote renumber bug

2009-07-03 Thread Andreas Röhler
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 >

[Orgmode] Re: footnote renumber bug

2009-07-03 Thread Andreas Röhler
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

Re: [O] babel python example not reproducible

2014-06-18 Thread Andreas Röhler
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

Re: [O] babel python example not reproducible

2014-06-19 Thread Andreas Röhler
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

Re: [O] python :session issues

2013-02-07 Thread Andreas Röhler
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

Re: [O] python :session issues

2013-02-08 Thread Andreas Röhler
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

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-02-21 Thread Andreas Röhler
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

Re: [O] [PATCH] session with python-mode.el complains of void py-toggle-shells

2013-02-22 Thread Andreas Röhler
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

[O] bug-tracker

2013-02-22 Thread Andreas Röhler
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

[O] BUG, Re: ob-doc-R-extended.org

2013-02-22 Thread Andreas Röhler
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

Re: [O] bug-tracker

2013-02-22 Thread Andreas Röhler
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

Re: [O] bug-tracker

2013-02-22 Thread Andreas Röhler
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

Re: [O] bug-tracker

2013-02-22 Thread Andreas Röhler
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

Re: [O] ob-doc-R-extended.org

2013-02-22 Thread Andreas Röhler
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

Re: [O] ob-doc-R-extended.org

2013-02-22 Thread Andreas Röhler
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

Re: [O] bug-tracker

2013-02-22 Thread Andreas Röhler
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&#

Re: [O] bug-tracker

2013-02-23 Thread Andreas Röhler
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

Re: [O] bug-tracker

2013-02-25 Thread Andreas Röhler
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

[O] BUG typo in babel.org?

2013-02-26 Thread Andreas Röhler
in org-mode/testing/examples/babel.org a noweb-example1 as called, which seems not defined Andreas

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Andreas Röhler
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

Re: [O] BUG typo in babel.org?

2013-02-26 Thread Andreas Röhler
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

[O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
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)

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
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 

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
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

Re: [O] BUG org-babel-execute-src-block: No org-babel-execute function for python!

2013-02-26 Thread Andreas Röhler
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   2   3   >