[O] Prompting for user name when running block on remote machine

2014-07-04 Thread Andreas
he block prompts me again for a "user name:" twice. I'm not sure how to go further from here or why this last thing happens. I'm guessing that the header string is read when the code block tries to determine what code is in there but is there a way to get the behaviour I want without this side effect? Regards Andreas

Re: [O] Prompting for user name when running block on remote machine

2014-07-09 Thread Andreas
evaluation to a call statement: #+name: do-stuff #+begin_src sh echo $USER #+end_src #+CALL: do-stuff[:dir (concat "/ssh:" (read-string "login name: ") "@some.other.place:/scratch")] Regards Andreas > Hi, > > I was running in to an issue

[O] Scaling down face maintains line height

2014-07-28 Thread Andreas
s visible when using minimap-mode, which becomes useless under these circumstances. Any idea? Thanks, Andreas --

[O] Tangle with conditional statement

2013-08-24 Thread Andreas
it would be fine. Hope to get some pointers, Regards, Andreas

Re: [O] Tangle with conditional statement

2013-10-06 Thread Andreas
ckage-exists-p "") (do stuff) ) which seems to work well for now but is not optimal. Of course it's only works with el-get installed packages but I'll have to live with it for now. Thanks Fabrice and Eric for your swift responses. Regards Andreas

[O] org-reveal reaveal.js toc:nil option

2013-11-13 Thread Andreas
Hello list, I'm making a presentation in reveal.js with the help of org-mode and org-reveal and was hoping I could get some help. I'm trying to remove the table of contents from my slides but the toc option does not seem to have any effect. A bare bone presentation on github can be seen in this

Re: [O] org-reveal reaveal.js toc:nil option

2013-11-13 Thread Andreas
I did some brute force bug tracking and manage to track down the problem. I made two different files: test1.org: #+TITLE: Test 1 #+OPTIONS: toc:nil #+INFOJS_OPT: * Header 1 * Header 2 ** Subheader 2.1 test2.org: #+TITLE: Test 1 #+OPTIONS: toc:nil * Header 1 * Header 2 ** Subheader 2.1

[O] ob-julia, src block execution undefined function org-babel-get-header

2016-01-21 Thread Andreas
ion 8.2.10 (release_8.2.10 @ /usr/share/emacs/25.1.50/lisp/org /) which is bundled with my emacs and the ess package and I could evaluate julia src blocks with that setup. Any advice or fixes I could apply would be appreciated, or if this issue can be fixed elsewhere. regards Andreas

Re: [O] ob-julia, src block execution undefined function org-babel-get-header

