Re: [BUG]: No customization data for org-property-value face

2023-07-15 Thread Mauro Aranda
Ihor Radchenko writes: > Mauro Aranda writes: > >> After emacs -Q: >> 1. (require 'org) >> 2. M-x customize-face RET org-property-value >> >> A custom buffer shows up, but it says: >> NO CUSTOMIZATION DATA; not intended to be customized. > &

[BUG]: No customization data for org-property-value face

2023-07-15 Thread Mauro Aranda
After emacs -Q: 1. (require 'org) 2. M-x customize-face RET org-property-value A custom buffer shows up, but it says: NO CUSTOMIZATION DATA; not intended to be customized. Could you please change this definition of org-property-value? (defface org-property-value nil   "Face used for the value

Re: Bug: org-table-clean-line may not return only | and space [9.4.4 (release_9.4.4 @ /home/tbb/code/emacs/emacs/lisp/org/)] [9.4.4 (release_9.4.4 @ /home/tbb/code/emacs/emacs/lisp/org/)]

2022-10-06 Thread Mauro Aranda
Ihor Radchenko writes: > Ihor Radchenko writes: > >> Mauro Aranda writes: >> >>> 5. I expected to get a clean row: >>> Here is a table: >>> |   |   | >>> | Data1 | Data2 | >>> >>> but I got: >>> Here

Bug: org-table-clean-line may not return only | and space [9.4.4 (release_9.4.4 @ /home/tbb/code/emacs/emacs/lisp/org/)] [9.4.4 (release_9.4.4 @ /home/tbb/code/emacs/emacs/lisp/org/)]

2021-05-23 Thread Mauro Aranda
Starting from emacs -Q: 1. C-x C-f test.org 2. Write something like the following: Here is a table: |Data1|Data2 3. Make sure to leave the last column without the "|" 4. C-o, with point at the table row. 5. I expected to get a clean row: Here is a table: | | | | Data1 | Data2 | but I