QiangF
QiangF
The solution might be set primary too in emacs-everywhere-copy-command. https://unix.stackexchange.com/questions/69111/how-to-target-multiple-selections-with-xclip
The position is set in "emacs-everywhere-set-frame-position". The current behavior is relative to the cursor, the frame is barely visible when the cursor is at the bottom edge of the display....
I am settled with this: (require 'frame-cmds) (defun emacs-everywhere-set-frame-position () "Set the size and position of the emacs-everywhere frame." (sleep-for 0.02) (move-frame-to-screen-bottom 0))
@ouboub I can export your files without any error. I think what kjambunathan is suggesting is: 1. some styles has page-style set by "master-page-name" 2. some page style has setting...
Maybe add toc page-style support, page-style is a property of any text: #+toc: headlines 1 :page-style "Landscape" It's not so user friendly if all these entity needs special care. The...
It's seems the :page-break setting is not in effect: #+attr_odt: :transclude t :page-break t [[file:./toc.odt]] #+attr_odt: :transclude t :page-break "before" [[file:./toc.odt]] #+attr_odt: :transclude t :page-break "after" [[file:./toc.odt]]
You need to add the small font table style for different table heading and different table contents, which I think is not convenient, I wish the font style and font...
No, there are some changes from the upstream org that need to be merged. you can't use this exporter with newer versions of org. But you can help to incorporate...
I am trying to install the updated package, I got this error: Error retrieving: https://kjambunathan.github.io/elpa/ archive-contents (error http 404)
Sorry. It's caused by an extra space in the url : https://kjambunathan.github.io/elpa/ archive-contents