Hi,
When insert org links with org-insert-link, an Org Links buffer is created.
How can I hide it?
An example image here:
https://i.stack.imgur.com/i69x8.png
--
Best,
Shiyao
Hi,
I use M-ret org-meta-return to insert a new headline below the current line.
I want org to insert a new heading right below the current line without
inserting any empty line.
However, setting ;; org-blank-before-new-entry '((heading . nil)
(plain-list-item . nil))
will make org *delete* t
thanks. good to know.
Best,
Hi,
is there a plan to move org elpa from http to https?
--
Best,
Shiyao
Thanks. that really helps.
best,
On Sat, Dec 23, 2017 at 2:08 AM, Nicolas Goaziou wrote:
> Hello,
>
> Shiyao MA writes:
>
>> given this:
>>
>>>>
>> some text.
>> - a list node.
>> some context.
>> <<
>>
>>
Hi,
For the given link, which is directly copied from chrome url bar,
[[https://lwn.net/Articles/262464/#Quick Quiz 5]]
org-open-at-point will open it as
https://lwn.net/Articles/262464/%23Quick%20Quiz%205
where as the correct url should be:
https://lwn.net/Articles/262464/#Quick%20Quiz%205
not
Hi,
given this:
>>
some text.
- a list node.
some context.
<<
after filling, it will be:
>>
some text.
- a list node. some context.
<<
possible to stop the joining of the list headline (=a list node.=) and
the content (=some context=)?
Adding an empty line like:
>>
some text.
- a list node.
Hi yasushi.
Thanks for your reply.
I am now using org9.
Is it possible to specify an exact match?
[[info:elisp#define-minor-mode]] gives two potential matches.
Found ‘easy-mmode-define-minor-mode’ in Index. (2 total; use ‘,’ for next)
Best,
On Wed, Dec 20, 2017 at 12:38 PM, Yasushi SHOJI
Hi,
For example, I use =i= to navigate to the elisp texinfo file entry
=define-minor-mode=.
And I want to store a link to that entry.
However, org-store-link stores to the node : Stored:
info:elisp#Defining Minor Modes
Instead of the exact entry.
--
Best,
Shiyao
Thanks for you guys!
Today I tested with the japanese chars and they are rendered
bold/highlighted. The problem has automatically gone.
Best,
Hi,
Definition list not highlight for japanese character.
for example, check this picture:
https://imgur.com/a/dBKt6
どういたしまして is not highlighted, where asdf is highlighted.
--
Best,
Shiyao
Thanks.
This solves my problem.
> On 27 Jul 2017, at 08:58, Kaushal Modi wrote:
>
> On Wed, Jul 26, 2017, 8:42 PM Shiyao Ma wrote:
> Hi,
>
> I'd like to hide a specific *subtree* (not the whole document) after initial
> open, how to achieve that?
>
> Tag t
Hi,
I'd like to hide a specific *subtree* (not the whole document) after initial
open, how to achieve that?
I'd anticipate there is some magic property drawer under that subtree headline.
Better, if that subtree will avoid participating in the global visibility
cycling. It will get expanded/
Thanks.
I would stick with == then ;).
Best,
> On 25 Jul 2017, at 15:01, Nicolas Goaziou wrote:
>
> Hello,
>
> Shiyao MA writes:
>
>> I wanna quote function name.
>> ~~ is really hard to type, and looks to obtrusive.
>>
>> Possible to add a new
Hi,
I wanna quote function name.
~~ is really hard to type, and looks to obtrusive.
Possible to add a new code quote as `'?
I mean use ` ' to replace ~ ~.
Best.
llo,
>
> Shiyao Ma writes:
>
> > Yes, I've tried with '((heading . auto)).
> >
> > '((heading . auto)) opens the possibility of inserting newline, which is
> > not desirable for me.
>
> Then there is no possibility to achieve what you want at the
Hi,
Yes, I've tried with '((heading . auto)).
'((heading . auto)) opens the possibility of inserting newline, which is
not desirable for me.
On Sat, Mar 11, 2017 at 1:21 AM, Nicolas Goaziou
wrote:
> Hello,
>
> Shiyao Ma writes:
>
> > I don't want or
Hi,
I don't want org to automatically insert newline when adding headlines, so
I set this:
org-blank-before-new-entry '((heading . nil) (plain-list-item . nil))
But turns out, org *aggressively* delete the existing newlines when I press
ctrl-return.
How to tell org simply not to add newline wh
18 matches
Mail list logo