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
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
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
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
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
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
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
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
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
(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
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
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
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
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
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!
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
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
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.
>
>
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
[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)
>
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
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
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
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
[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
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
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
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
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
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
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
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
32 matches
Mail list logo