advice of `org-table-iterate'."
(when (and (called-interactively-p 'any)
all)
(org-table-remove-untouchable)))
(advice-add 'org-table-iterate :before #'org-table-remove-untouchable)
(advice-add 'org-table-recalculate :before
#'org-table-recalculate-remove-untouchable)
-
Sincerely,
Ruy Exel
-|
which is wrong because column widths are not uniform. The reason, I
suppose, is that when computing column widths, org-mode ignores the fact
that the change of time stamps may have altered the length of the printed
string.
Best wishes,
Ruy Exel
Wow! That was quick. Thanks.
Ruy
On Nov 15, 2017 15:15, "Nicolas Goaziou" wrote:
> Hello,
>
> Ruy Exel writes:
>
> > Consider the table below:
> >
> > | Name | Date of Birth|
> > |---+--|
> > | John
n formulas were applied,
so that each cell would be simply the output of the formula defining it.
Best,
Ruy
On Nov 15, 2017 14:42, "Nicolas Goaziou" wrote:
Hello,
Ruy Exel writes:
> The following is very simple org-mode spreadsheet in which the cells in
the
> second col
Thanks for your reply. I now understand and I also agree it is a good
solution.
Best,
Ruy
On Nov 15, 2017 19:54, "Nicolas Goaziou" wrote:
> Ruy Exel writes:
>
> > Thanks very much. Just out of curiosity I'd be interested in
> understanding
> > how did yo
Given a simple table such as
| Name | Age |
|---+-|
| John | 20 |
| Peter | 25 |
|---+-|
place the cursor in the cell containing 'Age', insert two columns pressing
'M-S-right' each time and, immediately after that, delete two columns with
"M-S-left". One would expect the tabl
Hi Nicolas,
This is indeed a good idea as it mimics the creation of a row in emacs
text-mode with "C-o".
Best wishes,
Ruy
On Sat, Nov 18, 2017 at 9:37 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Ruy Exel writes:
>
> > Given a simple table s
Hi Nicolas,
With the new implementation, is it possible to insert a column to the
left of the first column?
Best,
Ruy
On Tue, Nov 21, 2017 at 8:47 PM, Nicolas Goaziou wrote:
> Hello,
>
> Ruy Exel writes:
>
>> This is indeed a good idea as it mimics the creation of a row in
The "Column width and alignment" feature of org-mode (
http://orgmode.org/manual/Column-width-and-alignment.html) is not working
in the latest GIT version (as of Fri Dec 8 20:06:59 BRST 2017).
I have just tested it in the table
|---+--|
| | <6>
new one (9.1.2 (release_9.1.2-37-g3f8d67)).
Could I have premanently messed up my emacs installation by not following
the above Important advice?
Regards,
Ruy Exel
On Sat, Dec 9, 2017 at 12:50 AM, Kaushal Modi
wrote:
> Hello Ruy,
>
> First of all, thanks for confirming that this work
I feel this issue might have already been raised here but after
researching it I could not find anything relevant. So please ignore
this message and excuse me if I am returning to something already
discussed in this group.
Consider the following simple tree structure
-
* Trees
** Pine
It i
Dear Kaushal,
It took me a while to digest everything in your message, but I have
finally managed to do my home-work and everything is now working
perfectly! Thanks very much!
Yours,
Ruy
On Tue, Dec 12, 2017 at 6:53 PM, Kaushal Modi wrote:
> On Sat, Dec 9, 2017 at 1:11 PM Ruy Exel wr
12 matches
Mail list logo