emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tony E. Bennett <tony.e.bennett@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-open-line inconsistent treatment of marking characters '#' and '*'
Date: Sun, 13 Jan 2019 10:12:35 -0500	[thread overview]
Message-ID: <m2ef9glhgc.fsf@gmail.com> (raw)
In-Reply-To: 87pnt0yfpx.fsf@nicolasgoaziou.fr

Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Tony E. Bennett <tony.e.bennett@gmail.com> writes:
>
>> How would org verify column 1 is a special column beyond just checking for
>> [#*$] which it does already ?
>
> It would require to check every row. For example, there is no special
> column in the following table
>
>   | * | cell |
>   | 1 | cell |

Is 'special first _column_' really an org concept?  Recalc seems to only
look at each row individually.  This table:

  | * | 7 | 11 |   |
  | 1 | 8 | 11 |   |
  | * | 9 | 11 |   |
  #+TBLFM: $4=$2*$3

Then 'C-u C-c *' gives:

  | * | 7 | 11 | 77 |
  | 1 | 8 | 11 |    |
  | * | 9 | 11 | 99 |
  #+TBLFM: $4=$2*$3

The '1' in @2 did not interfere at all with special recalc of @1 & 3.

> However, that would be too long, so maybe not copying anything over the
> next row would be the way to go.

I hope not as the current behavior is very convenient and with little
risk of unintended or unwanted behavior.

thanks

-- 

--tony

      reply	other threads:[~2019-01-13 15:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-10 16:37 org-open-line inconsistent treatment of marking characters '#' and '*' Tony E. Bennett
2019-01-12 10:42 ` Nicolas Goaziou
2019-01-13  1:48   ` Tony E. Bennett
2019-01-13 11:11     ` Nicolas Goaziou
2019-01-13 15:12       ` Tony E. Bennett [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ef9glhgc.fsf@gmail.com \
    --to=tony.e.bennett@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).