all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* A few problems
@ 2007-04-26 13:07 Bastien
  2007-04-26 14:01 ` Carsten Dominik
  2007-04-26 14:11 ` Leo
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2007-04-26 13:07 UTC (permalink / raw
  To: emacs-orgmode

Hi Carsten and list,

these issues concern the latest org-mode 4.73 and CVS Emacs.

- In the HTML output, the targetted headlines of the table of contents
  typically look like this : 

  <h2><a name="#sec-3">Title of the targetted section</a></h2>
 
  As a side-effect, the (css) style of such a headline is the same than
  that of a *normal* link, which might be confusing.

  I suggest to use the "id" element instead :
  <h2 id="sec-3">Title of the section</h2>

- The relevant #+ARCHIVE: is not taken into account when archiving headines
  in a narrowed buffer.

- Emacs complains when we C-c C-c on a blank log buffer when clocking out.
  Additionally, an empty log yields an empty line starting with a dash "-",
  which is not quite appropriate.

All the best,

-- 
Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A few problems
  2007-04-26 13:07 Bastien
@ 2007-04-26 14:01 ` Carsten Dominik
  2007-04-26 14:11 ` Leo
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-04-26 14:01 UTC (permalink / raw
  To: Bastien; +Cc: emacs-orgmode

All three fixed, thanks.

- Carsten

On Apr 26, 2007, at 15:07, Bastien wrote:

> Hi Carsten and list,
>
> these issues concern the latest org-mode 4.73 and CVS Emacs.
>
> - In the HTML output, the targetted headlines of the table of contents
>   typically look like this :
>
>   <h2><a name="#sec-3">Title of the targetted section</a></h2>
>
>   As a side-effect, the (css) style of such a headline is the same than
>   that of a *normal* link, which might be confusing.
>
>   I suggest to use the "id" element instead :
>   <h2 id="sec-3">Title of the section</h2>
>
> - The relevant #+ARCHIVE: is not taken into account when archiving 
> headines
>   in a narrowed buffer.
>
> - Emacs complains when we C-c C-c on a blank log buffer when clocking 
> out.
>   Additionally, an empty log yields an empty line starting with a dash 
> "-",
>   which is not quite appropriate.
>
> All the best,
>
> -- 
> Bastien
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A few problems
  2007-04-26 13:07 Bastien
  2007-04-26 14:01 ` Carsten Dominik
@ 2007-04-26 14:11 ` Leo
  1 sibling, 0 replies; 6+ messages in thread
From: Leo @ 2007-04-26 14:11 UTC (permalink / raw
  To: emacs-orgmode

----- Bastien (2007-04-26) wrote:-----

> - The relevant #+ARCHIVE: is not taken into account when archiving
> headines in a narrowed buffer.

There is another bug regarding narrowing.

When the buffer is narrowed to a heading and then using remember (`C-u
C-c C-c') to store a note to another heading will fail.

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* A few problems
@ 2009-07-16 22:34 Marco Paunescu
  2009-07-18  7:47 ` Marco Paunescu
  2009-07-18  9:05 ` Anselm Helbig
  0 siblings, 2 replies; 6+ messages in thread
From: Marco Paunescu @ 2009-07-16 22:34 UTC (permalink / raw
  To: help-gnu-emacs

Hello, since I've done recent ubuntu upgrade emacs hasn't been reading
color rules from .Xresources (done xrdb -merge already) and bbdb hasn't
been working any more, thou installed (and reinstalled).

I have versions 21, 22 and 23 installed, and actually only 22 loads
gnus, the others give

run-hooks: Symbol's function definition is void: bbdb-insinuate-gnus

Can we solve these problems?

Thanks for your hints
-- 
Marco Paunescu
(Aka Pau)
Love is the Dance of Eternity


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A few problems
  2009-07-16 22:34 A few problems Marco Paunescu
@ 2009-07-18  7:47 ` Marco Paunescu
  2009-07-18  9:05 ` Anselm Helbig
  1 sibling, 0 replies; 6+ messages in thread
From: Marco Paunescu @ 2009-07-18  7:47 UTC (permalink / raw
  To: help-gnu-emacs

Marco Paunescu <me2@privacy.net> writes:

> Hello, since I've done recent ubuntu upgrade emacs hasn't been reading
> color rules from .Xresources (done xrdb -merge already) and bbdb hasn't
> been working any more, thou installed (and reinstalled).
>
> I have versions 21, 22 and 23 installed, and actually only 22 loads
> gnus, the others give
>
> run-hooks: Symbol's function definition is void: bbdb-insinuate-gnus
>
> Can we solve these problems?
>
> Thanks for your hints

Up... ?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: A few problems
  2009-07-16 22:34 A few problems Marco Paunescu
  2009-07-18  7:47 ` Marco Paunescu
@ 2009-07-18  9:05 ` Anselm Helbig
  1 sibling, 0 replies; 6+ messages in thread
From: Anselm Helbig @ 2009-07-18  9:05 UTC (permalink / raw
  To: help-gnu-emacs

At Thu, 16 Jul 2009 22:34:03 GMT,
Marco Paunescu <me2@privacy.net> wrote:
> 
> Hello, since I've done recent ubuntu upgrade emacs hasn't been reading
> color rules from .Xresources (done xrdb -merge already) and bbdb hasn't
> been working any more, thou installed (and reinstalled).
> 
> I have versions 21, 22 and 23 installed, and actually only 22 loads
> gnus, the others give
> 
> run-hooks: Symbol's function definition is void: bbdb-insinuate-gnus
> 
> Can we solve these problems?

BBDB works fine for me on Jaunty with the emacs-snapshot package. I've
got this file on my machine:

  /usr/share/emacs-snapshot/site-lisp/bbdb/bbdb-autoloads.elc

which gets loaded by

  /etc/emacs/site-start.d/50bbdb.el

For my emacs23 instance. You should have a bbdb-autoloads.elc for
every emacsen installed. Did you try reinstalling the bbdb package? 

Can you call BBDB after starting up without customizations with
emacs-snapshot -Q? Do your color settings from .Xresources work then?
If not, could you post them here? 

That being said, it can be tough to keep different versions of emacs
running on the same machine. An extension package that you installed
with the package manager might shadow definitions in a newer emacs
version that comes with this package by default. I had problems with
the emacs-goodies package, TRAMP and just yesterday with SLIME which
ships its own version of tree-widget. 

This stuff is easier to handle if you just have one version of emacs
installed, e.g. org-mode comes with emacs23, so you know that you
don't need to install the org-mode ubuntu package, which might or
might not cause problems. Is there a reason you need all of these
emacsen on your machine? I'd recommend that you stay with the newest
version, it's stable enough to use. 

HTH, 

Anselm


-- 
Anselm Helbig 
mailto:anselm.helbig+news2009@googlemail.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-18  9:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 22:34 A few problems Marco Paunescu
2009-07-18  7:47 ` Marco Paunescu
2009-07-18  9:05 ` Anselm Helbig
  -- strict thread matches above, loose matches on Subject: below --
2007-04-26 13:07 Bastien
2007-04-26 14:01 ` Carsten Dominik
2007-04-26 14:11 ` Leo

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.