From mboxrd@z Thu Jan 1 00:00:00 1970 From: DAVID QI Subject: http proxy problem. Date: Thu, 6 Jun 2013 10:05:04 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_alternative 000B644048257B82_=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkPvs-0005YP-Mm for emacs-orgmode@gnu.org; Wed, 05 Jun 2013 22:28:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkPvp-00051q-JM for emacs-orgmode@gnu.org; Wed, 05 Jun 2013 22:28:08 -0400 Received: from hkgweb01.vtech.com ([202.64.202.139]:3421 helo=hkgweb01.vtech.com.hk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkPvp-0004ng-0B for emacs-orgmode@gnu.org; Wed, 05 Jun 2013 22:28:05 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org This is a multipart message in MIME format. --=_alternative 000B644048257B82_= Content-Type: text/plain; charset="US-ASCII" Dear org-mode maintaner, To: emacs-orgmode@gnu.org Subject: 7.8.09; http proxy problem. From: David Qi --text follows this line-- 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. ------------------------------------------------------------------------ could you change org-mode/.gitmodules to 1 [submodule "testing/jump"] 2 path = testing/jump 3 url = https://github.com/eschulte/jump.el.git Since there are peoples behind http proxy. Thanks. Emacs : GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.6.4) of 2013-03-19 on eric Package: 7.8.09 current state: ============== (setq org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-src-fontify-natively t org-clock-persist 'history org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-imenu-depth 7 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-confirm-babel-evaluate nil org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-babel-pre-tangle-hook '(save-buffer) org-occur-hook '(org-first-headline-recenter) org-emphasis-alist '(("*" hi-red "" "") ("/" hi-yellow "" "") ("_" hi-green "" "") ("=" org-code "" "" verbatim) ("~" org-verbatim "" "" verbatim) ("+" (:strike-through t) "" "")) org-export-interblocks '((src org-babel-exp-non-block-elements)) org-log-done 'time org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-hide-leading-stars t org-capture-templates '(("t" "Todo" entry (file+headline "~/notes/org-mode/gtd.org" "Tasks") "* TODO %?\n %i\n %a") ("j" "Journal" entry (file+datetree "~/notes/org-mode/journal.org") "* %?\nEntered on %U\n %i\n %a") ("s" "Source_Code_Analysis" entry (file+headline "~/notes/org-mode/code.org" "test1") "* %(print *qt-sca-current-target*) \nEntered on %U\n %i\n %a" :immediate-finish t) ("c" "Source_Code_Link" plain (file+headline "~/notes/org-mode/code.org" "test1") "%a %U" :immediate-finish t) ("w" "Default template" entry (file+headline "~/notes/org-mode/tmp.org" "Notes") "* %^{Title}\n\n Source: %u, %c\n\n %i" :empty-lines 1) ) org-babel-tangle-lang-exts '(("lisp" . "lisp") ("C++" . "cpp") ("perl" . "pl") ("python" . "py") ("emacs-lisp" . "el")) org-babel-load-languages '((python . t) (emacs-lisp . t) (dot . t) (perl . t) (sh . t) (C . t) (lisp . t)) org-confirm-shell-link-function 'yes-or-no-p ) Best Regards, David Qi TEL: 852(HK)-2680-1305 --=_alternative 000B644048257B82_= Content-Type: text/html; charset="US-ASCII"
Dear org-mode maintaner,

To: emacs-orgmode@gnu.org
Subject: 7.8.09; http proxy problem.
From: David Qi <David_Qi@vtech.com>
--text follows this line--

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


could you change org-mode/.gitmodules to

1 [submodule "testing/jump"]
2 path = testing/jump
3 url = https://github.com/eschulte/jump.el.git

Since there are peoples behind http proxy.

Thanks.



Emacs  : GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.6.4)
 of 2013-03-19 on eric
Package: 7.8.09

current state:
==============
(setq
 org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil)
                     (dot org-export-blocks-format-dot nil))
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-src-fontify-natively t
 org-clock-persist 'history
 org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code)
 org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-imenu-depth 7
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-confirm-babel-evaluate nil
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-babel-pre-tangle-hook '(save-buffer)
 org-occur-hook '(org-first-headline-recenter)
 org-emphasis-alist '(("*" hi-red "<b>" "</b>") ("/" hi-yellow "<i>" "</i>") ("_" hi-green "<span style=\"text-decoration:underline;\">" "</span>")
                      ("=" org-code "<code>" "</code>" verbatim) ("~" org-verbatim "<code>" "</code>" verbatim)
                      ("+" (:strike-through t) "<del>" "</del>"))
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-log-done 'time
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-hide-leading-stars t
 org-capture-templates '(("t" "Todo" entry (file+headline "~/notes/org-mode/gtd.org" "Tasks") "* TODO %?\n  %i\n  %a")
                         ("j" "Journal" entry (file+datetree "~/notes/org-mode/journal.org") "* %?\nEntered on %U\n  %i\n  %a")
                         ("s" "Source_Code_Analysis" entry (file+headline "~/notes/org-mode/code.org" "test1")
                          "* %(print *qt-sca-current-target*) \nEntered on %U\n  %i\n  %a" :immediate-finish t)
                         ("c" "Source_Code_Link" plain (file+headline "~/notes/org-mode/code.org" "test1") "%a %U" :immediate-finish t)
                         ("w" "Default template" entry (file+headline "~/notes/org-mode/tmp.org" "Notes") "* %^{Title}\n\n  Source: %u, %c\n\n  %i"
                          :empty-lines 1)
                         )
 org-babel-tangle-lang-exts '(("lisp" . "lisp") ("C++" . "cpp") ("perl" . "pl") ("python" . "py") ("emacs-lisp" . "el"))
 org-babel-load-languages '((python . t) (emacs-lisp . t) (dot . t) (perl . t) (sh . t) (C . t) (lisp . t))
 org-confirm-shell-link-function 'yes-or-no-p
 )


Best Regards,

David Qi
TEL: 852(HK)-2680-1305
--=_alternative 000B644048257B82_=--