Using consult-outline deselectes some parts of a visual selection #1167
Unanswered
Doodler8888
asked this question in
Q&A
Replies: 1 comment
-
Yes, this can be a consequence from mark and point placement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For instance i have this org file:
System Startup
This section describes the system startup process. First, the system checks for a valid configuration file. If the file is found, the system parses the configuration data. Next, the system attempts to connect to the database. If the connection is successful, the system proceeds to the next stage. Otherwise, an error is logged, and the system terminates. After connecting to the database, the system initializes various modules and performs self-tests. Once all self-tests pass, the system enters the ready state. A status message is displayed indicating successful startup.
Data Processing
This section describes how the system processes data. The raw data is first retrieved from the specified source. The source can be a file, a database, or a network stream. After retrieving the data, the system validates the data format to ensure that it meets the required specifications. If the data format is invalid, an error is logged, and the data is discarded. Valid data is then transformed according to a set of predefined rules. The transformed data is then stored in the database. Finally, a report is generated summarizing the processed data. This report includes statistics such as the number of records processed, the number of errors encountered, and the processing time.
'Data Processing' and 'System Startup' are two headings. If i select the line of the first heading:
Then use consult-line to select the second heading and go to it:
Then after confirming the selection by pressing RET, it will deselect the first and the last lines of the selection:
Beta Was this translation helpful? Give feedback.
All reactions