emacs org-bullets not supportedHow to swap X-Server with Emacs org-mode?Migrate from Gnote to Org-modeHow do I get the super key working properly in Emacs?emacs warning Lisp directory does not existControl tab not registering in emacs -nwHow can I export emacs documents in 13.04?How to use the latest stable version of org-mode?iconv conversion not supportedHiding text in emacs
Does the production of a Tesla battery produce as much CO2 as driving 200,000 km?
Thoughts on if it's possible to succeed in math @ PhD level w/o natural ability in quant reasoning?
I’m 18 years old and want to finance a £30,000 car
Is there a key for the map icons in game?
What does "你舒服吗" mean in a relationship context?
What are the earliest instances of a virus causing large-scale mutations?
How were Dungeons and Dragons tournaments judged?
When is it not okay to cheap out on bike parts?
Sudden cheap travel?
Can we use a Cryptographic hash function to generate infinite random numbers?
DUPLICATE_VALUE:duplicate value found error on field that ISN'T marked is Unique?
Is it safe to drink the water from the fountains found all over the older parts of Rome?
Command to keep only a portion of JSON data from each line?
Statistics in an array
How much of a discount should I seek when prepaying a whole year's rent?
What does it mean to play in a mode?
Countable and uncountable number
Was a four year-old forced to sleep on the floor of Leeds General Infirmary?
Is there any TeX-based engine capable of rendering the colored font?
Longest Prime Sums
How can I encourage a fellow player to develop a character a bit more?
What is a Aged Rope Phrase™?
Moon's unusual gravity
Would Topic Modelling be classified as NLP or NLU?
emacs org-bullets not supported
How to swap X-Server with Emacs org-mode?Migrate from Gnote to Org-modeHow do I get the super key working properly in Emacs?emacs warning Lisp directory does not existControl tab not registering in emacs -nwHow can I export emacs documents in 13.04?How to use the latest stable version of org-mode?iconv conversion not supportedHiding text in emacs
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I'm using ubuntu 19.04 with KDE5
org-bullets doesn't seem to work for me on both terminal mode as well as GUI mode. I tried it on a windows VM, it works fine there, but not in my linux machine.
My locale is using utf-8.
(use-package org-bullets
:hook (org-mode . org-bullets-mode)
:config
(setq org-bullets-bullet-list '("◉" "⁑" "⁂" "❖" "✮" "✱" "✸")))
M-x RET describe-current-coding
output
U -- utf-8-dos (alias: mule-utf-8-dos cp65001-dos)
Default coding system (for new files):
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for keyboard input:
U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Coding system for terminal output:
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for inter-client cut and paste:
nil
Defaults for subprocess I/O:
decoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
encoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Priority order for recognizing coding systems when reading files:
1. utf-8 (alias: mule-utf-8 cp65001)
2. iso-2022-7bit
3. iso-latin-1 (alias: iso-8859-1 latin-1)
4. iso-2022-7bit-lock (alias: iso-2022-int-1)
5. iso-2022-8bit-ss2
6. emacs-mule
7. raw-text
8. iso-2022-jp (alias: junet)
9. in-is13194-devanagari (alias: devanagari)
10. chinese-iso-8bit (alias: cn-gb-2312 euc-china euc-cn cn-gb gb2312)
11. utf-8-auto
12. utf-8-with-signature
13. utf-16
14. utf-16be-with-signature (alias: utf-16-be)
15. utf-16le-with-signature (alias: utf-16-le)
16. utf-16be
17. utf-16le
18. japanese-shift-jis (alias: shift_jis sjis)
19. chinese-big5 (alias: big5 cn-big5 cp950)
20. undecided
Other coding systems cannot be distinguished automatically
from these, and therefore cannot be recognized automatically
with the present coding system priorities.
Particular coding systems specified for certain file names:
OPERATION TARGET PATTERN CODING SYSTEM(s)
--------- -------------- ----------------
File I/O "\.tzst\'" (no-conversion . no-conversion)
"\.zst\'" (no-conversion . no-conversion)
"\.dz\'" (no-conversion . no-conversion)
"\.txz\'" (no-conversion . no-conversion)
"\.xz\'" (no-conversion . no-conversion)
"\.lzma\'" (no-conversion . no-conversion)
"\.lz\'" (no-conversion . no-conversion)
"\.g?z\'" (no-conversion . no-conversion)
"\.\(?:tgz\|svgz\|sifz\)\'"
(no-conversion . no-conversion)
"\.tbz2?\'" (no-conversion . no-conversion)
"\.bz2\'" (no-conversion . no-conversion)
"\.Z\'" (no-conversion . no-conversion)
"\.elc\'" utf-8-emacs
"\.el\'" prefer-utf-8
"\.utf\(-8\)?\'" utf-8
"\.xml\'" xml-find-file-coding-system
"\(\`\|/\)loaddefs.el\'"
(raw-text . raw-text-unix)
"\.tar\'" (no-conversion . no-conversion)
"\.po[tx]?\'\|\.po\."
po-find-file-coding-system
"\.\(tex\|ltx\|dtx\|drv\)\'"
latexenc-find-file-coding-system
"" (undecided)
Process I/O nothing specified
Network I/O nothing specified
kubuntu emacs encoding utf-8 org-mode
add a comment
|
I'm using ubuntu 19.04 with KDE5
org-bullets doesn't seem to work for me on both terminal mode as well as GUI mode. I tried it on a windows VM, it works fine there, but not in my linux machine.
My locale is using utf-8.
(use-package org-bullets
:hook (org-mode . org-bullets-mode)
:config
(setq org-bullets-bullet-list '("◉" "⁑" "⁂" "❖" "✮" "✱" "✸")))
M-x RET describe-current-coding
output
U -- utf-8-dos (alias: mule-utf-8-dos cp65001-dos)
Default coding system (for new files):
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for keyboard input:
U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Coding system for terminal output:
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for inter-client cut and paste:
nil
Defaults for subprocess I/O:
decoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
encoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Priority order for recognizing coding systems when reading files:
1. utf-8 (alias: mule-utf-8 cp65001)
2. iso-2022-7bit
3. iso-latin-1 (alias: iso-8859-1 latin-1)
4. iso-2022-7bit-lock (alias: iso-2022-int-1)
5. iso-2022-8bit-ss2
6. emacs-mule
7. raw-text
8. iso-2022-jp (alias: junet)
9. in-is13194-devanagari (alias: devanagari)
10. chinese-iso-8bit (alias: cn-gb-2312 euc-china euc-cn cn-gb gb2312)
11. utf-8-auto
12. utf-8-with-signature
13. utf-16
14. utf-16be-with-signature (alias: utf-16-be)
15. utf-16le-with-signature (alias: utf-16-le)
16. utf-16be
17. utf-16le
18. japanese-shift-jis (alias: shift_jis sjis)
19. chinese-big5 (alias: big5 cn-big5 cp950)
20. undecided
Other coding systems cannot be distinguished automatically
from these, and therefore cannot be recognized automatically
with the present coding system priorities.
Particular coding systems specified for certain file names:
OPERATION TARGET PATTERN CODING SYSTEM(s)
--------- -------------- ----------------
File I/O "\.tzst\'" (no-conversion . no-conversion)
"\.zst\'" (no-conversion . no-conversion)
"\.dz\'" (no-conversion . no-conversion)
"\.txz\'" (no-conversion . no-conversion)
"\.xz\'" (no-conversion . no-conversion)
"\.lzma\'" (no-conversion . no-conversion)
"\.lz\'" (no-conversion . no-conversion)
"\.g?z\'" (no-conversion . no-conversion)
"\.\(?:tgz\|svgz\|sifz\)\'"
(no-conversion . no-conversion)
"\.tbz2?\'" (no-conversion . no-conversion)
"\.bz2\'" (no-conversion . no-conversion)
"\.Z\'" (no-conversion . no-conversion)
"\.elc\'" utf-8-emacs
"\.el\'" prefer-utf-8
"\.utf\(-8\)?\'" utf-8
"\.xml\'" xml-find-file-coding-system
"\(\`\|/\)loaddefs.el\'"
(raw-text . raw-text-unix)
"\.tar\'" (no-conversion . no-conversion)
"\.po[tx]?\'\|\.po\."
po-find-file-coding-system
"\.\(tex\|ltx\|dtx\|drv\)\'"
latexenc-find-file-coding-system
"" (undecided)
Process I/O nothing specified
Network I/O nothing specified
kubuntu emacs encoding utf-8 org-mode
Does puttingLANG=en_IN.utf8
or whatever is appropriate in your.bashrc
help?
– Justice for Monica
Sep 30 at 16:04
Nope! tried putting that in.bashrc
,/etc/default/locale
, nothing worked
– surjit
Sep 30 at 16:05
add a comment
|
I'm using ubuntu 19.04 with KDE5
org-bullets doesn't seem to work for me on both terminal mode as well as GUI mode. I tried it on a windows VM, it works fine there, but not in my linux machine.
My locale is using utf-8.
(use-package org-bullets
:hook (org-mode . org-bullets-mode)
:config
(setq org-bullets-bullet-list '("◉" "⁑" "⁂" "❖" "✮" "✱" "✸")))
M-x RET describe-current-coding
output
U -- utf-8-dos (alias: mule-utf-8-dos cp65001-dos)
Default coding system (for new files):
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for keyboard input:
U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Coding system for terminal output:
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for inter-client cut and paste:
nil
Defaults for subprocess I/O:
decoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
encoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Priority order for recognizing coding systems when reading files:
1. utf-8 (alias: mule-utf-8 cp65001)
2. iso-2022-7bit
3. iso-latin-1 (alias: iso-8859-1 latin-1)
4. iso-2022-7bit-lock (alias: iso-2022-int-1)
5. iso-2022-8bit-ss2
6. emacs-mule
7. raw-text
8. iso-2022-jp (alias: junet)
9. in-is13194-devanagari (alias: devanagari)
10. chinese-iso-8bit (alias: cn-gb-2312 euc-china euc-cn cn-gb gb2312)
11. utf-8-auto
12. utf-8-with-signature
13. utf-16
14. utf-16be-with-signature (alias: utf-16-be)
15. utf-16le-with-signature (alias: utf-16-le)
16. utf-16be
17. utf-16le
18. japanese-shift-jis (alias: shift_jis sjis)
19. chinese-big5 (alias: big5 cn-big5 cp950)
20. undecided
Other coding systems cannot be distinguished automatically
from these, and therefore cannot be recognized automatically
with the present coding system priorities.
Particular coding systems specified for certain file names:
OPERATION TARGET PATTERN CODING SYSTEM(s)
--------- -------------- ----------------
File I/O "\.tzst\'" (no-conversion . no-conversion)
"\.zst\'" (no-conversion . no-conversion)
"\.dz\'" (no-conversion . no-conversion)
"\.txz\'" (no-conversion . no-conversion)
"\.xz\'" (no-conversion . no-conversion)
"\.lzma\'" (no-conversion . no-conversion)
"\.lz\'" (no-conversion . no-conversion)
"\.g?z\'" (no-conversion . no-conversion)
"\.\(?:tgz\|svgz\|sifz\)\'"
(no-conversion . no-conversion)
"\.tbz2?\'" (no-conversion . no-conversion)
"\.bz2\'" (no-conversion . no-conversion)
"\.Z\'" (no-conversion . no-conversion)
"\.elc\'" utf-8-emacs
"\.el\'" prefer-utf-8
"\.utf\(-8\)?\'" utf-8
"\.xml\'" xml-find-file-coding-system
"\(\`\|/\)loaddefs.el\'"
(raw-text . raw-text-unix)
"\.tar\'" (no-conversion . no-conversion)
"\.po[tx]?\'\|\.po\."
po-find-file-coding-system
"\.\(tex\|ltx\|dtx\|drv\)\'"
latexenc-find-file-coding-system
"" (undecided)
Process I/O nothing specified
Network I/O nothing specified
kubuntu emacs encoding utf-8 org-mode
I'm using ubuntu 19.04 with KDE5
org-bullets doesn't seem to work for me on both terminal mode as well as GUI mode. I tried it on a windows VM, it works fine there, but not in my linux machine.
My locale is using utf-8.
(use-package org-bullets
:hook (org-mode . org-bullets-mode)
:config
(setq org-bullets-bullet-list '("◉" "⁑" "⁂" "❖" "✮" "✱" "✸")))
M-x RET describe-current-coding
output
U -- utf-8-dos (alias: mule-utf-8-dos cp65001-dos)
Default coding system (for new files):
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for keyboard input:
U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Coding system for terminal output:
U -- utf-8 (alias: mule-utf-8 cp65001)
Coding system for inter-client cut and paste:
nil
Defaults for subprocess I/O:
decoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
encoding: U -- utf-8-unix (alias: mule-utf-8-unix cp65001-unix)
Priority order for recognizing coding systems when reading files:
1. utf-8 (alias: mule-utf-8 cp65001)
2. iso-2022-7bit
3. iso-latin-1 (alias: iso-8859-1 latin-1)
4. iso-2022-7bit-lock (alias: iso-2022-int-1)
5. iso-2022-8bit-ss2
6. emacs-mule
7. raw-text
8. iso-2022-jp (alias: junet)
9. in-is13194-devanagari (alias: devanagari)
10. chinese-iso-8bit (alias: cn-gb-2312 euc-china euc-cn cn-gb gb2312)
11. utf-8-auto
12. utf-8-with-signature
13. utf-16
14. utf-16be-with-signature (alias: utf-16-be)
15. utf-16le-with-signature (alias: utf-16-le)
16. utf-16be
17. utf-16le
18. japanese-shift-jis (alias: shift_jis sjis)
19. chinese-big5 (alias: big5 cn-big5 cp950)
20. undecided
Other coding systems cannot be distinguished automatically
from these, and therefore cannot be recognized automatically
with the present coding system priorities.
Particular coding systems specified for certain file names:
OPERATION TARGET PATTERN CODING SYSTEM(s)
--------- -------------- ----------------
File I/O "\.tzst\'" (no-conversion . no-conversion)
"\.zst\'" (no-conversion . no-conversion)
"\.dz\'" (no-conversion . no-conversion)
"\.txz\'" (no-conversion . no-conversion)
"\.xz\'" (no-conversion . no-conversion)
"\.lzma\'" (no-conversion . no-conversion)
"\.lz\'" (no-conversion . no-conversion)
"\.g?z\'" (no-conversion . no-conversion)
"\.\(?:tgz\|svgz\|sifz\)\'"
(no-conversion . no-conversion)
"\.tbz2?\'" (no-conversion . no-conversion)
"\.bz2\'" (no-conversion . no-conversion)
"\.Z\'" (no-conversion . no-conversion)
"\.elc\'" utf-8-emacs
"\.el\'" prefer-utf-8
"\.utf\(-8\)?\'" utf-8
"\.xml\'" xml-find-file-coding-system
"\(\`\|/\)loaddefs.el\'"
(raw-text . raw-text-unix)
"\.tar\'" (no-conversion . no-conversion)
"\.po[tx]?\'\|\.po\."
po-find-file-coding-system
"\.\(tex\|ltx\|dtx\|drv\)\'"
latexenc-find-file-coding-system
"" (undecided)
Process I/O nothing specified
Network I/O nothing specified
kubuntu emacs encoding utf-8 org-mode
kubuntu emacs encoding utf-8 org-mode
edited Sep 30 at 16:08
surjit
asked Sep 30 at 15:21
surjitsurjit
2701 gold badge2 silver badges7 bronze badges
2701 gold badge2 silver badges7 bronze badges
Does puttingLANG=en_IN.utf8
or whatever is appropriate in your.bashrc
help?
– Justice for Monica
Sep 30 at 16:04
Nope! tried putting that in.bashrc
,/etc/default/locale
, nothing worked
– surjit
Sep 30 at 16:05
add a comment
|
Does puttingLANG=en_IN.utf8
or whatever is appropriate in your.bashrc
help?
– Justice for Monica
Sep 30 at 16:04
Nope! tried putting that in.bashrc
,/etc/default/locale
, nothing worked
– surjit
Sep 30 at 16:05
Does putting
LANG=en_IN.utf8
or whatever is appropriate in your .bashrc
help?– Justice for Monica
Sep 30 at 16:04
Does putting
LANG=en_IN.utf8
or whatever is appropriate in your .bashrc
help?– Justice for Monica
Sep 30 at 16:04
Nope! tried putting that in
.bashrc
, /etc/default/locale
, nothing worked– surjit
Sep 30 at 16:05
Nope! tried putting that in
.bashrc
, /etc/default/locale
, nothing worked– surjit
Sep 30 at 16:05
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177706%2femacs-org-bullets-not-supported%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1177706%2femacs-org-bullets-not-supported%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does putting
LANG=en_IN.utf8
or whatever is appropriate in your.bashrc
help?– Justice for Monica
Sep 30 at 16:04
Nope! tried putting that in
.bashrc
,/etc/default/locale
, nothing worked– surjit
Sep 30 at 16:05