emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Unable to push to org-mobile
Date: Mon, 20 Jan 2014 17:20:07 -0500	[thread overview]
Message-ID: <8738ki1ejs.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 7C5E5469-0D18-4387-8FD7-D3005F06FCCE@gmail.com

Dror Atariah <drorata@gmail.com> writes:

> I'm sorry I keep bugging with this... ;)
>
> On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote:
>
>> Nick Dokos <ndokos@gmail.com> writes:
>> 
>>> Dror Atariah <drorata@gmail.com> writes:
>>> 
>>>> 2. What's next? I believe this is a bug... How can I report it?
>>> 
>>> Consider it reported - thanks for checking it. I'll push the proposed fix later
>>> on today. If it is wrong, we can revert it later, but at least for now
>>> it seems to fix the bug.
>>> 
>> 
>> I pushed the patch.
>
> I believe that the patch is wrong. The line "((eq (car x) :grouptags)
> nil)" is currently (as per the version of ELPA) #463, but it yields
> the same error as the one I reported initially.  I moved it to line
> #464 (right after the one with ":newline") and it solved the issue.
>
> 1. Does it make sense?

No. I'd go back to a clean slate and try again: chances are you had
something left over (perhaps org-mobile.elc?) that's curdling thing.

The lines in question are

--8<---------------cut here---------------start------------->8---
      (setq def-tags (mapcar
		      (lambda (x)
			(cond ((null x) nil)
			      ((stringp x) x)
			      ((eq (car x) :startgroup) "{")
			      ((eq (car x) :endgroup) "}")
			      ((eq (car x) :grouptags) nil)
			      ((eq (car x) :newline) nil)
			      ((listp x) (car x))))
		      def-tags))
--8<---------------cut here---------------end--------------->8---

It makes absolutely no difference whether the :grouptags line comes
before or after the :newline line: they are mutually exclusive.

In any case, where is the backtrace?

Nick

  reply	other threads:[~2014-01-20 22:20 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <13008CFE-91B9-4221-9DBB-96157A4A2FC6@gmail.com>
2013-12-14 15:40 ` Unable to push to org-mobile Dror Atariah
2013-12-14 19:50   ` Nick Dokos
2013-12-14 21:06     ` Nick Dokos
2013-12-15  5:34       ` Dror Atariah
2013-12-15 14:17         ` Nick Dokos
2014-01-12 12:17           ` Dror Atariah
2014-01-12 12:53             ` Bastien
2014-01-12 12:58               ` Dror Atariah
2014-01-12 13:26                 ` Bastien
2014-01-12 13:34                   ` Dror Atariah
2014-01-12 23:30                     ` Bastien
2014-01-13  3:48                     ` Nick Dokos
2014-01-20 21:06       ` Dror Atariah
2014-01-20 22:20         ` Nick Dokos [this message]
2013-12-13  8:48 Dror Atariah
2013-12-13 15:08 ` Nick Dokos
2013-12-13 19:34   ` Dror Atariah
2013-12-13 19:51     ` Nick Dokos
2013-12-13 20:32       ` Dror Atariah
2013-12-13 22:08         ` Nick Dokos

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=8738ki1ejs.fsf@alphaville.bos.redhat.com \
    --to=ndokos@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).