org-mode

How to automatically do org-mobile-push org-mobile pull in emacs

筅森魡賤 提交于 2019-12-20 09:17:42
问题 Since I am using org-mode to track my todo list in emacs, I like the iPhone app: MobileOrg, with it, I can access my todo list all day. But here's the problem: I have to manually org-mobile-push my changes from local file to mobile phone through dropbox, and org-mobile-pull the changes made by phone back. How to make that automatically? Like adding some recipes in dotemacs file. 回答1: Add these two lines to dot emacs file: (add-hook 'after-init-hook 'org-mobile-pull) (add-hook 'kill-emacs-hook

Emacs: automatically replace LaTeX to Unicode symbols

扶醉桌前 提交于 2019-12-20 09:02:23
问题 In Emacs I frequently use math symbols when I write my theory summaries of math textbooks. I use org-mode to structure information and I know about at least two methods of entering special symbols: Using embedded LaTeX: enter its representation in the form \land then press C-c C-x \ ( org-toggle-pretty-entities ) to view it literally; Using C-x 8 RET ( insert-char ). I want it however to behave the following way: I enter the LaTeX representation, and it is automatically converted into the

Paste an image on clipboard to Emacs Org mode file without saving it

落花浮王杯 提交于 2019-12-20 08:35:05
问题 As I'm using the Emacs Org mode as a research log, sometime I want to keep track of something via screenshot images, and I definitely don't want to save them. So I'm wondering is there any way to insert those figures into my org mode file, like with word coping them from clipboard? 回答1: The exact functionality you want isn't currently implemented, but I would be skeptical of saving lots of images into a research log if your opinion is that you "definitely don't want to save them." Anyways,

Remap org-shiftmetaright | org-shiftmetaleft to [shift-select-meta]left-word | [shift-select-meta]right-word]

一个人想着一个人 提交于 2019-12-20 03:11:03
问题 Could someone please give me a hand remapping org-shiftmetaright | org-shiftmetaleft to [shift-select-meta]left-word | [shift-select-meta]right-word] . The goal is to highlight select region being a whole word (right or left) in one fell swoop in org-mode instead of changing the level of the headings. And not highlight when I release the shift, but nevertheless jump whole words to the left or right. I would imagine that left-word and right-word probably have that caret "^" in the interactive

How can I “linkify” a non-org-mode buffer in emacs [duplicate]

别来无恙 提交于 2019-12-20 02:57:16
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to make org syntax links in any emacs buffer look like in org-mode? I would not mind using org-mode, but with non-asterisk headings. I asked that question in How can I use other heading styles like twiki ---+ or mediawiki == h2 == in org-mode? But the main thing I want is to "linkify" a buffer - a probably non-org-mode buffer. E.g. make links such as [[file:/some/long/path][display name]] show just as

How to type a dynamic file entry for org capture

◇◆丶佛笑我妖孽 提交于 2019-12-19 10:43:14
问题 I'm trying to figure out if there is some way to create a dynamic file name for capture in emacs org-mode. ("z" "test" entry (file+headline ***A date specific headline*** "Notes")) "** %^{prompt}") Is there some simple way to pass a date and year to the file part, so that I can have a file dynamically created for each month. What I'd like is something like this: (concat "/home/me/file/report_notes_" (format-time-string "%m_%Y") ".org") Edit - I've finally got it working, using backquoting: `(

how do I get started using Emacs' documentation?

拥有回忆 提交于 2019-12-19 07:23:58
问题 I want to familiarize myself with Emacs' self-documenting help systems so I can figure things out on my own. Example: I want to learn how to use org-mode's :VISIBILITY: property so that I can make certain subtrees always open in an expanded state. I took a guess as to the syntax... :VISIBILITY: CHILDREN ...but it didn't work. So I want to use the help system to figure it out. So I do this: M-x apropos Apropos symbol (word list or regexp): org visibility No help there. C-h v Describe variable

how to insert “|” in org-mode table

你说的曾经没有我的故事 提交于 2019-12-18 15:17:25
问题 I have some trouble in using org-mode. I want create a table in org-mode like this: | operator | use | |----------+-------------| | | | expr | expr | but when I press TAB, the table changed like this: | operator | use | | | |----------+-----+------+------| | | | expr | expr |. How to avoid it? 回答1: To insert a vertical bar into a table field, use \vert or, inside a word abc\vert{}def. Source: Org-mode manual: The built-in table editor. If \vert is not automatically converted to | , call org

how to insert “|” in org-mode table

元气小坏坏 提交于 2019-12-18 15:17:16
问题 I have some trouble in using org-mode. I want create a table in org-mode like this: | operator | use | |----------+-------------| | | | expr | expr | but when I press TAB, the table changed like this: | operator | use | | | |----------+-----+------+------| | | | expr | expr |. How to avoid it? 回答1: To insert a vertical bar into a table field, use \vert or, inside a word abc\vert{}def. Source: Org-mode manual: The built-in table editor. If \vert is not automatically converted to | , call org

org-mode: creation time range from effort estimate

試著忘記壹切 提交于 2019-12-18 13:41:17
问题 I would like to use org-mode not with a GTD-like system but rather as a planner/scheduler, scheduling/timestamping every captured task on capture or refile. In such a system, detailed planning of a day including specific frames of times according to the estimated duration a task will take to get done, might be advantageous. Would it be possible to generate a time frame from an existing effort estimate property when a timestamp is created? This would mean that, when a) scheduling is called and