emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Emacs opens a frame for each file in agenda list on org-mobile-push
@ 2009-11-18 15:19 Steve Brown
  2009-11-18 19:38 ` Charles Sebold
  0 siblings, 1 reply; 10+ messages in thread
From: Steve Brown @ 2009-11-18 15:19 UTC (permalink / raw)
  To: emacs-orgmode

Hello list.

I have a small problem in that when I org-mobile-push for each file in 
org-agenda-files a new Emacs frame opens.

Otherwise everything else works just fine.

I'm running:

Org-mode version 6.33c

under

GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)


At this point I need to mention that I am no Emacs wizard. It has taken 
a while for me to get mobile-org etc. to sync correctly. My elisp-fu is 
minimal - I rely on cut and paste mostly to get anything done, so please 
keep answers simple ;-)

Having said that I am very willing to dig in to this to find the problem 
as I enjoy learning where my mistakes come from.

If someone can give me a pointer or two I would be very grateful.

Best,

Steve

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

* Re: Emacs opens a frame for each file in agenda list on org-mobile-push
  2009-11-18 15:19 Emacs opens a frame for each file in agenda list on org-mobile-push Steve Brown
@ 2009-11-18 19:38 ` Charles Sebold
  2009-11-18 21:59   ` Steve Brown
  2009-11-19 11:29   ` Steve Brown
  0 siblings, 2 replies; 10+ messages in thread
From: Charles Sebold @ 2009-11-18 19:38 UTC (permalink / raw)
  To: Steve Brown; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1506 bytes --]

On Wed, Nov 18, 2009 at 9:19 AM, Steve Brown <steve.stevebrown@gmail.com>wrote:

> I have a small problem in that when I org-mobile-push for each file in
> org-agenda-files a new Emacs frame opens.
>
> Otherwise everything else works just fine.
>
> I'm running:
>
> Org-mode version 6.33c
>
> under
>
> GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
>
>
> At this point I need to mention that I am no Emacs wizard. It has taken a
> while for me to get mobile-org etc. to sync correctly. My elisp-fu is
> minimal - I rely on cut and paste mostly to get anything done, so please
> keep answers simple ;-)
>
> Having said that I am very willing to dig in to this to find the problem as
> I enjoy learning where my mistakes come from.
>
> If someone can give me a pointer or two I would be very grateful.
>

That does seem odd.  Could you maybe do a M-x org-submit-bug-report, and if
you aren't doing email in Emacs, copy and paste the output (with your
org-mode configuration, it will prompt you to include it) into an email to
emacs-orgmode@gnu.org?

I'm running Emacs 23 on Windows, and using MobileOrg, and I haven't seen
that problem.  But we might have a start on it if you could send along your
configuration and customizations per the above.

This one seems strange enough that maybe it might even be worthwhile to send
along the .emacs file, just in case (properly sanitized for personal info,
of course).
-- 
Charles Sebold
http://triablogue.blogspot.com/
http://merbc.invigorated.org/
Ego delendus sum

