emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Karl Voit <news1142@Karl-Voit.at>
Cc: emacs-orgmode@gnu.org
Subject: Re: C-c C-c in table takes 12 seconds
Date: Sun, 23 Nov 2014 14:04:10 -0500	[thread overview]
Message-ID: <87d28d3fit.fsf@norang.ca> (raw)
In-Reply-To: <2014-11-23T18-26-43@devnull.Karl-Voit.at> (Karl Voit's message of "Sun, 23 Nov 2014 18:28:34 +0100")

Karl Voit <devnull@Karl-Voit.at> writes:

> * Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>> Hello,
>
> Hi!
>
>> Could you provide an ECM? I'm unable to reproduce it.
>
> Yeah, I can do that. However, because I never did this before and I
> suppose this is going to take me at least two hours, I will post it
> whenever I got time to do the ECM.
>
> Is this correct that for an ECM I have to provide a complete
> (minimal) init.el and Org-mode files?

Hi Karl,

In case it is useful here is what I use for ECMs (I haven't done one in
well over a year though)

This is on my Linux system:

Shell script to start emacs with a minimal setup
,----[ minimal-emacs ]
| #!/bin/sh
| TESTEL=
| TESTFILE=/tmp/test.el
| if test -e $TESTFILE
| then
|   TESTEL="-l /tmp/test.el"
| fi
| emacs -q -l ~/minimal.emacs $TESTEL $1
`----

Minimal .emacs file to enable org-mode from git
,----[ minimal.emacs ]
| (add-to-list 'load-path "~/git/org-mode/lisp/")
| ;(add-to-list 'load-path (expand-file-name "~/git/org-mode/lisp"))
| (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode))
| (require 'org)
| 
| (global-set-key "\C-cl" 'org-store-link)
| (global-set-key "\C-ca" 'org-agenda)
| (global-set-key "\C-cb" 'org-iswitchb)
`----

I put test settings that show the problem in /tmp/test.el which is
automatically included when I run 'minimal-emacs'.

Hope that helps.

Regards,
Bernt

      reply	other threads:[~2014-11-23 19:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-23 12:41 yasnippet and Org-mode: depressing relationship Karl Voit
2014-11-23 12:48 ` C-c C-c in table takes 12 seconds (was: yasnippet and Org-mode) Karl Voit
2014-11-23 16:58   ` C-c C-c in table takes 12 seconds Nicolas Goaziou
2014-11-23 17:08     ` Rasmus
2014-11-23 18:03       ` Nicolas Goaziou
2014-11-23 18:14         ` Rasmus
2014-11-23 18:19           ` Nicolas Goaziou
2014-11-23 17:28     ` Karl Voit
2014-11-23 19:04       ` Bernt Hansen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d28d3fit.fsf@norang.ca \
    --to=bernt@norang.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=news1142@Karl-Voit.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).