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