From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas Subject: table align error Date: Sat, 28 Oct 2017 12:01:29 +0200 Message-ID: <8bc0b35c-447a-e59c-bd35-e2718c46a336@friendlyvillagers.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------10B6BC29FE9A4EAB1DABA25D" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8NzB-0003DK-Pc for emacs-orgmode@gnu.org; Sat, 28 Oct 2017 06:05:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8Nz8-0007bB-Jv for emacs-orgmode@gnu.org; Sat, 28 Oct 2017 06:05:01 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::12]:17604) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e8Nz8-0007ZQ-9X for emacs-orgmode@gnu.org; Sat, 28 Oct 2017 06:04:58 -0400 Received: from [192.168.178.54] (p4FD91E67.dip0.t-ipconnect.de [79.217.30.103]) by smtp.strato.de (RZmta 42.8 DYNA|AUTH) with ESMTPSA id C06500t9SA1UVWZ (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Sat, 28 Oct 2017 12:01:30 +0200 (CEST) Content-Language: de-LU 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" To: Org Mode This is a multi-part message in MIME format. --------------10B6BC29FE9A4EAB1DABA25D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi! org mode table align ( key) is broken on my installation. I'm using the latest version from github:  Org mode version 9.1.2 (release_9.1.2-154-g99dbca @ /home/thomas/dev/elisp/orgmode/org-mode/lisp/) This is the message I get when pressing on any table:  org-table-align: Wrong number of arguments: #[(string &optional separators omit-nulls) "ƒ This is the output from toggle-error-on-debug:  Debugger entered--Lisp error: (wrong-number-of-arguments #[(string &optional separators omit-nulls) "\203  [separators omit-nulls split-string-default-separators list notfirst start t 0 nil string-match rexp keep-nulls string] 5 1652423] 4)   split-string(#("| test\n" 0 6 (fontified nil face org-table) 6 7 (fontified nil)) "\n" t "[     ]")   org-table-align()   org-table-next-field()   call-interactively(org-table-next-field)   org-cycle(nil)   call-interactively(org-cycle nil nil)   recursive-edit()   debug()   call-interactively(debug record nil)   command-execute(debug record)   execute-extended-command(nil "debug")   call-interactively(execute-extended-command nil nil)* * I can't figure out what's wrong with my installation ... any suggestions would be very helpful! thank you, thomas * * --------------10B6BC29FE9A4EAB1DABA25D Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hi!

org mode table align (<TAB> key) is broken on my installation.

I'm using the latest version from github:

 Org mode version 9.1.2 (release_9.1.2-154-g99dbca @ /home/thomas/dev/elisp/orgmode/org-mode/lisp/)

This is the message I get when pressing <TAB> on any table:

 org-table-align: Wrong number of arguments: #[(string &optional separators omit-nulls) "ƒ

This is the output from toggle-error-on-debug:

 Debugger entered--Lisp error: (wrong-number-of-arguments #[(string &optional separators omit-nulls) "\203

 [separators omit-nulls split-string-default-separators list notfirst start t 0 nil string-match rexp keep-nulls string] 5 1652423] 4)
  split-string(#("| test\n" 0 6 (fontified nil face org-table) 6 7 (fontified nil)) "\n" t "[     ]")
  org-table-align()
  org-table-next-field()
  call-interactively(org-table-next-field)
  org-cycle(nil)
  call-interactively(org-cycle nil nil)
  recursive-edit()
  debug()
  call-interactively(debug record nil)
  command-execute(debug record)
  execute-extended-command(nil "debug")
  call-interactively(execute-extended-command nil nil)

I can't figure out what's wrong with my installation ... any suggestions would be very helpful!

thank you,

thomas





--------------10B6BC29FE9A4EAB1DABA25D--