branch: externals/valign
commit 8e598bf0b9036133acc8130ead88911a045f9704
Author: Yuan Fu <[email protected]>
Commit: Yuan Fu <[email protected]>
; * test.org: Add a test table.
---
test.org | 20 ++++++++++++++++++++
valign.el | 2 +-
2 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/test.org b/test.org
index 378ef92..6444f0d 100644
--- a/test.org
+++ b/test.org
@@ -40,6 +40,26 @@
| 888888888 |
| 4 |
++--+--------------------+-----------------+-----------------------+
+| |Cardiorespiratory |Strength |Flexibility Training |
+| |Endurance |Training | |
++--+--------------------+-----------------+-----------------------+
+|F |Most days of the |2–3 days/week |2–3 days/week; ideally |
+| |week |non-consecutive |5–7 days/week |
++--+--------------------+-----------------+-----------------------+
+|I |55–85% of max heart |Should fatigue |Feel slight tension |
+| |rate |the muscle |during the stretch, |
+| | | |but not pain |
++--+--------------------+-----------------+-----------------------+
+|T |30–60 minutes or 20 |8–12 reps for 1 |2–4 reps holding each |
+| |minutes of vigorous |or more sets of |stretch for 10–30 |
+| |activity |8–10 exercises |seconds |
++--+--------------------+-----------------+-----------------------+
+|T |Continuous activity |All major muscle |All major joints |
+| |that uses large |groups | |
+| |muscle groups | | |
++--+--------------------+-----------------+-----------------------+
+
#+latex: : | Table | Header | Header |
|------------+---------------------------------+----|
| 汉字中文…… | ddddddddddddddddddddddddddddddd | CC |
diff --git a/valign.el b/valign.el
index b327ccd..dfb9155 100644
--- a/valign.el
+++ b/valign.el
@@ -739,7 +739,7 @@ If FORCE non-nil, force align."
(defun valign--table-2 ()
"Visually align the table.el table at point."
- ;; Instead of overlays, we use text proeprties in this function.
+ ;; Instead of overlays, we use text properties in this function.
;; Too many overlays degrades performance, and we add a whole bunch
;; of them in this function, so better use text properties.
(valign--beginning-of-table)