emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* a lisp question
@ 2013-09-24 12:24 tumashu
  2013-09-25  2:18 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: tumashu @ 2013-09-24 12:24 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

 How can i convert (1 2 3 5 7 8 9 10 11 12 13) to
((1 2 3 ) (5) (7) (8 9) (10 11 12 13))? 



[-- Attachment #2: Type: text/html, Size: 146 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: a lisp question
  2013-09-24 12:24 a lisp question tumashu
@ 2013-09-25  2:18 ` Nick Dokos
  2013-09-25 12:31   ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2013-09-25  2:18 UTC (permalink / raw)
  To: emacs-orgmode

"tumashu@gmail.com" <tumashu@gmail.com> writes:

> How can i convert (1 2 3 5 7 8 9 10 11 12 13) to
> ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))?
>

Two problems:

Wrong list: try comp.lang.lisp instead.
Incomplete problem description: see "How to ask questions
the smart way" at http://www.catb.org/esr/faqs/smart-questions.html.

-- 
Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: a lisp question
  2013-09-25  2:18 ` Nick Dokos
@ 2013-09-25 12:31   ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2013-09-25 12:31 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode

Nick Dokos <ndokos@gmail.com> writes:

> "tumashu@gmail.com" <tumashu@gmail.com> writes:
>
>> How can i convert (1 2 3 5 7 8 9 10 11 12 13) to
>> ((1 2 3 ) (5) (7) (8 9) (10 11 12 13))?
>>
>
> Two problems:
>
> Wrong list: try comp.lang.lisp instead.
> Incomplete problem description: see "How to ask questions
> the smart way" at http://www.catb.org/esr/faqs/smart-questions.html.

Well, not really *the* good answer, but Org has a function to easily
get a sublist from a list:

(org-sublist '(1 2 3 4 5 6) 2 4)
=> (2 3 4)

So this might be handy in this case.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-25 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-24 12:24 a lisp question tumashu
2013-09-25  2:18 ` Nick Dokos
2013-09-25 12:31   ` 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).