Tagged Questions

3
votes
3answers
101 views

How to keep indentation with emacs + org-mode + visual-line-mode?

Hello, emacs + org-mode + visual-line-mode + window resizing produce this kind of view : * My list * Some thing this is longer back to line which is really anoying * Other thing which is …
1
vote
3answers
79 views

Can I convert a Tex file into an equivalent Org file? If so, how?

I'm in the process of writing a whitepaper, and am about half-way through. I've just realized that it would be far simpler to write this in org-mode and export to latex/pdf than writing it directly in …
1
vote
1answer
47 views

Emacs C-h c doesn’t seem to work for chords 3 combinations long?

Hi, I'm trying to use C-h c in emacs to figure out what a key combination is bound to. The combination is C-u C-c C-q, which realigns tags in org-mode. However, Emacs just tries to look up C-u C-c and …
4
votes
2answers
102 views

Emacs org-mode publishing Agenda

How do you publish the agenda for org mode? I am currently using htmlize to write just the agenda buffer, but I want it to publish all the related buffers, and link the agenda items to the …
1
vote
1answer
30 views

Setting timezone of org-mode

I'm just getting started with org-mode, and really like it so far. I work in London with xemacs running on OpenVMS based on the East Coast US. Is there any way to get org-mode to use a timezone other …
1
vote
1answer
86 views

How do I partition datetime intervals which overlap (Org Mode clocked time)?

I have related tasks from two Org files/subtrees where some of the clocked time overlaps. These are a manual worklog and a generated git commit log, see below. One subtree's CLOCK: entries needs to …
0
votes
4answers
243 views

Emacs: import a CSV into org-mode

Emacs has a very nice extension by the name of org-mode. I would like to be able to easily load CSV files into org-mode without significant grief. All I've been able to find is table-import or …
2
votes
1answer
116 views

emacs org-mode agenda filter by owner

Is it possible to filter agenda in emacs based on Owner property? Currently I use tags to set owner of TODO items. This way I can filter agenda by tags like this: (setq org-agenda-custom-commands …
0
votes
2answers
105 views

Saving the org-agenda

Hi All, I'd like to save the output of org-agenda to a text file, every time that the org-agenda is calculated. This way, I can use an external program (like ATNotes on windows or conky on linux), to …
1
vote
2answers
109 views

How to make part of a word bold in org-mode

How should i make a part of my word like, =Class=es or /Method/s in org-mode? It seems org-mode markup syntax works on complete words only :-(
1
vote
3answers
374 views

Disabling underscore-to-subscript in Emacs Org-Mode export

When I export to PDF via org-mode (C-c C-e d), any words with underscores end up being partially converted to subscript. How can I prevent this from happening? I found this article on the subject: …