mgoldenbe
mgoldenbe
The problem appears in Emacs 24.5.1 with graphics interface. Here is the code that shows the problem: ``` (require 'company) (require 'cl-lib) (defun my-backend (command &optional arg &rest ignored) (interactive...
I am trying to concatenate the following two files: - https://www.dropbox.com/s/oszkou1mpdek89w/part1.combined.mp4?dl=0 - https://www.dropbox.com/s/pgsltpvnv4bkb0s/part2.combined.mp4?dl=0 I use the command: `MP4Box -cat part1.combined.mp4 -cat part2.combined.mp4 out.mp4`. (I tried other variants, such as `-add`...
I noticed that only headlines and list items are exported. Simple text before the first headline or within headlines is not present in the output. I am using the script...
When star is used as a list item, it is still treated as a headline, e.g. ``` * This is a headline - This is a list item * This...
Version of react-ace: 9.4.1. I wrote a small component to test XML syntax highlighting: ``` import React from 'react'; import 'ace-builds' import AceEditor from 'react-ace'; // import mode- , this...
I use `#+OPTIONS: num:t` to have my sections numbered in `GitHub`. How do I make the section numbers appear in the table of contents?
When embedding a public Vimeo video (``), I get the following: 
In Emacs, Alt+Enter creates a new list item at the current level. So, suppose: ``` * AAA - Item 1 + Sub 1 + Sub 2 ``` If the cursor...
How can I create a new empty document? Thanks!
When I enter a path to local file, such as C:/myfile.org, I get an error about invalid characters in the file name. It would actually be nice if file explorer...