emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Formatting Agenda entries
@ 2012-07-30 18:20 Rasmus
  2012-07-30 18:34 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Rasmus @ 2012-07-30 18:20 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I use org-google-weather.el to display the weather condition of a couple
of cities in my Agenda.  I would like to format the strings so that
certain elements are aligned.

Sometimes it looks like this: 

   W:    I Clear, 19-35 ᵒC    (Florence)
   W:    I Partly Sunny, 19-26 ᵒC    (Berlin)

(I is the icon).  I want it to look like:

   W:    I Clear,        19-35 ᵒC    (Florence)
   W:    I Partly Sunny, 19-26 ᵒC    (Berlin)

The string I use is:

(setq org-google-weather-format
       "%i %c, %l-%h %s    (%L)")

I tried something like 

   (format "%s %-7s %s %s %s" "%i" "%c," "%l-%h" "%s" "(%L)")

but this obviously doesn't work as the strings are only expanded in the
Agenda buffer.  Thus, I need to format my string after placeholders have
been expanded but before it's actually displayed in the Agenda buffer.

Is that somehow possible?

Thanks,
Rasmus

-- 
In theory, practice and theory are the same. In practice they are not

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

* Re: Formatting Agenda entries
  2012-07-30 18:20 Formatting Agenda entries Rasmus
@ 2012-07-30 18:34 ` Nick Dokos
  2012-07-30 18:46   ` Rasmus
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2012-07-30 18:34 UTC (permalink / raw)
  To: Rasmus; +Cc: emacs-orgmode

Rasmus <rasmus@gmx.us> wrote:

> Hi,
> 
> I use org-google-weather.el to display the weather condition of a couple
> of cities in my Agenda.  I would like to format the strings so that
> certain elements are aligned.
> 
> Sometimes it looks like this: 
> 
>    W:    I Clear, 19-35 ᵒC    (Florence)
>    W:    I Partly Sunny, 19-26 ᵒC    (Berlin)
> 
> (I is the icon).  I want it to look like:
> 
>    W:    I Clear,        19-35 ᵒC    (Florence)
>    W:    I Partly Sunny, 19-26 ᵒC    (Berlin)
> 
> The string I use is:
> 
> (setq org-google-weather-format
>        "%i %c, %l-%h %s    (%L)")
> 
> I tried something like 
> 
>    (format "%s %-7s %s %s %s" "%i" "%c," "%l-%h" "%s" "(%L)")
> 
> but this obviously doesn't work as the strings are only expanded in the
> Agenda buffer.  Thus, I need to format my string after placeholders have
> been expanded but before it's actually displayed in the Agenda buffer.
> 
> Is that somehow possible?
> 

Have you tried something like

(setq org-google-weather-format "%i %-30c, %l-%h %s (%L)")

perhaps? Seems to work for me.

Nick

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

* Re: Formatting Agenda entries
  2012-07-30 18:34 ` Nick Dokos
@ 2012-07-30 18:46   ` Rasmus
  0 siblings, 0 replies; 3+ messages in thread
From: Rasmus @ 2012-07-30 18:46 UTC (permalink / raw)
  To: emacs-orgmode

Nick Dokos <nicholas.dokos@hp.com> writes:

> Have you tried something like
>
> (setq org-google-weather-format "%i %-30c, %l-%h %s (%L)")
>
> perhaps? Seems to work for me.

I can honestly say I haven't.  I only tried to (format ...) way, which
didn't work. 

Thanks for pointing it out.

–Rasmus

-- 
This is the kind of tedious nonsense up with which I will not put

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

end of thread, other threads:[~2012-07-30 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-30 18:20 Formatting Agenda entries Rasmus
2012-07-30 18:34 ` Nick Dokos
2012-07-30 18:46   ` Rasmus

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