rdallasgray / graphene

A set of defaults for Emacs, for refugees from GUI text editors.
321 stars 29 forks source link

org-mode separator one char too wide with graphene-theme #18

Closed bimmlerd closed 5 years ago

bimmlerd commented 10 years ago

Hi!

Have to say, I love graphene :)

One little thing: I'm starting to get the hang of the basics of org-mode, and it works great, except that in the agenda view, the separator is too wide:

screen shot 2014-08-05 at 21 15 55

Without graphene, it looks like it's supposed to:

screen shot 2014-08-05 at 21 15 15

Any ideas how I could fix that?

rdallasgray commented 10 years ago

Hi David -- glad you're enjoying Graphene.

This may be to do with the way Graphene sets up the fringe. Leave it with me and I'll try to figure it out.

On 5 Aug 2014, at 20:26, David Bimmler notifications@github.com wrote:

Hi!

Have to say, I love graphene :)

One little thing: I'm starting to get the hang of the basics of org-mode, and it works great, except that in a custom agenda view, the separator is too wide:

Without graphene, it looks like this:

Any ideas how I could fix that?

— Reply to this email directly or view it on GitHub.

bimmlerd commented 10 years ago

I did some research on my own, in org-agenda.el where the separator is defined, namely in http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/org-agenda.el#n3668 it uses the window-width variable, so apparently that one is one too wide.

Oh and if it's too much of a hassle, don't worry, it can be worked around it by using a custom string (M-x customize search for agenda, and find the block-separator customisation.)