From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sanjib Sikder Subject: #+BEGIN_COMMENT latex export issue Date: Mon, 15 Oct 2012 16:13:55 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9399d893ebf3a04cc16b917 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNiA8-0003fB-95 for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 06:44:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNiA1-0006Ih-9H for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 06:44:44 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:47549) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNiA1-0006IV-13 for emacs-orgmode@gnu.org; Mon, 15 Oct 2012 06:44:37 -0400 Received: by mail-oa0-f41.google.com with SMTP id k14so5702542oag.0 for ; Mon, 15 Oct 2012 03:44:36 -0700 (PDT) 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 --14dae9399d893ebf3a04cc16b917 Content-Type: text/plain; charset=ISO-8859-1 Hi, #+BEGIN_COMMENT Some text #+END_COMMENT The above code is not working on my desktop while it runs without any error on my laptop. I have same .emacs set up for both desktop and laptop. I am getting the following error message. byte-code: unbalanced begin/end_comment blocks with #("#+BEGIN_COMMENT " 0 15 (fontified nil font-lock-fontified t) 15 16 (fontified nil font-lock-fontified t)) Thanks. Following is the corresponding part in my .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. '(TeX-PDF-mode t t) '(TeX-source-correlate-method (quote synctex)) '(TeX-source-correlate-mode t) '(TeX-source-correlate-start-server t) '(TeX-view-program-list (quote (("Okular" "okular --unique %o#src:%n%b")))) '(TeX-view-program-selection (quote ((output-pdf "Okular") ((output-dvi style-pstricks) "dvips and gv") (output-dvi "xdvi") (output-html "xdg-open")))) '(org-modules (quote (org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail *org-special-blocks* org-vm org-wl org-w3m))) '(show-paren-mode 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. '(default ((t (:inherit nil :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "Liberation Sans"))))) ----------------------------- *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * --14dae9399d893ebf3a04cc16b917 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

#+BEGIN_COMMENT
Some text
#+END_COMMENT

The above c= ode is not working on my desktop while it runs without any error on my lapt= op. I have same .emacs set up for both desktop and laptop. I am getting the= following error message.

byte-code: unbalanced begin/end_comment blocks with #("#+BEGIN_COM= MENT
" 0 15 (fontified nil font-lock-fontified t) 15 16 (fontified = nil font-lock-fontified t))


Thanks.

Following is the corr= esponding part in my .emacs

(custom-set-variables
=A0 ;; custom-set-variables was added by Custo= m.
=A0 ;; If you edit it by hand, you could mess it up, so be careful.=A0 ;; Your init file should contain only one such instance.
=A0 ;; If= there is more than one, they won't work right.
=A0'(TeX-PDF-mode t t)
=A0'(TeX-source-correlate-method (quote s= ynctex))
=A0'(TeX-source-correlate-mode t)
=A0'(TeX-source-co= rrelate-start-server t)
=A0'(TeX-view-program-list (quote (("Ok= ular" "okular --unique %o#src:%n%b"))))
=A0'(TeX-view-program-selection (quote ((output-pdf "Okular")= ((output-dvi style-pstricks) "dvips and gv") (output-dvi "x= dvi") (output-html "xdg-open"))))
=A0'(org-modules (q= uote (org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc = org-mew org-mhe org-rmail org-special-blocks org-vm org-wl org-w3m))= )
=A0'(show-paren-mode t))
(custom-set-faces
=A0 ;; custom-set-face= s was added by Custom.
=A0 ;; If you edit it by hand, you could mess it = up, so be careful.
=A0 ;; Your init file should contain only one such in= stance.
=A0 ;; If there is more than one, they won't work right.
=A0'(de= fault ((t (:inherit nil :stipple nil :background "white" :foregro= und "black" :inverse-video nil :box nil :strike-through nil :over= line nil :underline nil :slant normal :weight normal :height 98 :width norm= al :foundry "unknown" :family "Liberation Sans")))))
-----------------------------
Sanjib Sikder
Ph.D. Fellow
Chemical Engineering
IIT Bombay




--14dae9399d893ebf3a04cc16b917--