diff options
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -540,9 +540,9 @@ Each test file runs in its own Emacs batch process for isolation. See [[file:TES :CUSTOM_ID: faq :END: -*** I edited the heading title and synced the description. Why did the title stay the same? +*** I edited the heading title and the description. Why did only one of them update? -Titles and descriptions push through separate commands. Use =pearl-sync-current-issue= for the body and =pearl-sync-current-issue-title= for the heading title. +=pearl-save-issue= (=s=) saves every changed field of the issue at point in one pass, title and description together; =pearl-save-all= (=S=) does the same across the whole file. If only one field updated, you likely pushed it with a lower-level command (=pearl-sync-current-issue= for the body, =pearl-sync-current-issue-title= for the title). Reach for =pearl-save-issue= and edit-then-save handles every field at once. *** Why did square brackets disappear from a synced title? |
