* http proxy problem.
@ 2013-06-06 2:05 DAVID QI
2013-06-27 14:56 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: DAVID QI @ 2013-06-06 2:05 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 3628 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 7560 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: http proxy problem.
2013-06-06 2:05 http proxy problem DAVID QI
@ 2013-06-27 14:56 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-06-27 14:56 UTC (permalink / raw)
To: DAVID QI; +Cc: emacs-orgmode
Hi David, Eric,
DAVID QI <david_qi@vtech.com> writes:
> 1 [submodule "testing/jump"]
> 2 path = testing/jump
> 3 url = https://github.com/eschulte/jump.el.git
This submodule is here for tests only and I think we
can simply get rid of it. Eric, do I get this right?
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-27 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06 2:05 http proxy problem DAVID QI
2013-06-27 14:56 ` 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).