org-mode

Disable auto-fill-mode locally (or un fill-paragraph) with emacs.

I use M-q for fill-paragraph, can I do the un-fill-paragraph in auto-fill-mode? With org mode, I sometimes enter [[Very long HTML][Name with spaces]], and for the 'Name with spaces' the auto-fill mode break the whole line based on the inserted space, which makes it very ugly. Is there a command something like un-fill-paragraph? Or, i...

`variable-pitch` for org-mode, fixed-pitch for tables?

I found out about variable-pitch-mode through a thread here on StackOverflow, and it's very handy when writing in org-mode, easier on the eyes and everything. But using tables in org is close to worthless when using sans-serif fonts. And being able to use tables is one of the strengths with org-mode :-( Is there any way to have sans-ser...

Using an org-mode table in emacs to convert units using calc.

Is there a way to use an org-mode table to do automatic unit conversion? I cannot get it to work. What I wanted to do is using a simple table where i can input some weights in ounces and let emacs convert them into gramms. |---------+---------------| | 100oz | ??g | | 50oz | ??g | |---------+---------------| #+...

Different headline view with Mac/PC of emacs/orgmode?

I use the same org mode (7.01h) for PC and Mac. The thing is that for headline, the mac shows only the last * by changing all the pre *'s color to the same as the background, whereas the orgmode in PC shows all the *'s. I prefer Mac's way. What makes this difference? How can I show only the last * in the headline? ...

org-agenda-skip-function not working

Just recently, I made some changes to my org configuration as I had been making some changes in my daily work framework. That broke a part of my configuration. (tags-todo "School" ((org-agenda-skip-fuction '(org-agenda-skip-entry-if 'scheduled)) (org-agenda-overriding-header "School Work ...

Emacs org-mode file/viewer associations

In an Emacs org-mode file, when I click on a PDF the file opens in a PDF viewer. Similarly, when I click on a URL it opens in a web browser. But when I click on a path to an image file, the byte stream opens as text in the editor. How do I configure Emacs/org-mode to open images with a specified application, say an image editor or a b...

Writing a parser with Wisent

Hi! I've described a grammar in a .wy file, but how can I build the parser? Also, sorry if this question is too simple, but I'm having a bad time figuring out how to use CEDET. Are there any docs besides the gentle intro and the info files? Thanks! ...