Re: orgmode tables

2024-04-22 Thread Leo Butler
Beyond what Mark and Ihor have written, you can insert the column in the table as you did, and then use M- or M- to move it. That works for me with: (insert (emacs-version)) GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-02-26, modified by Debi

Re: orgmode tables

2024-04-22 Thread Ihor Radchenko
Jude DaShiell writes: > Doesn't work here. Just makes the terminal beep. Using terminal Emacs? Be aware that terminals cannot emulate certain key bindings, including modifier + arrow keys. See https://orgmode.org/manual/TTY-Keys.html -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
Thanks Mark, that solution just caught me a mouse! -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Mon, 22 Apr 2024, Mark Barton wrote: > I always forget the command to add columns, so I usual

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
Doesn't work here. Just makes the terminal beep. That's on the line with the column headings and on a first line with table values. The table starts at 80 characters width and after this is done ends with 80 characters width. I've tried this with the gray arrow keys and also with the arrow keys

Re: orgmode tables

2024-04-22 Thread Dave Marquardt
Jude DaShiell writes: > As it happens c-s-right comes back with c-s-right is undefined. > This is emacs-nativecomp 29 on slint and slint is the international > version of slackware. > At this point I think orgmode could use is a tool to be run that will find > and let the user or installer know a

Re: orgmode tables

2024-04-22 Thread Dave Marquardt
Jude DaShiell writes: > m-s-right is meta-shift-rightarrow if I have that correct. Now if I put > point in the last column of the table and do that, I'll get a column to > the left which will be blank. What I tried to ask is if I put point in > the last column of the table what can I do to have

Re: orgmode tables

2024-04-22 Thread Mark Barton
I always forget the command to add columns, so I usually just modify the header row to add them to the end by using the "|" character to separate them. Once I press tab, then Org will correct the table. started with two columns | one | two | |-+-| | 1 | 2 | add two more to the heade

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
As it happens c-s-right comes back with c-s-right is undefined. This is emacs-nativecomp 29 on slint and slint is the international version of slackware. At this point I think orgmode could use is a tool to be run that will find and let the user or installer know all of the undefined key combinatio

Re: orgmode tables

2024-04-22 Thread Jude DaShiell
m-s-right is meta-shift-rightarrow if I have that correct. Now if I put point in the last column of the table and do that, I'll get a column to the left which will be blank. What I tried to ask is if I put point in the last column of the table what can I do to have a new column appear to the righ

Re: orgmode tables

2024-04-22 Thread Leo Butler
(info "(org)Built-in Table Editor") ‘M-S-’ (‘org-table-insert-column’) Insert a new column at point position. Move the recent column and all cells to the right of this column to the right. Leo On Mon, Apr 22 2024, Jude DaShiell wrote: > when making a table in orgmode, I forgot to ad

Re: [Orgmode] Tables and environment with parameters

2010-06-24 Thread Carsten Dominik
Hi Sebastien, maybe you could use git bisect to identify the offending commit? Thanks! - Carsten On Jun 23, 2010, at 11:30 PM, Sébastien Vauban wrote: Hi, I'm filling my taxes now. Of course, using Org for keeping a trace of all computations and reasons of imputing this or that... Thoug

Re: [Orgmode] Tables in ASCII export

2010-02-20 Thread Carsten Dominik
On Feb 19, 2010, at 7:54 PM, Michael Gauland wrote: carsten.dominik> this behavior is now the default, controlled by the new user option carsten.dominik> `org-export-ascii-table-widen-columns'. Thanks. That's a start, but what I really want is to have long cells folded, so that one table r

Re: [Orgmode] Tables in ASCII export

2010-02-19 Thread Michael Gauland
carsten.dominik> this behavior is now the default, controlled by the new user option carsten.dominik> `org-export-ascii-table-widen-columns'. Thanks. That's a start, but what I really want is to have long cells folded, so that one table row might become several lines in the ASCII export. For exam

Re: [Orgmode] Tables in ASCII export

