Re: bug#45915: 28.2; delete-char deletes two letters

2022-09-22 Thread Tak Kunihiro
>>> One other possibility is to use a slightly different :relative-width >>> factor for the two spaces in a table cell: one with the value of 1, >>> the other with 1.001 (say). They will be indistinguishable on >>> display, but since the values are not equal, both stretch gfyphs will >>> be displa

bug#45915: 28.2; delete-char deletes two letters

2022-09-15 Thread Tak Kunihiro
I confirmed that delete-char still deletes two letters on emacs-version: 28.2, org-version: 9.5.5. I found out (org-table-align) in (org-table-copy-down) makes this situation. Can someone take a look (org-table-align)? TIA #+begin_src emacs-lisp (defun emacs-bug-reproduce-45915 () "Reproduce

bug#45915: 28.1; delete-char deletes two letters

2022-07-13 Thread Tak Kunihiro
As Ihor pointed out, delete-char deletes two letters. Can someone take a look and evaluate if this is issue with delete-char? I simplified the recipes as shown below. #+begin_src emacs-lisp (defun emacs-bug-reproduce-45915 () "Reproduce bug#45915." ;; (gnus-read-ephemeral-emacs-bug-group 4591

bug#45915: 28.0.90; deletechar distorts org-table

2022-05-23 Thread Tak Kunihiro
Dear Ihor, > However, this (delete-char 1) somehow deletes 2!! chars instead of > 1. This should be some tricky Emacs issue (bug?). In any case, I am > not ready to dig into what is going on in Emacs. I do not think that > such problem is going to appear during normal Emacs usage. At least, I > wa

bug#45915: 28.0.90; deletechar distorts org-table

2021-12-28 Thread Tak Kunihiro
Dear Ihor Thank you for the patch. I applied the patch to org-table.el on Emacs 28.0.90. And I still see the problem there. Is the problem solved by the patch on your environment? Tak Ihor Radchenko writes: > Tak Kunihiro writes: > >> I confirm that there still is the prob

bug#45915: 28.0.90; deletechar distorts org-table

2021-12-07 Thread Tak Kunihiro
I confirm that there still is the problem with org-table on Emacs 28.0.90 pretest with org-version 9.5.1. Here is a recipe to reproduce the problem. I still have to stick to 26.3. 1. emacs -Q 2. (defun emacs-bug-reproduce-45915 () ...) 3. (call-interactively 'emacs-bug-reproduce-45915) (defu

bug#45915: 29.0.50; deletechar distorts org-table

2021-10-10 Thread Tak Kunihiro
I confirm that there is still problem with org-table on Emacs 29.0.50 with org-version 9.5. I created a function to produce the problem as shown below. Can you try again? (defun emacs-bug-reproduce-45915 () "Reproduce bug#45915." ;; (gnus-read-ephemeral-emacs-bug-group 45915) (interactive)

bug#45915: 27.2; deletechar distorts org-table

2021-04-28 Thread Tak Kunihiro
>> I confirm that there still is following problem on 27.1.91. >> Could someone take a look and show me work around? > > I cannot reproduce this with latest Org stable version 9.4.5. > > Can you try again and report? I downloaded Org 9.4.5 and reproduced the problem on 26.3, 27.2, and 28.0.50. H

bug#45915: 27.1.91; deletechar distorts org-table

2021-01-30 Thread Tak Kunihiro
I confirm that there still is following problem on 27.1.91. Could someone take a look and show me work around? > I am using emacs 27.1 with orgtbl-mode. On certain condition, typing > distorts alighment of a table. Then, typing moves > previous line but far right position. > > | | rownames |

bug#45091: 27.1; M-x org-table-paste-rectangle

2021-01-16 Thread Tak Kunihiro
Naoya showed me workaround. #+begin_src emacs-lisp (when (equal emacs-major-version 27) (with-eval-after-load "org-compat" (defalias 'org-font-lock-ensure 'ignore))) #+end_src Now I switched from 26.3 to 27.1.

bug#45091: 27.1; M-x org-table-paste-rectangle

2020-12-20 Thread Tak Kunihiro
>> > I'll keep looking a bit, but at this point it doesn't seem to have >> > anything to do with the antiblink feature. I might be wrong, but I >> > think that only shows up first in the messages buffer because it's >> > unlucky enough to be one of the first users of syntax-ppss after a >> > comma

bug#45091: 27.1; M-x org-table-paste-rectangle

2020-12-20 Thread Tak Kunihiro
> I'll keep looking a bit, but at this point it doesn't seem to have > anything to do with the antiblink feature. I might be wrong, but I > think that only shows up first in the messages buffer because it's > unlucky enough to be one of the first users of syntax-ppss after a > command. I confirme

bug#45091: 27.1; M-x org-table-paste-rectangle

2020-12-09 Thread Tak Kunihiro
> Tak Kunihiro, what is in your opinion the deciding character of these > files? I.e. what did you change from the first file (where I couldn't > reproduce) to the second? The difference between the first and the second files is, the existence of plain sentences after the second org

[O] orgtbl-to-matlab

2014-10-23 Thread Tak Kunihiro
Since LaTeX + radiotable is so comfortable, I start to use it on MATLAB coding. The translator may be useful for some and I want to let you know. %{ #+ORGTBL: SEND tbl:radiotable orgtbl-to-matlab :no-escape t |x | y | symbol | |--+---+| | 0.79 | 0.243 | + | | 0.78 | 0

Re: [O] Create a longtable in LaTeX from orgtbl

2014-10-10 Thread Tak Kunihiro
http://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00634.html Thank you for responses in regard to making a longtable using a radio table. I found a way and want to let you know. \begin{footnotesize} \begin{center} % BEGIN RECEIVE ORGTBL tbl:greate-results % END RECEIVE ORGTBL

[O] Emacs speaks to spreadsheet

2014-08-27 Thread Tak Kunihiro
To make a plot using org-babel/R with org-table (as data.frame) is an ultimate weapon for me. Thank you for development. Occasionally I want to transport datasets between Excel and org-table. Two essential operations are (a) to copy cells from Excel and paste into org-table and (b) other way arou

[O] Create a longtable in LaTeX from orgtbl

2014-06-17 Thread Tak Kunihiro
Dear all, Can you show how to create a longtable in LaTeX from orgtbl? When a table in short, I create a LaTeX table in following way, as demonstrated in manual. https://www.gnu.org/software/emacs/manual/html_node/org/A-LaTeX-example.html #+BEGIN_SRC LaTeX \begin{table}[htdp] \begin{center}