all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Possible bug
@ 2015-03-10 16:24 Subhan Michael Tindall
  2015-03-10 20:32 ` Nicolas Goaziou
  0 siblings, 1 reply; 9+ messages in thread
From: Subhan Michael Tindall @ 2015-03-10 16:24 UTC (permalink / raw)
  To: 'emacs-orgmode@gnu.org'

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]

I'm not sure if this counts as a bug or not:

If I run a custom agenda (eg. "R") with sticky agendas, it displays in an buffer with the name
*Org Agenda (R)*
If this buffer is then renamed to e.g.
(rename-buffer "*R-Agenda*")
*R-Agenda*
And is then refreshed by hitting r, the agenda is properly rebuilt BUT in a new buffer named *Org Agenda(R)*, resulting in two differing agendas.

Is this appropriate behavior? It seems that rebuilding the agenda should respect the current buffer name. I'm very new at programing for lisp, so I'm not sure I'm using the right functions here.

I've poked around a bit in the code, but my elisp-fu is quite weak. I couldn't find an easy way to pass a buffer name in to org-agenda to be used, nor was it entirely clear to me how to modify org-agenda to grab & respect the buffer name when rebuilding a 'sticky' one.





This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message.  Thank you.

[-- Attachment #2: Type: text/html, Size: 3802 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Possible bug
@ 2010-08-10 21:58 Mark Tilford
  2010-08-12 14:56 ` Michal Sojka
  0 siblings, 1 reply; 9+ messages in thread
From: Mark Tilford @ 2010-08-10 21:58 UTC (permalink / raw)
  To: help-gnu-emacs

Does this happen for anyone else?

1)  Fill a window with about two screenfuls of text.
2)  Scroll down to the bottom.
3)  Position another window so it covers part of the first few lines.
4)  Hold the up arrow until the window scrolls.
5)  The parts of the text that were hidden by the other window will
not be drawn.



^ permalink raw reply	[flat|nested] 9+ messages in thread
* Possible bug
@ 2007-01-04  2:32 Richard Stallman
  2007-01-04 12:33 ` Robert J. Chassell
  0 siblings, 1 reply; 9+ messages in thread
From: Richard Stallman @ 2007-01-04  2:32 UTC (permalink / raw)


Would someone like to take a look at this
and see if there is a bug?

To: bug-gnu-emacs@gnu.org
From: Dan Jacobson <jidanni@jidanni.org>
Date: Thu, 04 Jan 2007 02:32:38 +0800
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: Re: see compilation results in a single window
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.0.4

> But wait. What if I want to be left looking at the top of the
> compilation buffer, instead of following its tail?

< That should be the default behavior; did you try in "emacs -Q"?

< The variable compilation-scroll-output controls whether Emacs tracks
< the tail of the messages or not.

$ emacs -Q #using snapshot of late Sep 2006, sorry
(set-variable (quote compilation-window-height) 111 nil)
(compile "seq 222" nil)
And it still tracks the bottom, even though
compilation-scroll-output is nil, as default.

^ permalink raw reply	[flat|nested] 9+ messages in thread
* possible bug
@ 2006-09-16 17:45 Pete Phillips
  0 siblings, 0 replies; 9+ messages in thread
From: Pete Phillips @ 2006-09-16 17:45 UTC (permalink / raw)
  To: emacs-orgmode

Evenin' all.  

(for all you UK-based 40-somethings and over, bet that brings back
Saturday night telly! for the rest, it was how "Dixon of Dock Green"
used to introduce the
programme. http://en.wikipedia.org/wiki/Dixon_of_Dock_Green)

I'm having two problems with org-mode.

Problem 1
=========
In org-agenda-custom-commands I have the 's' argument defined as:

 ("s" "SMTL Stuff"
  ((tags "'(time up tags-up)")
   (tags "Office")
   (tags "LaptopS")
   (tags "CAG")
   (tags "Q2")
   (tags "TG")
   (tags "WHS")
   (tags "WaitingS")
   (tags "SometimeS")
   ... bunch of other tags removed .....
   (agenda)))

If I am in my TODO.org file, and have everything collapsed except the
three top level items, and I hit C-c a s, I only get ONE of each tag
specified above displayed in the buffer.  If I hit <Shift><Tab> and
*then* run the command, I get all of the tagged items for each tag. I
can of course get around it by making sure I expand the whole outline
first of all, but suspect it shouldn't work like this.

Problem 2 
========== 

After a while, hitting C-c a s just throws the CPU into 100%
utilisation, and it doesn't come back.  It is interruptable with ^G.
Exiting emacs and starting it again make it work OK.

Trying to make it happen before I send this email, I can't, of course!
However, just before I started writing this email I had to restart emacs
because of just that problem.

I'm using 0rg-mode 4.49 and emacs 22.0.50.1 from CVS.


Regards,
Pete

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

end of thread, other threads:[~2015-03-10 20:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.6.1281477527.21026.help-gnu-emacs@gnu.org>
2010-08-11  7:01 ` Possible bug TheFlyingDutchman
2015-03-10 16:24 Subhan Michael Tindall
2015-03-10 20:32 ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2010-08-10 21:58 Mark Tilford
2010-08-12 14:56 ` Michal Sojka
2010-08-12 20:50   ` Mark Tilford
2007-01-04  2:32 Richard Stallman
2007-01-04 12:33 ` Robert J. Chassell
2006-09-16 17:45 possible bug Pete Phillips

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.