2010-02-12 Thread Carsten Dominik
Hi Michael, this behavior is now the default, controlled by the new user option `org-export-ascii-table-widen-columns'. Hope this helps. - Carsten On Feb 6, 2010, at 8:15 PM, Michael Gauland wrote: When I export tables to ASCII, I'd like the rows to expand as necessary so the full contents

Re: [Orgmode] Tables in ASCII export

2010-02-10 Thread Carsten Dominik
On Feb 6, 2010, at 8:15 PM, Michael Gauland wrote: When I export tables to ASCII, I'd like the rows to expand as necessary so the full contents is visible. I've has a look at org-exp.el, but I'm at a bit of a loss as to where to start mucking in. Any pointers would be greatly appreciated!

Re: [Orgmode] Tables to DB

2009-12-04 Thread Sebastian Rose
andrea writes: > Org tables are great but for visualization and querying maybe databases > are better, for example sqlite for small amounts of data is very nice > and powerful. > > I found this > http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I > haven't tried yet but looks nic

Re: [Orgmode] Tables to DB

2009-12-04 Thread Dan Davison
andrea writes: > Org tables are great but for visualization and querying maybe databases > are better, for example sqlite for small amounts of data is very nice > and powerful. > > I found this > http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I When I read interesting and imp

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-10 Thread andrew dasys
Nick, thank you for figuring this out. Will upgrade as suggested. Again thank you both for the great application. Andrew On Tue, Mar 10, 2009 at 1:36 AM, Carsten Dominik wrote: > Fix, thanks, in particular to Nick for sorting this out. > > Andrew, I strongly suggest you upgrade to Emacs 22. > >

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-09 Thread Carsten Dominik
Fix, thanks, in particular to Nick for sorting this out. Andrew, I strongly suggest you upgrade to Emacs 22. - Carsten On Mar 10, 2009, at 3:12 AM, Nick Dokos wrote: [I mangled the previous response, so let me try again.] andrew dasys wrote: Nick, thank you for looking at this. I am runn

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-09 Thread Nick Dokos
[I mangled the previous response, so let me try again.] andrew dasys wrote: > Nick, > thank you for looking at this. > > I am running Emacs 21.4.1 Nothing bleeding edge here. > > The help for split-string looks reasonable  (compiled Lisp comes from "subr" > ) (complete output attached) >

Re: latex exporting strangeness [was: Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error]

2009-03-09 Thread Nick Dokos
andrew dasys wrote: > Blank at start of file does not do it for me. > Yes, this is just a workaround for the funny ordering: it does not resolve the error you get (but I hope that the patch that I just posted will). Nick ___ Emacs-orgmode mailing l

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-09 Thread Nick Dokos
andrew dasys wrote: > Nick, > thank you for looking at this. > > I am running Emacs 21.4.1 Nothing bleeding edge here. > > The help for split-string looks reasonable  (compiled Lisp comes from "subr" > ) (complete output attached) > ... > split-string is a compiled Lisp function in `sub

Re: latex exporting strangeness [was: Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error]

2009-03-09 Thread andrew dasys
Blank at start of file does not do it for me. On Mon, Mar 9, 2009 at 6:42 PM, Nick Dokos wrote: > [replying to my own mail] > > Nick Dokos wrote: > > > > > I said above that the export succeeds and it does, in the sense that I > > get no errors. However, the exported latex looks strange - the

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-09 Thread andrew dasys
Nick, thank you for looking at this. I am running Emacs 21.4.1 Nothing bleeding edge here. The help for split-string looks reasonable (compiled Lisp comes from "subr" ) (complete output attached) A bit of debugging gets me to the point where split-string works fine if you only include the t

latex exporting strangeness [was: Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error]

2009-03-09 Thread Nick Dokos
[replying to my own mail] Nick Dokos wrote: > > I said above that the export succeeds and it does, in the sense that I > get no errors. However, the exported latex looks strange - the table > comes *before* the "MASH" section. Is this a bug or is it a peculiarity > of my configuration? Can som

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-09 Thread Nick Dokos
andrew dasys wrote: > > * MASH > | id | Actor | Character | > |+---+---| > | 1 | Allan Alda| "Hawkeye" Benjamin Pierce | > | 2 | Gary Burghoff | "Radar" Walter O'Reilly | > | 3 | Loretta Switt | "Hotlips" Margaret Hoolihan

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-09 Thread andrew dasys
Carsten, Attached text file with original table.org and associated backtrace. This was run on 6.24a fresh from git. Slight delay in that I could not get back to my Linux machine for a few days. Also the org-reload does not work as it seems neither my windows or ubuntu machine recognize find-libra

Re: [Orgmode] Tables and Latex "Wrong-number-of-arguments" error

2009-03-05 Thread Carsten Dominik
Please make a backtrace with uncompiled code: Reload Org with C-u C-c C-x r and hit the error again. Thanks. - Carsten On Mar 4, 2009, at 7:48 PM, andrew dasys wrote: Trying to org-export-latex-... any table in 6.23trans and 6.23b results both on WinXP and Ubuntu results in an error. S

Re: [Orgmode] Tables and "combo box"

2008-08-12 Thread Sebastian Rose
Hi Carlo, I don't seem to understand what you meant realy. Could you try to explain what you meant in more depth - maybe with an example it that helps? It is possible to create checkboxes in org like so: A) in lists: - [ ] item 1 + [ ] Subitem - [ ] item 2 (press SHIFT-RET to add an

Re: [Orgmode] Tables: Calculating cumulative and final grades

2008-08-02 Thread Kene Meniru
I thought as much. Thanks for the help. I have installed the code for the number sequencing which is a bigger headache than the cumulative grade. I never thought that field code can be used along with column code. Interesting info. By the way using a spreadsheet is not as efficient for me as us

Re: [Orgmode] Tables: Calculating cumulative and final grades

2008-08-01 Thread Juri Krivov
On Fri, Aug 1, 2008 at 9:40 AM, Kene Meniru <[EMAIL PROTECTED]> wrote: > Thanks to everyone who helped me with the letter grading and ranking > formula for columns 17/Q and 18/R above. I wish to trouble you all again > with two requests. After incorporating the two solutions above and entering > m

Re: [Orgmode] Tables and hidden emphasis bug

2007-12-02 Thread Carsten Dominik
On 12/2/07, Scott Otterson <[EMAIL PROTECTED]> wrote: > There's a small bug with hidden emphasis markers inside of tables. In > the attached org file, if I have org-hide-emphasis-markers set to true, > then in the 2nd to last row (starting with 04878) the first and last > columns are incorrectly l