Clément Sipieter [6π]

Results 11 issues of Clément Sipieter [6π]

Hi all, As you may have seen it, the vscode-org-mode extension has been on standby for some time now. Indeed, original maintainers don't have much time left to devote to...

Currently if we apply the "Org: Italic" command on an already in italic text, like: ``` /my text already in italic/ ``` we get: ``` //my text already in italic//...

enhancement

The "Org: Italic" command applied on a snippet of text like: ``` first line, second line, third line. ``` adds a slash at the beginning and the end of the...

bug

This Pull Request implements all native emacs org-mode org-\*-export-to-\* functions (except org-org-export-to-org) This export functions need emacs installed to work. I does not test it on Windows or Mac !...

One bold, verbatim, italic, underline or code character followed by text then an other same highlighting does not correctly displayed. In the snippet below, all the "should not" part are...

bug
WIP

#114 one bold, verbatim, italic, underline or code character does not correctly end #115 Feature request: manage +strike-through+ improve markup regexp to fulfill test in the file below (test with...

Org-mode markup for emphasis also allows ~~+strike-through+~~ (see https://orgmode.org/org.html#Emphasis-and-monospace). We can use the "markup.deleted.org" tmLanguage patterns name. Although the display is not really strike-through, the semantics match. Maybe, it's possible...

feature request

if you want to see this project revived, react with :rocket: if you have some time to spend on this project, react with :eyes:

The following scenario does not work: - get a query: ?(X,Y) :- p(X,Y). - rewrite it with the following rule: p(a,Y) :- q(Y). - you should get a rewrite :...

bug