emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]
@ 2011-08-04 14:07 Reiner Steib
  2011-08-04 14:12 ` Jambunathan K
  2011-08-17 13:15 ` Bastien
  0 siblings, 2 replies; 5+ messages in thread
From: Reiner Steib @ 2011-08-04 14:07 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

[this probably rather is a feature request than a bug.  Do you want
users to use `org-submit-bug-report' for feature requests as well?]

I would like `org-mode' to open "in-emacs" documents
(i.e. (org-open-at-point 'in-emacs)?), in another frame, like
`ffap-other-frame' does.  I.e. when I follow an internal link (info
"(org) Internal links"), by hitting mouse-2, the link target should open
in an other frame instead of an other window.

Is this possible?

Bye, Reiner

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

* Re: Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]
  2011-08-04 14:07 Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4] Reiner Steib
@ 2011-08-04 14:12 ` Jambunathan K
  2011-08-04 14:42   ` Reiner Steib
  2011-08-17 13:15 ` Bastien
  1 sibling, 1 reply; 5+ messages in thread
From: Jambunathan K @ 2011-08-04 14:12 UTC (permalink / raw)
  To: reiner.steib; +Cc: emacs-orgmode

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> Hi,
>
> [this probably rather is a feature request than a bug.  Do you want
> users to use `org-submit-bug-report' for feature requests as well?]

There is no set rule when filing bug or feature requests. A simple mail
should do.

It would help if you tag your posts with [fr] or [bug] as appropriate.

> I would like `org-mode' to open "in-emacs" documents
> (i.e. (org-open-at-point 'in-emacs)?), in another frame, like
> `ffap-other-frame' does.  I.e. when I follow an internal link (info
> "(org) Internal links"), by hitting mouse-2, the link target should open
> in an other frame instead of an other window.
>
> Is this possible?

C-h v org-link-frame-setup

> Bye, Reiner
>
>

-- 

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

* Re: Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]
  2011-08-04 14:12 ` Jambunathan K
@ 2011-08-04 14:42   ` Reiner Steib
  2011-08-17 13:16     ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2011-08-04 14:42 UTC (permalink / raw)
  To: emacs-orgmode

Jambunathan K <kjambunathan@gmail.com> wrote:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>> [this probably rather is a feature request than a bug.  Do you want
>> users to use `org-submit-bug-report' for feature requests as well?]
[...]
> It would help if you tag your posts with [fr] or [bug] as appropriate.

I will do. Thanks.  (The string "Bug:" is from `org-submit-bug-report'
so I guess this should be used.)

> C-h v org-link-frame-setup

Nice, thanks. I missed this when glimpsing through
`org-open-file'. Maybe it should be mentionied in the doc strings of
`org-open-file', `org-open-at-mouse', ...? It is not mentioned in the
manual neither.

Bye, Reiner

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

* Re: Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]
  2011-08-04 14:07 Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4] Reiner Steib
  2011-08-04 14:12 ` Jambunathan K
@ 2011-08-17 13:15 ` Bastien
  1 sibling, 0 replies; 5+ messages in thread
From: Bastien @ 2011-08-17 13:15 UTC (permalink / raw)
  To: reiner.steib; +Cc: emacs-orgmode

Hi Reiner,

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> [this probably rather is a feature request than a bug.  Do you want
> users to use `org-submit-bug-report' for feature requests as well?]

Please send feature requests directly on the list, not through
`org-submit-bug-report'.

Thanks,

-- 
 Bastien

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

* Re: Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4]
  2011-08-04 14:42   ` Reiner Steib
@ 2011-08-17 13:16     ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2011-08-17 13:16 UTC (permalink / raw)
  To: reiner.steib; +Cc: emacs-orgmode

Hi Reiner,

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> I will do. Thanks.  (The string "Bug:" is from `org-submit-bug-report'
> so I guess this should be used.)

Users tends to use [BUG] or [bug] when manually adding this label to the
subject line.  Using "Bug:" in `org-submit-bug-report' is still okay, as
it lets us distinguish between "manual" bug reports and those sent
through `org-submit-bug-report'...

>> C-h v org-link-frame-setup
>
> Nice, thanks. I missed this when glimpsing through
> `org-open-file'. Maybe it should be mentionied in the doc strings of
> `org-open-file', `org-open-at-mouse', ...? 

Done:

http://orgmode.org/w/?p=org-mode.git;a=commit;h=ea055d3e6d3e054899e82f00aab256864ab123bc

> It is not mentioned in the manual neither.

Done:

http://orgmode.org/w/?p=org-mode.git;a=commit;h=13bf859c97b448c157ee4c101113b0f63ea55e91

Thanks for this,

-- 
 Bastien

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

end of thread, other threads:[~2011-08-17 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-04 14:07 Bug: (org-open-at-point 'in-emacs) -> other-frame [7.4] Reiner Steib
2011-08-04 14:12 ` Jambunathan K
2011-08-04 14:42   ` Reiner Steib
2011-08-17 13:16     ` Bastien
2011-08-17 13:15 ` Bastien

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