emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <ucecesf@ucl.ac.uk>
From: Eric S Fraga <ucecesf@ucl.ac.uk>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: ECB and org-mode
Date: Wed, 14 Oct 2009 18:18:08 +0100	[thread overview]
Message-ID: <87iqehhp2n.wl%ucecesf@ucl.ac.uk> (raw)
In-Reply-To: <EB3A5D4E-BC03-44EA-8C4D-44ABD8AEDAE1@gmail.com>

At Tue, 13 Oct 2009 10:00:29 +0200, Carsten Dominik wrote:
> 
> [snipped: messages regarding jumping into org file from ECB tree buffer and
>  having the hierarchy displayed]
> 
> If you find a solution, please post, maybe I can install it in org.el,
> using eval-after-load (I'm doing this already for a couple
> of other packages that let you jump right in the middle of an Org file).

Carsten,

The following seems to work:

--8<---------------cut here---------------start------------->8---
(defadvice ecb-method-clicked (after esf/org-show-context)
  "Make sure hierarchy is visible when jumping into location from ECB tree buffer"
  (if (string= major-mode "org-mode")
      (org-show-context)
    )
  )
--8<---------------cut here---------------end--------------->8---

I have tested this but not exhaustively and so maybe it depends on
some of my specific org-mode settings.  I don't know if anybody else
uses ECB extensively but, if so, it would be great if they tried it.
I don't specifically (require 'ecb) anywhere so I don't think this is
required; I am, however, using emacs 23.1.  

Again, apologies for my minimal (yet increasing) elisp knowledge!

You're welcome to use this in any way you wish (and, before you ask
(;-), I am still awaiting a response from the FSF re: copyright
assignment as I posted the signed page several weeks ago now).

On a related note, I have not managed to figure out why the ECB tree
buffer shows only up to two levels of the org-mode heading hierarchy.
Ideally, I would like it to show all levels.  Is there a variable in
org-mode that may be affecting this?

Thanks,
eric

  parent reply	other threads:[~2009-10-14 17:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-12 12:32 ECB and org-mode Eric S Fraga
2009-10-12 13:06 ` Carsten Dominik
2009-10-12 15:31   ` Eric S Fraga
2009-10-13  8:00     ` Carsten Dominik
2009-10-13 19:07       ` Eric S Fraga
2009-10-14 17:18       ` Eric S Fraga, Eric S Fraga [this message]
2009-10-14 17:57         ` Tassilo Horn
2009-10-15  6:52           ` Eric S Fraga, Eric S Fraga
2009-10-20 10:28         ` Carsten Dominik
2009-10-20 16:11           ` Eric S Fraga
2009-10-20 16:14             ` Carsten Dominik
2009-10-20 16:24               ` Eric S Fraga
2009-10-20 16:22             ` Carsten Dominik
2009-10-20 16:29               ` Eric S Fraga
2009-10-20 16:34                 ` Carsten Dominik

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=87iqehhp2n.wl%ucecesf@ucl.ac.uk \
    --to=ucecesf@ucl.ac.uk \
    --cc=carsten.dominik@gmail.com \
    --cc=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    /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).