[-- Attachment #1.2: Type: text/html, Size: 2011 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: Emacs opens a frame for each file in agenda list on org-mobile-push
  2009-11-18 19:38 ` Charles Sebold
@ 2009-11-18 21:59   ` Steve Brown
  2009-11-19 11:29   ` Steve Brown
  1 sibling, 0 replies; 10+ messages in thread
From: Steve Brown @ 2009-11-18 21:59 UTC (permalink / raw)
  To: Charles Sebold; +Cc: emacs-orgmode

Hi Charles,

thank you for your quick reply.

On Wed, Nov 18, 2009 at 7:38 PM, Charles Sebold <csebold@gmail.com> wrote:
> On Wed, Nov 18, 2009 at 9:19 AM, Steve Brown <steve.stevebrown@gmail.com>

> That does seem odd.  Could you maybe do a M-x org-submit-bug-report, and if
> you aren't doing email in Emacs, copy and paste the output (with your
> org-mode configuration, it will prompt you to include it) into an email to
> emacs-orgmode@gnu.org?
>
> I'm running Emacs 23 on Windows, and using MobileOrg, and I haven't seen
> that problem.  But we might have a start on it if you could send along your
> configuration and customizations per the above.
>
> This one seems strange enough that maybe it might even be worthwhile to send
> along the .emacs file, just in case (properly sanitized for personal info,
> of course).

I'll do both of the above when I return to work.

Best,

Steve

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

* Re: Emacs opens a frame for each file in agenda list on org-mobile-push
  2009-11-18 19:38 ` Charles Sebold
  2009-11-18 21:59   ` Steve Brown
@ 2009-11-19 11:29   ` Steve Brown
  2009-12-17 10:14     ` Bug: Emacs opens a new instance " Steve Brown
  1 sibling, 1 reply; 10+ messages in thread
From: Steve Brown @ 2009-11-19 11:29 UTC (permalink / raw)
  To: Charles Sebold; +Cc: emacs-orgmode

Good morning Charles,

here's the bug reported as promised.

I run Emacs from a pendrive on a Windows XP Pro box. My site-start.el 
contains the following to map home to <drive letter>:home on Emacs 
start. The first line has no line break after the defvar so there are 
only two lines of code.

Otherwise the Emacs is 'vanilla' - I use it for writing and not coding 
so I try to keep things simple ;-)

If you need anything else please let me know.

Thank you,

Steve

============= site-start.el ===================================

(defvar usb-drive-letter (substring data-directory 0 3)) (defvar 
usb-home-dir (concat usb-drive-letter "home/"))

(setenv "HOME" usb-home-dir)

============= site-start.el ===================================



=========== Bug Report ========================================

Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

      http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

On executing org-mobile-push Emacs opens one frame per file listed in
the agenda file list.

I have deleted refences to specific files and replaced them with
"DELETED", all punctuation etc. will remain 'as is'.

I will also follow this with my full .emacs suitably edited for
personal information.

Emacs  : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
  of 2009-07-30 on BREPNB
Package: Org-mode version 6.33c

current state:
==============
(setq
  org-log-done 'time
  org-agenda-files '("~/Orgfiles/DELETED.org" "~/Orgfiles/work.org"
		    "~/Orgfiles/DELETED.org" "~/Orgfiles/trial.org"
		    "~/Orgfiles/busdev.org" "~/Orgfiles/home.org"
		    "~/Orgfiles/main.org" "~/Orgfiles/DELETED.org")
  org-agenda-include-diary t
  org-export-with-sub-superscripts nil
  org-after-todo-state-change-hook '(org-clock-out-if-current)
  org-export-preprocess-hook '(org-export-blocks-preprocess)
  org-tab-first-hook '(org-hide-block-toggle-maybe)
  org-src-mode-hook '(org-src-mode-configure-edit-buffer)
  org-confirm-shell-link-function 'yes-or-no-p
  org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" "|" "DONE"
		      "DELEGATED")
		     )
  org-agenda-before-write-hook '(org-agenda-add-entry-text)
  org-default-notes-file "~/.notes.org"
  org-directory "~/Orgfiles/"
  org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
		  org-cycle-show-empty-lines
		  org-optimize-window-after-visibility-change)
  org-mode-hook '(#[nil "\300\301\302\303\304$\207"
		   [org-add-hook change-major-mode-hook org-show-block-all
		    append local]
		   5]
		 )
  org-confirm-elisp-link-function 'yes-or-no-p
  org-occur-hook '(org-first-headline-recenter)
  )

=========== Bug Report ========================================

=========== .emacs ============================================

(custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(appt-display-duration 59)
  '(appt-display-format (quote window))
  '(diary-mail-addr "")
  '(display-battery-mode t)
  '(display-time-mode t)
  '(emacsw32-max-frames t)
  '(org-agenda-files (quote ("~/Orgfiles/DELETED.org" 
"~/Orgfiles/work.org" "~/Orgfiles/DELETED.org" "~/Orgfiles/trial.org" 
"~/Orgfiles/busdev.org" "~/Orgfiles/home.org" "~/Orgfiles/main.org" 
"~/Orgfiles/DELETED.org")))
  '(org-mobile-directory "~/stage")
  '(org-mobile-inbox-for-pull "~/Orgfiles/mobileinbox.org")
  '(show-paren-mode t)
  '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
  '(view-diary-entries-initially t))
(custom-set-faces
   ;; custom-set-faces was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  )
;; emacs start up file
(setq inhibit-splash-screen t)
(setq make-backup-files nil)
(setq auto-save-mode nil)

;; diary customisation
(add-hook 'diary-display-hook 'fancy-diary-display)
(add-hook 'list-diary-entries-hook 'sort-diary-entries t)
(setq european-calendar-style t)
;;; show date in status bar
(setq display-time-day-and-date t
       display-time-24hr-format t)
(display-time)
(appt-activate 1)
(setq appt-display-mode-line t)
(setq appt-display-format 'window)

;; Org Mode
(setq load-path (cons "~/org/lisp" load-path))
(setq load-path (cons "~/org/contrib/lisp" load-path))
(require 'org-install)
(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(setq org-log-done t) ;timestamp on completion
(setq org-agenda-include-diary t)
(setq org-export-with-sub-superscripts nil)

;; Remember Mode
(add-to-list 'load-path "~/remember")
(require 'remember)

(setq org-directory "~/Orgfiles/")
(setq org-default-notes-file "~/.notes.org")
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(define-key global-map "\C-cr" 'org-remember)

(defun gtd ()
    (interactive)
    (find-file "~/Orgfiles/main.org")
  )

(setq org-todo-keywords
        '((sequence "TODO" "STARTED" "WAITING" "|" "DONE" "DELEGATED")))

(setq printer-name "//LEI-10/Brother_SBR")

;; Spell checking
(setq-default ispell-program-name "~/Aspell/bin/aspell.exe")


=========== .emacs ============================================

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

* Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push
  2009-11-19 11:29   ` Steve Brown
@ 2009-12-17 10:14     ` Steve Brown
  2009-12-17 19:18       ` Carsten Dominik
  0 siblings, 1 reply; 10+ messages in thread
From: Steve Brown @ 2009-12-17 10:14 UTC (permalink / raw)
  To: emacs-orgmode

Hi All,

can I bump this please?

I've tried everything I can to resolve this with no luck at all.

Thank you,

Steve

On 19/11/2009 11:29, Steve Brown wrote:
> Good morning Charles,
>
> here's the bug reported as promised.
>
> I run Emacs from a pendrive on a Windows XP Pro box. My site-start.el
> contains the following to map home to<drive letter>:home on Emacs
> start. The first line has no line break after the defvar so there are
> only two lines of code.
>
> Otherwise the Emacs is 'vanilla' - I use it for writing and not coding
> so I try to keep things simple ;-)
>
> If you need anything else please let me know.
>
> Thank you,
>
> Steve
>
> ============= site-start.el ===================================
>
> (defvar usb-drive-letter (substring data-directory 0 3)) (defvar
> usb-home-dir (concat usb-drive-letter "home/"))
>
> (setenv "HOME" usb-home-dir)
>
> ============= site-start.el ===================================
>
>
>
> =========== Bug Report ========================================
>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.  You don't know how to make a good report?  See
>
>        http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> On executing org-mobile-push Emacs opens one frame per file listed in
> the agenda file list.
>
> I have deleted refences to specific files and replaced them with
> "DELETED", all punctuation etc. will remain 'as is'.
>
> I will also follow this with my full .emacs suitably edited for
> personal information.
>
> Emacs  : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
>    of 2009-07-30 on BREPNB
> Package: Org-mode version 6.33c
>
> current state:
> ==============
> (setq
>    org-log-done 'time
>    org-agenda-files '("~/Orgfiles/DELETED.org" "~/Orgfiles/work.org"
> 		    "~/Orgfiles/DELETED.org" "~/Orgfiles/trial.org"
> 		    "~/Orgfiles/busdev.org" "~/Orgfiles/home.org"
> 		    "~/Orgfiles/main.org" "~/Orgfiles/DELETED.org")
>    org-agenda-include-diary t
>    org-export-with-sub-superscripts nil
>    org-after-todo-state-change-hook '(org-clock-out-if-current)
>    org-export-preprocess-hook '(org-export-blocks-preprocess)
>    org-tab-first-hook '(org-hide-block-toggle-maybe)
>    org-src-mode-hook '(org-src-mode-configure-edit-buffer)
>    org-confirm-shell-link-function 'yes-or-no-p
>    org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" "|" "DONE"
> 		      "DELEGATED")
> 		     )
>    org-agenda-before-write-hook '(org-agenda-add-entry-text)
>    org-default-notes-file "~/.notes.org"
>    org-directory "~/Orgfiles/"
>    org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
> 		  org-cycle-show-empty-lines
> 		  org-optimize-window-after-visibility-change)
>    org-mode-hook '(#[nil "\300\301\302\303\304$\207"
> 		   [org-add-hook change-major-mode-hook org-show-block-all
> 		    append local]
> 		   5]
> 		 )
>    org-confirm-elisp-link-function 'yes-or-no-p
>    org-occur-hook '(org-first-headline-recenter)
>    )
>
> =========== Bug Report ========================================
>
> =========== .emacs ============================================
>
> (custom-set-variables
>     ;; custom-set-variables was added by Custom.
>     ;; If you edit it by hand, you could mess it up, so be careful.
>     ;; Your init file should contain only one such instance.
>     ;; If there is more than one, they won't work right.
>    '(appt-display-duration 59)
>    '(appt-display-format (quote window))
>    '(diary-mail-addr "")
>    '(display-battery-mode t)
>    '(display-time-mode t)
>    '(emacsw32-max-frames t)
>    '(org-agenda-files (quote ("~/Orgfiles/DELETED.org"
> "~/Orgfiles/work.org" "~/Orgfiles/DELETED.org" "~/Orgfiles/trial.org"
> "~/Orgfiles/busdev.org" "~/Orgfiles/home.org" "~/Orgfiles/main.org"
> "~/Orgfiles/DELETED.org")))
>    '(org-mobile-directory "~/stage")
>    '(org-mobile-inbox-for-pull "~/Orgfiles/mobileinbox.org")
>    '(show-paren-mode t)
>    '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))
>    '(view-diary-entries-initially t))
> (custom-set-faces
>     ;; custom-set-faces was added by Custom.
>     ;; If you edit it by hand, you could mess it up, so be careful.
>     ;; Your init file should contain only one such instance.
>     ;; If there is more than one, they won't work right.
>    )
> ;; emacs start up file
> (setq inhibit-splash-screen t)
> (setq make-backup-files nil)
> (setq auto-save-mode nil)
>
> ;; diary customisation
> (add-hook 'diary-display-hook 'fancy-diary-display)
> (add-hook 'list-diary-entries-hook 'sort-diary-entries t)
> (setq european-calendar-style t)
> ;;; show date in status bar
> (setq display-time-day-and-date t
>         display-time-24hr-format t)
> (display-time)
> (appt-activate 1)
> (setq appt-display-mode-line t)
> (setq appt-display-format 'window)
>
> ;; Org Mode
> (setq load-path (cons "~/org/lisp" load-path))
> (setq load-path (cons "~/org/contrib/lisp" load-path))
> (require 'org-install)
> (global-set-key "\C-cl" 'org-store-link)
> (global-set-key "\C-ca" 'org-agenda)
> (global-set-key "\C-cb" 'org-iswitchb)
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
> (setq org-log-done t) ;timestamp on completion
> (setq org-agenda-include-diary t)
> (setq org-export-with-sub-superscripts nil)
>
> ;; Remember Mode
> (add-to-list 'load-path "~/remember")
> (require 'remember)
>
> (setq org-directory "~/Orgfiles/")
> (setq org-default-notes-file "~/.notes.org")
> (setq remember-annotation-functions '(org-remember-annotation))
> (setq remember-handler-functions '(org-remember-handler))
> (add-hook 'remember-mode-hook 'org-remember-apply-template)
> (define-key global-map "\C-cr" 'org-remember)
>
> (defun gtd ()
>      (interactive)
>      (find-file "~/Orgfiles/main.org")
>    )
>
> (setq org-todo-keywords
>          '((sequence "TODO" "STARTED" "WAITING" "|" "DONE" "DELEGATED")))
>
> (setq printer-name "//LEI-10/Brother_SBR")
>
> ;; Spell checking
> (setq-default ispell-program-name "~/Aspell/bin/aspell.exe")
>
>
> =========== .emacs ============================================
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>

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

* Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push
  2009-12-17 10:14     ` Bug: Emacs opens a new instance " Steve Brown
@ 2009-12-17 19:18       ` Carsten Dominik
  2009-12-18  9:20         ` Steve Brown
  0 siblings, 1 reply; 10+ messages in thread
From: Carsten Dominik @ 2009-12-17 19:18 UTC (permalink / raw)
  To: Steve Brown; +Cc: emacs-orgmode

Hi Steve,

I have no idea why this might be happening.  I know that AquaEmacs on  
the Mac
has a default setting that will visit any new files in a new frame -  
maybe you Windows Emacs has a similar setting.  But I don't know how  
to help you find it.

- Carsten

On Dec 17, 2009, at 11:14 AM, Steve Brown wrote:

> Hi All,
>
> can I bump this please?
>
> I've tried everything I can to resolve this with no luck at all.
>
> Thank you,
>
> Steve
>
> On 19/11/2009 11:29, Steve Brown wrote:
>> Good morning Charles,
>>
>> here's the bug reported as promised.
>>
>> I run Emacs from a pendrive on a Windows XP Pro box. My site-start.el
>> contains the following to map home to<drive letter>:home on Emacs
>> start. The first line has no line break after the defvar so there are
>> only two lines of code.
>>
>> Otherwise the Emacs is 'vanilla' - I use it for writing and not  
>> coding
>> so I try to keep things simple ;-)
>>
>> If you need anything else please let me know.
>>
>> Thank you,
>>
>> Steve
>>
>> ============= site-start.el ===================================
>>
>> (defvar usb-drive-letter (substring data-directory 0 3)) (defvar
>> usb-home-dir (concat usb-drive-letter "home/"))
>>
>> (setenv "HOME" usb-home-dir)
>>
>> ============= site-start.el ===================================
>>
>>
>>
>> =========== Bug Report ========================================
>>
>> Remember to cover the basics, that is, what you expected to happen  
>> and
>> what in fact did happen.  You don't know how to make a good  
>> report?  See
>>
>>       http://orgmode.org/manual/Feedback.html#Feedback
>>
>> Your bug report will be posted to the Org-mode mailing list.
>> ------------------------------------------------------------------------
>>
>> On executing org-mobile-push Emacs opens one frame per file listed in
>> the agenda file list.
>>
>> I have deleted refences to specific files and replaced them with
>> "DELETED", all punctuation etc. will remain 'as is'.
>>
>> I will also follow this with my full .emacs suitably edited for
>> personal information.
>>
>> Emacs  : GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
>>   of 2009-07-30 on BREPNB
>> Package: Org-mode version 6.33c
>>
>> current state:
>> ==============
>> (setq
>>   org-log-done 'time
>>   org-agenda-files '("~/Orgfiles/DELETED.org" "~/Orgfiles/work.org"
>> 		    "~/Orgfiles/DELETED.org" "~/Orgfiles/trial.org"
>> 		    "~/Orgfiles/busdev.org" "~/Orgfiles/home.org"
>> 		    "~/Orgfiles/main.org" "~/Orgfiles/DELETED.org")
>>   org-agenda-include-diary t
>>   org-export-with-sub-superscripts nil
>>   org-after-todo-state-change-hook '(org-clock-out-if-current)
>>   org-export-preprocess-hook '(org-export-blocks-preprocess)
>>   org-tab-first-hook '(org-hide-block-toggle-maybe)
>>   org-src-mode-hook '(org-src-mode-configure-edit-buffer)
>>   org-confirm-shell-link-function 'yes-or-no-p
>>   org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" "|" "DONE"
>> 		      "DELEGATED")
>> 		     )
>>   org-agenda-before-write-hook '(org-agenda-add-entry-text)
>>   org-default-notes-file "~/.notes.org"
>>   org-directory "~/Orgfiles/"
>>   org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide- 
>> drawers
>> 		  org-cycle-show-empty-lines
>> 		  org-optimize-window-after-visibility-change)
>>   org-mode-hook '(#[nil "\300\301\302\303\304$\207"
>> 		   [org-add-hook change-major-mode-hook org-show-block-all
>> 		    append local]
>> 		   5]
>> 		 )
>>   org-confirm-elisp-link-function 'yes-or-no-p
>>   org-occur-hook '(org-first-headline-recenter)
>>   )
>>
>> =========== Bug Report ========================================
>>
>> =========== .emacs ============================================
>>
>> (custom-set-variables
>>    ;; custom-set-variables was added by Custom.
>>    ;; If you edit it by hand, you could mess it up, so be careful.
>>    ;; Your init file should contain only one such instance.
>>    ;; If there is more than one, they won't work right.
>>   '(appt-display-duration 59)
>>   '(appt-display-format (quote window))
>>   '(diary-mail-addr "")
>>   '(display-battery-mode t)
>>   '(display-time-mode t)
>>   '(emacsw32-max-frames t)
>>   '(org-agenda-files (quote ("~/Orgfiles/DELETED.org"
>> "~/Orgfiles/work.org" "~/Orgfiles/DELETED.org" "~/Orgfiles/trial.org"
>> "~/Orgfiles/busdev.org" "~/Orgfiles/home.org" "~/Orgfiles/main.org"
>> "~/Orgfiles/DELETED.org")))
>>   '(org-mobile-directory "~/stage")
>>   '(org-mobile-inbox-for-pull "~/Orgfiles/mobileinbox.org")
>>   '(show-paren-mode t)
>>   '(text-mode-hook (quote (turn-on-auto-fill text-mode-hook- 
>> identify)))
>>   '(view-diary-entries-initially t))
>> (custom-set-faces
>>    ;; custom-set-faces was added by Custom.
>>    ;; If you edit it by hand, you could mess it up, so be careful.
>>    ;; Your init file should contain only one such instance.
>>    ;; If there is more than one, they won't work right.
>>   )
>> ;; emacs start up file
>> (setq inhibit-splash-screen t)
>> (setq make-backup-files nil)
>> (setq auto-save-mode nil)
>>
>> ;; diary customisation
>> (add-hook 'diary-display-hook 'fancy-diary-display)
>> (add-hook 'list-diary-entries-hook 'sort-diary-entries t)
>> (setq european-calendar-style t)
>> ;;; show date in status bar
>> (setq display-time-day-and-date t
>>        display-time-24hr-format t)
>> (display-time)
>> (appt-activate 1)
>> (setq appt-display-mode-line t)
>> (setq appt-display-format 'window)
>>
>> ;; Org Mode
>> (setq load-path (cons "~/org/lisp" load-path))
>> (setq load-path (cons "~/org/contrib/lisp" load-path))
>> (require 'org-install)
>> (global-set-key "\C-cl" 'org-store-link)
>> (global-set-key "\C-ca" 'org-agenda)
>> (global-set-key "\C-cb" 'org-iswitchb)
>> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
>> (setq org-log-done t) ;timestamp on completion
>> (setq org-agenda-include-diary t)
>> (setq org-export-with-sub-superscripts nil)
>>
>> ;; Remember Mode
>> (add-to-list 'load-path "~/remember")
>> (require 'remember)
>>
>> (setq org-directory "~/Orgfiles/")
>> (setq org-default-notes-file "~/.notes.org")
>> (setq remember-annotation-functions '(org-remember-annotation))
>> (setq remember-handler-functions '(org-remember-handler))
>> (add-hook 'remember-mode-hook 'org-remember-apply-template)
>> (define-key global-map "\C-cr" 'org-remember)
>>
>> (defun gtd ()
>>     (interactive)
>>     (find-file "~/Orgfiles/main.org")
>>   )
>>
>> (setq org-todo-keywords
>>         '((sequence "TODO" "STARTED" "WAITING" "|" "DONE"  
>> "DELEGATED")))
>>
>> (setq printer-name "//LEI-10/Brother_SBR")
>>
>> ;; Spell checking
>> (setq-default ispell-program-name "~/Aspell/bin/aspell.exe")
>>
>>
>> =========== .emacs ============================================
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

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

* Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push
  2009-12-17 19:18       ` Carsten Dominik
@ 2009-12-18  9:20         ` Steve Brown
  2009-12-18 13:14           ` Steve Brown
  0 siblings, 1 reply; 10+ messages in thread
From: Steve Brown @ 2009-12-18  9:20 UTC (permalink / raw)
  Cc: emacs-orgmode

On 17/12/2009 19:18, Carsten Dominik wrote:
> Hi Steve,
>
> I have no idea why this might be happening.  I know that AquaEmacs on
> the Mac
> has a default setting that will visit any new files in a new frame -
> maybe you Windows Emacs has a similar setting.  But I don't know how
> to help you find it.

Thank you, I appreciate the quick answer very much.

I can't find any setting that may change this either. I've minimised the 
number of org files that I use so it's tolerable for now.

If I manage to resolve this I'll come back to this thread and let you 
know ;-)

In the meantime can I wish you all a very Merry Christmas and the very 
best of New Years.

Steve

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

* Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push
  2009-12-18  9:20         ` Steve Brown
@ 2009-12-18 13:14           ` Steve Brown
  2010-04-08 21:42             ` Mattias Jämting
  0 siblings, 1 reply; 10+ messages in thread
From: Steve Brown @ 2009-12-18 13:14 UTC (permalink / raw)
  To: emacs-orgmode

Just a quick follow up to my own post.

The only thing I *hadn't* done was to revert to 22.3, so I tried that 
this lunchtime, et voila - no more spurious frames/instances.

Thanks to everyone who helped or gave advice, very much appreciated.

Steve

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

* Re: Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push
  2009-12-18 13:14           ` Steve Brown
@ 2010-04-08 21:42             ` Mattias Jämting
  2010-04-09 12:32               ` Carsten Dominik
  0 siblings, 1 reply; 10+ messages in thread
From: Mattias Jämting @ 2010-04-08 21:42 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

Ran into this strange "condition" myself on Emacs 23/Win 7 and latest
org-mode (6.35f).

Found the solution (i think) and decided to share although the thread is old:

org-mobile tries to calculate checksums but is unable to find a
program for it. Since the executable name is empty windows thinks we
want to open the file.

I downloaded and copied md5sums.exe to a folder in my path and now it
seems to work. org-mobile only looks for md5sum (without an s) though
so i had to rename the exe.

/Mattias



Mattias Jämting, Jämting Web & Design
www.jamting.se | +46 (0)70 6760182



On Fri, Dec 18, 2009 at 14:14, Steve Brown <steve.stevebrown@gmail.com> wrote:
> Just a quick follow up to my own post.
>
> The only thing I *hadn't* done was to revert to 22.3, so I tried that this
> lunchtime, et voila - no more spurious frames/instances.
>
> Thanks to everyone who helped or gave advice, very much appreciated.
>
> Steve
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

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

* Re: Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push
  2010-04-08 21:42             ` Mattias Jämting
@ 2010-04-09 12:32               ` Carsten Dominik
  0 siblings, 0 replies; 10+ messages in thread
From: Carsten Dominik @ 2010-04-09 12:32 UTC (permalink / raw)
  To: Mattias Jämting; +Cc: emacs-orgmode

Hi Mattias,

On Apr 8, 2010, at 11:42 PM, Mattias Jämting wrote:

> Hello,
>
> Ran into this strange "condition" myself on Emacs 23/Win 7 and latest
> org-mode (6.35f).
>
> Found the solution (i think) and decided to share although the  
> thread is old:
>
> org-mobile tries to calculate checksums but is unable to find a
> program for it. Since the executable name is empty windows thinks we
> want to open the file.
>
> I downloaded and copied md5sums.exe to a folder in my path and now it
> seems to work. org-mobile only looks for md5sum (without an s) though
> so i had to rename the exe.


thanks for this - I am now throwing an error if there is
now binary to compute the checksums.
About the name, you can also customize the option
org-mobile-checksum-binary and set the correct name there.

- Carsten

>
> /Mattias
>
>
>
> Mattias Jämting, Jämting Web & Design
> www.jamting.se | +46 (0)70 6760182
>
>
>
> On Fri, Dec 18, 2009 at 14:14, Steve Brown  
> <steve.stevebrown@gmail.com> wrote:
>> Just a quick follow up to my own post.
>>
>> The only thing I *hadn't* done was to revert to 22.3, so I tried  
>> that this
>> lunchtime, et voila - no more spurious frames/instances.
>>
>> Thanks to everyone who helped or gave advice, very much appreciated.
>>
>> Steve
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

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

end of thread, other threads:[~2010-04-09 12:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-18 15:19 Emacs opens a frame for each file in agenda list on org-mobile-push Steve Brown
2009-11-18 19:38 ` Charles Sebold
2009-11-18 21:59   ` Steve Brown
2009-11-19 11:29   ` Steve Brown
2009-12-17 10:14     ` Bug: Emacs opens a new instance " Steve Brown
2009-12-17 19:18       ` Carsten Dominik
2009-12-18  9:20         ` Steve Brown
2009-12-18 13:14           ` Steve Brown
2010-04-08 21:42             ` Mattias Jämting
2010-04-09 12:32               ` Carsten Dominik

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