From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
To: Emacs Org mode <emacs-orgmode@gnu.org>
Subject: Re: Possible cache problems
Date: Wed, 10 Jun 2015 10:40:49 +0200 [thread overview]
Message-ID: <20150610084049.GB5260@chitra.no-ip.org> (raw)
In-Reply-To: <87h9qkv2kf.fsf@nicolasgoaziou.fr>
Hi Nicolas,
On Sun, Jun 07, 2015 at 01:29:04AM +0200, Nicolas Goaziou wrote:
> Suvayu Ali <fatkasuvayu+linux@gmail.com> writes:
>
> > I do not see anything happening. In the modeline I see OrgCacheD, so
> > the mode is definitely enabled. However to enable it, I had to do one
> > of these two:
> >
> > (setq ngz-debug-mode nil)
> > (setq ngz-debug-mode t)
>
> My bad, it should be
>
> (define-minor-mode element-debug-mode
> "Minor mode to debug Org Element cache."
> nil " OrgCacheD" nil
> (if element-debug-mode
> (progn (setq org-element-cache-sync-idle-time 3600)
> (add-hook 'after-change-functions 'element-check-cache t t))
> (setq org-element-cache-sync-idle-time 0.6)
> (remove-hook 'after-change-functions 'element-check-cache t)))
I got a message like the following one quite a few times.
Partially completed
======
WARNING. Corrupted element (table-row) at 34386
Real: (table-row (:type standard :begin 34386 :end 34430 :contents-begin 34387 :contents-end 34429 :post-blank 0 :post-affiliated 34386 :parent (table (:begin 34327 :end 34431 :type org :tblfm nil :contents-begin 34342 :contents-end 34430 :value nil :post-blank 1 :post-affiliated 34342 :attr_latex () :parent nil))))
Cached: (table-row (:type standard :begin 34386 :end 34430 :contents-begin 34387 :contents-end 34429 :post-blank 0 :post-affiliated 34386 :parent (table (:begin 34328 :end 34417 :type org :tblfm nil :contents-begin 34328 :contents-end 34416 :value nil :post-blank 1 :post-affiliated 34328 :parent nil))))
Last request: [34926 34372 34328 14 (property-drawer (:begin 34276 :end 34328 :contents-begin 34294 :contents-end 34316 :post-blank 1 :post-affiliated 34276 :parent nil)) (table (:begin 34327 :end 34431 :type org :tblfm nil :contents-begin 34342 :contents-end 34430 :value nil :post-blank 1 :post-affiliated 34342 :attr_latex () :parent nil)) 2]
I was trying to edit the attr_latex line for the following table:
#+attr_latex:
| year | 2012 | 2018 | 2022 | 2028 | 2035 |
| γ(°) | 7 | 4 | 1.3 | 0.9 | 0.6 |
Right now I'm not working with Org for a few days, but next week I'll
start again. So maybe I'll get a few other data points soon.
Cheers,
--
Suvayu
Open source is the future. It sets us free.
next prev parent reply other threads:[~2015-06-10 8:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-02 17:09 Possible cache problems Suvayu Ali
2015-06-02 20:26 ` Nicolas Goaziou
2015-06-02 21:21 ` Suvayu Ali
2015-06-02 21:27 ` Nicolas Goaziou
2015-06-02 21:35 ` Suvayu Ali
2015-06-06 19:38 ` Suvayu Ali
2015-06-06 23:29 ` Nicolas Goaziou
2015-06-07 3:39 ` Suvayu Ali
2015-06-10 8:40 ` Suvayu Ali [this message]
2015-06-10 21:41 ` Rasmus
2015-06-11 7:00 ` Nicolas Goaziou
2015-06-11 15:06 ` Suvayu Ali
2015-06-14 12:58 ` Nicolas Goaziou
2015-06-15 1:21 ` Suvayu Ali
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150610084049.GB5260@chitra.no-ip.org \
--to=fatkasuvayu+linux@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).