2016-01-22 Thread Andreas
)) to (mapcar #'cdr (org-babel--get-vars params)) This seems to works for my setup. regards Andreas 2016-01-22 0:28 GMT+01:00 Kyle Meyer : > Hi Andreas, > > Andreas writes: > > > Hi list, > > I was hoping to get some help with this issue > > > > I use: > &g

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

2010-10-13 Thread Andreas Röhler
h. Maybe a non-encrypted test-mode may be added, so user may try it, but be warned not to store real data that way. Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/ I'm not sure this level of para

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

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
something across anyway. Suggest to restore/enable the behaviour of the doku-string. Could send a patch. Interesting to read the reason for this change/difference anyway, so maybe I change my opinion too... Thanks all Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-

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

[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

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

2010-10-18 Thread Andreas Röhler
hanks and Regards Noorul Hi Noorul, would this not indicate a bug anyway? IMHO functions needed should be available, if org-mode is activated. BTW at my machine org-string-nw-p is defined in the git-repo only, not in the installed org-macs.el. HTH Andreas -- https://code.launchpad.net/~a-roe

[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
x-emacs-werkstatt/ Maybe try ar-equalize-alnum-atpt or ar-equalize-symbol-atpt Many more related commands exists. For your special needs that might be overkill. OTOH, should be more repeated editing remain around org-mode, we could reflect to single out some special org-mode editing tools from.

[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
t the end of the sentence, so here it is: :-) I did not mean to be rude. :) Hi Julien, the 24' branch is simply not usable IMHO. I'm afraid for many reasons. Have a look at http://debbugs.gnu.org/ Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-c

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

2010-10-21 Thread Andreas Röhler
org's footnotes, remove the prefix then, leave some aliases in org-mode for backward-compatibility. cc to emacs-devel for this. Cheers Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net

[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
t-command already. - Carsten Still an issue: No brand of Emacs org-mode knows org-occur here M-x where-is org-occur ==> org-occur is not on any key Also when C-c / is pressed, there is no `r'-key displayed, see screenshot. Andreas -- https://code.launchpad.net/~a-roehler/py

[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

Re: [Orgmode] update of snapshot release broken?

2010-10-24 Thread Andreas Röhler
ve you the last commit hash, for example commit a84186785645652a8daff9e09d81db3d2bb3c5ce HTH Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/ I hope there are others that would also appreciate if someone would

[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
e only loads a feature, if it's not present already. As my distributed Emacs comes with an --basically empty-- org-install.el, which provides it (but does nothing in reality, then sending a "provide"), I'd be afraid its done here. Andreas ANd, when you are using git, you nee

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

[Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
during execution the noweb links should be expanded. This is not a problem. But at the same time, during the export I'd like to export all three code snippets, but I'd prefer the noweb links not to be expanded. Is that possible? Thanks in advance, Andreas smime.p7s D

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
So, is this not possible right now? Cheers, Andreas Am 07.12.2010 19:37, schrieb Thomas S. Dye: > Aloha Andreas, > > Perhaps :noweb tangle will do what you want. > > hth, > Tom > > On Dec 7, 2010, at 7:38 AM, Andreas Leha wrote: > >> Hi all, >> >>

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
Am 07.12.2010 20:33, schrieb Thomas S. Dye: > Aloha Andreas, > > On Dec 7, 2010, at 8:49 AM, Andreas Leha wrote: > >> Hi Tom, >> >> thanks for this answer. This indeed comes closer to what I want. >> >> But, some comments: >> >> (1) There see

Re: [Orgmode] source code block export no expansion

2010-12-07 Thread Andreas Leha
Hi Tom, thanks a lot for looking into it! Fixing this is unfortunately off my limits. But for me the unnamed session is a valid work-around for me, since I do not need several sessions right now. Thanks for this hint. Cheers, Andreas Am 07.12.2010 21:14, schrieb Thomas S. Dye: > Al

[Orgmode] Captions Source Code

2010-12-09 Thread Andreas Leha
Hi all, has the feature of captions for source code blocks made any progress (see http://thread.gmane.org/gmane.emacs.orgmode/27896/focus=27913)? I am very interested in this feature for the latex listings package. Regards, Andreas smime.p7s Description: S/MIME Cryptographic Signature

[Orgmode] latex export of source code in lists

2010-12-09 Thread Andreas Leha
tem \end{enumerate} While I expect this: \section{Test} \label{sec-1} \begin{enumerate} \item this is the first item \lstset{language=R} \begin{lstlisting} print("some code") \end{lstlisting} which has some code \item this is the second item \e

Re: [Orgmode] latex export of source code in lists

2010-12-09 Thread Andreas Leha
etely without lists then. Thanks again, Andreas Am 09.12.2010 18:25, schrieb Thomas S. Dye: > Hi Andreas, > > In my experience, lists are a bit fragile this way (probably > necessarily). One workaround might be to float the source code block > (in the way I mentioned in a previo

Re: [Orgmode] Captionshttp://adzes.tsdye2.com Source Code

2010-12-09 Thread Andreas Leha
t not there... Cheers, Andreas Am 09.12.2010 16:44, schrieb Thomas S. Dye: > Aloha Andreas, > > Here's one way to get captions with source code listings and a list of > listings. > > Use org-special-blocks to export a listing environment, e.g. > > #+BEGIN_listi

Re: [Orgmode] latex export of source code in lists

2010-12-10 Thread Andreas Leha
Hello Nicolas, I can confirm that this is fixed now. Thanks a lot! Greetings, Andreas Am 09.12.2010 21:36, schrieb Nicolas Goaziou: > Hello, > > >>>>>> Andreas Leha writes: >>>>>> > >> Hi all, (how) can I have source

[Orgmode] Re: Announce: org-mode and thunderbird integration

2010-12-14 Thread Andreas Rütten
Am Wed, 15 Dec 2010 06:57:46 +0100 schrieb Gour : > On Tue, 14 Dec 2010 23:39:27 + (UTC) > >> "Jonathan" == Jonathan BISSON wrote: > > Jonathan> Nice work, I was looking for that ! (I don't like the emacs > Jonathan> mail clients) > > +1 > > It could be inspiration for org+Claws integra

[Orgmode] disable automatic source block evaluation but allow manual

2010-12-16 Thread Andreas Leha
. So I guess I am looking for something like ':eval manual' Regards, Andreas smime.p7s Description: S/MIME Cryptographic Signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.or

Re: [Orgmode] Re: disable automatic source block evaluation but allow manual

2010-12-16 Thread Andreas Leha
le program/buffer is evaluated. But for testing/debugging it is often handy to evaluate one of them anyway. Since there are simple work arounds (e.g. copy the source block to the R session), it is not a vital functionality. Regards, Andreas Am 16.12.2010 10:48, schrieb Sébastien Vauban: &g

[Orgmode] latex table export not centered

2011-01-19 Thread Andreas Leha
. The table stays centered. Thanks in advance! Regards, Andreas smime.p7s Description: S/MIME Cryptographic Signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

[Orgmode] Bug in babel eating my text

2011-01-19 Thread Andreas Leha
* Watch me die :-( --8<---cut here---start----->8--- Greetings, Andreas smime.p7s Description: S/MIME Cryptographic Signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Andreas Burtzlaff
e step. Concerning syncing I'm not sure I get your plan entirely. Is the main purpose of it to synchronize the tabs between different browsers? Andreas > Ideas very welcome. I am stuck here. > > Thanks. > > > P.S. I /also/ have a huge number of Safari tabs and a h

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Andreas Burtzlaff
On Tue, 20 Oct 2009 10:12:42 +0200 Andreas Burtzlaff wrote: > On Mon, 19 Oct 2009 20:40:54 -0700 > Samuel Wales wrote: > > > I have a huge number of Firefox tabs that I want to get into > > org. Figuring out how has gotten complicated, despite good > > documentation

Re: [Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-21 Thread Andreas Burtzlaff
Here's a clean rewrite of org-registry-assoc-all and org-registry-find-all that also fixes a small bug: --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 8524c9f..313fc74 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2009-10-22 Andreas Burt

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-24 Thread Andreas Burtzlaff
Hi Samuel, thanks for taking the time to report your findings and ideas. On Fri, 23 Oct 2009 11:31:32 -0700 Samuel Wales wrote: > Hi Andreas, > > On Tue, Oct 20, 2009 at 01:12, Andreas Burtzlaff wrote: > > I will add an entry to the tab context menu tonight to do this

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-24 Thread Andreas Burtzlaff
Using only the org-protocol bookmarks I get the same error with Emacs 22 but not with Emacs 23, when trying to remember the URL: http://orgmode.org/worg/org-contrib/org-protocol.php A full backtrace is attached. 8211 seems to be the &ndash in the title. What Emacs version are you using? Sebas

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

2009-10-28 Thread Andreas Roehler
text-mode, why not use `text-mode-abbrev-table' by default? Thanks Andreas -- https://code.launchpad.net/s-x-emacs-werkstatt/ http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/ ___ Emacs-orgmode mailing list Remember: use `Rep

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

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

2009-10-28 Thread Andreas Röhler
abbrev-table via customize too. For example my text-mode-abbrev-table contains german abbrevs, while writing this text an (english-mode-abbrev-table) is present. It might be useful being able to keep several org-mode projects witch different language abbrev tables. Thanks, Grüße Andreas __

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

[Orgmode] footnote renumber bug?

2009-10-29 Thread Andreas Roehler
Hi, 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? Thanks Andreas Below the test-case: * Erinnerung * Eins

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

Re: [Orgmode] Sparse-tree at cursor point

2009-11-09 Thread Andreas Burtzlaff
? Yes, that is possible by narrowing to the subtree. While on the heading for the subtree you want to apply the sparse tree function on press: C-x n s (to narrow to the subtree) C-c / C-x n w (to widen the view to the whole file) HTH Andreas ___

[Orgmode] problem with latex export

2009-11-10 Thread Andreas Goesele
g nil :select-tags ("export") :exclude-tags ("noexport") :LaTeX-fragments nil) org-export-as-latex(nil) call-interactively(org-export-as-latex) org-export(nil) call-interactively(org-export) Any suggestion? Thanks a lot in advance! Andreas Gösele -- Omnis en

[Orgmode] Re: problem with latex export

2009-11-10 Thread Andreas Gösele
and custom.el as a whole without causing problems. In the case of xemacs that's true only for init.el. If I evaluate custom.el as a whole buffer the problems returns. But if a evaluate the (only four) expressions in it one after the other - no problem. Thanks again Andreas Gösele __

Re: [Orgmode] Re: org-protocol bug

2009-11-11 Thread Andreas Burtzlaff
On Wed, 11 Nov 2009 10:06:36 +0100 Sebastian Rose wrote: > > Andreas, could you check if it works for you, too? > Yes, it works with both 23 and 22. Thanks for your effort. Andreas ___ Emacs-orgmode mailing list Remember: use `Reply All

[Orgmode] Re: problem with latex export

2009-11-11 Thread Andreas Gösele
oblem I now found out, that there is a line in my custom.el causing the problem, namely: '(case-fold-search nil) It seems to be the same problem reported in the post "LaTeX export not possible when case-fold-search is set to nil". Thanks again! Andreas Gösele

[Orgmode] Org-mode version 6.32trans; latex export does not work

2009-11-12 Thread Andreas Goesele
I want to export a org-mode file to latex. For instance one that just consists of the two lines (the second line is empty): * Test I hit C-c C-e and choose "l". The process starts, but then hangs. In Emacs I see the first time I try it: "Loading tabify...done" and then nothing happens, I have to

[Orgmode] Howto install from git under XEmacs

2009-11-13 Thread Andreas Goesele
o the right place under /usr/share and then start XEmacs I get: "symbol's value as variable is void: bol" The same procedure (with emacs in the Makefile and without make install-noutline) works fine with emacs. What am I missing? Thanks! Andreas Gösele -- Omnis enim res, quae da

[Orgmode] Re: Howto install from git under XEmacs (org-freemind problem)

2009-11-13 Thread Andreas Gösele
;org-freemind" nil nil nil) command-execute(org-freemind-to-org-mode t) execute-extended-command(nil) call-interactively(execute-extended-command) Thanks again! Andreas Gösele ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Bug: Single digit hours part in timestamps [6.33f (release_6.33f.16.ge103)]

2009-11-20 Thread Andreas Burtzlaff
he same also happens with S- on the time part of the stamp. I'm not quite sure a single digit hour is really according to the specification, but it is displayed correctly in the agenda. Andreas Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.6) of 2009-11-18 on fluxx

[Orgmode] [babel] Bug: Export code block before first heading

2009-11-20 Thread Andreas Burtzlaff
Exporting a file with a source block before the first heading, like: #+BEGIN_SRC emacs-lisp ... #+END_SRC to html yields the error "Before first headline at position 3 in buffer org-mode-tmp" A backtrace is attached. Andreas Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GT

[Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-21 Thread Andreas Gösele
Wes Hardaker hardakers.net> writes: Is there going to be a patch for that? Or is there at least a work-around? Thanks Andreas Gösele ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

Re: [Orgmode] Re: Bug in table formula editor?

2009-11-22 Thread Andreas Burtzlaff
ght be a bug in the Emacs core rather then org-mode. > I now would like to use only one formula in the whole rectangular area and > take the extension from the first header of the column. @1 so your full formula would look like: '(check_file (concat "prob_" A& ".

[Orgmode] Re: err... looking-back not defined in xemacs either

2009-11-23 Thread Andreas Gösele
rror because of that. Thanks Andreas Gösele ___ 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

Re: [Orgmode] Re: Howto install from git under XEmacs (org-freemind problem)

2009-11-24 Thread Andreas Goesele
e/user/Testnote22.mm.org" "~/Testnote22.mm.org.mm") call-interactively(freemind-from-org-mode) command-execute(freemind-from-org-mode t) execute-extended-command(nil) call-interactively(execute-extended-command) Thanks Andreas Gösele ___ 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

Re: [Orgmode] bug in org-table?

2010-04-08 Thread Andreas Burtzlaff
d column are those of the first column. I'm running: Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.16.6) of 2010-04-05 on fluxx Package: Org-mode version 6.35f (release_6.35f.1.g39c91.dirty) Andreas On Thu, 8 Apr 2010 17:32:54 +0200 Rainer Thiel wrote: > 2010/4/7

[Orgmode] [patch] org-agenda-goto should push mark before moving point

2010-04-22 Thread Andreas Seltenreich
ached. regards, andreas diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index c68038d..9f35069 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6082,6 +6082,7 @@ (pos (marker-position marker))) (switch-to-buffer-other-window buffer) (widen) +(push-mark) (goto

Re: [Orgmode] [patch] org-agenda-goto should push mark before moving point

2010-04-23 Thread Andreas Seltenreich
Carsten Dominik writes: > On Apr 22, 2010, at 10:57 PM, Andreas Seltenreich wrote: >> (switch-to-buffer-other-window buffer) >> (widen) >> + (push-mark) >> (goto-char pos) > > I am no sure this is the right thing to do. Because, often you will >

Re: [Orgmode] Re: Gmane readers - please subscribe

2010-04-27 Thread Andreas Burtzlaff
I use for the orgmode list is: echo -n "lists.gnu.org" | md5sum | awk '{print substr ($1,0,7)}' Andreas ___ 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

[Orgmode] Re: [BUG] Shift-left and Shift-right reset time to 0:00

2010-05-08 Thread Andreas Burtzlaff
10-05-08 Sat 02:00> I reported that a while ago and the answer I got from Carsten was, that single-digit hours are simply not allowed: http://thread.gmane.org/gmane.emacs.orgmode/19883/focus=19935 Andreas > > Thanks, > Nathaniel Flath > ___

[Orgmode] Re: Bib system based on org-mode

2010-07-10 Thread Andreas Burtzlaff
ation at: http://orgmode.org/worg/org-devel.php It's currently experimental and has some performance problems, but I plan a stable and improved release after the feature freeze. Andreas > > Right now, I am trying to organize my reference records in > org-mode. This is handy because org-mode

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Andreas Burtzlaff
ly on - most likely main. If you do not have manual changes in your working tree you can run git reset --hard to undo that merge. I think what you want is: git pull git checkout -t origin/maint Andreas > All I get is a list of Merge conflicts from the Auto-merging as shown > below. >

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Andreas Burtzlaff
Markus Heller writes: > Andreas Burtzlaff writes: > >> Markus Heller writes: >> >>> Carsten Dominik writes: >>> >>> [snip] >>> >>>> >>>> Thanks, thanks, thanks! >>>> >>>> Enjoy! >>

[Orgmode] Re: Some problems with times in a spreadsheet

2010-07-22 Thread Andreas Burtzlaff
rite them once. No, I'm afraid not. > I am not very happy with the long line of formula's. Especially when I > have to repeat formula's. Would something like this be possible? > #+TBLFM: $totalTime1=deg(vsum(@-i...@-i)); f2 :: > $totalTime2=deg(vsum(@-i...@-i)); f

[Orgmode] keys and command name info

2010-07-28 Thread Andreas Röhler
the front. With prefix arg, file is added/moved to the end. IMHO it's useful for emacs-beginners, but for hackers too, as remembering function names may precede remembering keys - which are to change individually anyway. Should you be interested, I'll consider to take action with t

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.lau

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

  1   2   3   4   5   6   7   8   9   10   >