You need to add an export option to exclude tags.
For example, add the following in-buffer setting:
#+OPTIONS: tags:nil
Or customize the variable org-export-with-tags
.
У меня есть такие заголовки, как
* Title :tag:
в моем орг организации :tag:
Текст отображается в экспорте в формате PDF файла орг. Я не хочу видеть имена тегов при экспорте. Как настроить экспорт так, чтобы теги отсутствовали в результирующем PDF-файле?
You need to add an export option to exclude tags.
For example, add the following in-buffer setting:
#+OPTIONS: tags:nil
Or customize the variable org-export-with-tags
.