Re: [O] Difficulties Accessing git Repository

2013-10-08 Thread Longmin WANG
On Wed, Oct 9, 2013 at 9:46 AM, Mike McLean mike.mcl...@pobox.com wrote:


 On Oct 8, 2013, at 9:13 PM, Nick Dokos ndo...@gmail.com wrote:

  Charles Millar mill...@verizon.net writes:
 
  Hello,
 
  On 10/8/2013 1:32 PM, Josiah Schwab wrote:
  Hi All,
 
  I just tried to pull from the main org-mode git repository.  I
  encountered the following failure.
 
  ,
  | monolith:(stable) org-mode$ git pull
  | fatal: read error: Connection reset by peer
  `
  I can confirm this issue.  I successfully pulled earlier today though.
  This seems to be intermittent.  It worked (~8 hours) later on October
 2.
  I tried to update a few minutes ago and again had a failure.
 
  Is there any other information that would be useful to report?  I tried
  to pull while at my home (residential ISP) and then my work
  (university), and had failures both times.
 
  Josiah
 
 
  This morning and just now I tried to update using
 
  cd ~/.elisp/org-mode  make update2
 
  and the following failure resulted
 
  rm -f
  git remote update
  Fetching origin
  fatal: read error: Connection reset by peer
  error: Could not fetch origin
  make: ***  [up0] error 1
 
 
  I just [21:12:04 EDT] tried it and it worked. The question is: did
  somebody do something to bring it back or is it really intermittent?

 I couldn't pull this morning, nor just now.

 $ git --no-pager fetch origin
 fatal: read error: Connection reset by peer
 git exited abnormally with code 128.





I also failed to pull last night and this morning with the same errors.

-- 
Longmin Wang (http://math.nankai.edu.cn/~wanglm/)
Nankai University, 94 Weijin Road, Tianjin 300071, P. R. China
http://math.nankai.edu.cn/~wanglm/


Re: [O] build errors on os x

2013-09-26 Thread Longmin WANG
On Thu, Sep 26, 2013 at 3:32 PM, Alan Schmitt 
alan.schm...@polytechnique.org wrote:

 skip.coll...@gmail.com writes:

  The problem persists. Can anyone else confirm? Perhaps this should be
  added to the bug tracker file. For the record, my local.mk file is:
  EMACS = /Applications/Emacs.app/Contents/MacOS/Emacs
  prefix = /usr/local/share
 
  On Tue, Sep 24, 2013 at 11:11 AM, Skip Collins skip.coll...@gmail.com
 wrote:
 
  For the last few days, building org with make up2 results in the
  following failed tests with Emacs for Mac OS X 24.3.1:
 
  Ran 456 tests, 448 results as expected, 8 unexpected (2013-09-24
 10:59:21-0400)
  5 expected failures
 
  8 unexpected results:
 FAILED  test-ob/org-babel-remove-result--results-code
 FAILED  test-ob/org-babel-remove-result--results-default
 FAILED  test-ob/org-babel-remove-result--results-html
 FAILED  test-ob/org-babel-remove-result--results-latex
 FAILED  test-ob/org-babel-remove-result--results-list
 FAILED  test-ob/org-babel-remove-result--results-org
 FAILED  test-ob/org-babel-remove-result--results-pp
 FAILED  test-ob/org-babel-remove-result--results-wrap

 I'm seeing the same errors here, using the emacs from
 https://github.com/railwaycat/emacs-mac-port

 Alan


Same errors here both on os x and gentoo.

Longmin

-- 
Longmin Wang (http://math.nankai.edu.cn/~wanglm/)
Nankai University, 94 Weijin Road, Tianjin 300071, P. R. China
http://math.nankai.edu.cn/~wanglm/


Re: [O] CDLaTeX (4.0) not working in Org mode (8.0.3)?

2013-05-20 Thread Longmin WANG
On Mon, May 20, 2013 at 11:14 AM, Omid omidl...@gmail.com wrote:

 I see the following strange behavior from Org-CDLaTeX (OCDL).

 Outside a * heading it works. Inside a * heading (or anything under that)
 it does NOT work. What can be causing this?

 Here is a minimal example:

 # Org CDLaTeX (OCDL) works here (at least does not issue an error)
 \[
 x^2
 \]

 * heading
 ** subheading
# Org CDLaTeX (OCDL) does NOT work here. Pressing ^ (caret) or _
# (underscore) causes the following error to appear in *Messages*
# buffer:
#
# call-interactively: Symbol's value as variable is void:
# last-command-char
\[
x
\]
# Same error here.
\begin{align*}
x
\end{align*}


last-command-char should be changed to last-command-event in cdlatex.el.

-- 
Longmin Wang (http://wanglm.droppages.com/)
Nankai University, 94 Weijin Road, Tianjin 300071, P. R. China
http://math.nankai.edu.cn/~wanglm/


[Orgmode] Displayed math formula interrupts enumeration when exporting to html

2009-08-20 Thread Longmin Wang
Hi, 

I am using org-mode integrated in emacs 23.1.1.  When I export the org
file to html file, the enumerations will be interrupted by some
displayed math formulae. For example, the codes

  1. The first. 

  2. A displayed formula: \[ \int_0^{+\infty} \frac{c}{1+x^2}dx=1. \]

  3. The third. 

will generate

   1. The first.
   2. A displayed formula:
   the formula
   1. The third. 

Is it a bug? Or I made some mistakes in the source file. 

Longmin Wang

-- 
Longmin Wang longminw...@gmail.com
Math. Dept., Nankai Univ., China
http://math.nankai.edu.cn/~wanglm/
GnuPG-Key ID: 1024D/2A5CFA5C
Fingerprint: 8587 1246 3AAD C185 D419  ADF1 B620 D8B8 2A5C FA5C


___
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