Re: [O] view only tags related topics

2013-01-19 Thread Eric Fraga
Mohamad Atef Radwan writes: just beginner in org mode how could i view topics only that tags is assigned to when i searched for certain tag and hide the others ... for example i want to view / print only topics that have :linux: tag Thanks Maybe this is what you are looking for: ,[

Re: [O] new exporter, conditional options according to backend

2013-01-19 Thread Jambunathan K
Nicolas Goaziou writes: > #+begin_src emacs-lisp > (defun my-options-change-fun (tree backend info) > (when (org-export-derived-backend-p backend 'e-beamer) > (plist-put info :with-author nil)) > ;; Don't forget to return tree. > tree) CAVEAT: plist-put can return a different list, at

Re: [O] new exporter, conditional options according to backend

2013-01-19 Thread Ezequiel Birman
> "Nicolas" == Nicolas Goaziou writes: > Hello, Ezequiel Birman writes: >> Is it possible to write something like this with the new >> exporter? >> >> #+OPTIONS: (if (and (boundp 'org-export-current-backend) (eq >> org-export-current-backend 'e-beamer)) "H:1" "H:3")

Re: [O] Export a weekly calendar view from org-agenda

2013-01-19 Thread Eric Fraga
Torsten Wagner writes: Hey Kyle, thanks for the info I will look into it. Maybe I should say more specific, I am looking for a typical calendar view (sort of table) as you know them from paper-based organizers. If I understood your solution, I would get a plain list of all events. I use

[O] Entire missing sections in export to latex

2013-01-19 Thread Russell Adams
Headlines that skip levels by accident or typo, for instance copying from another document, disappear from the latex export output without warning. See below for minimum working example. HTML and ascii don't have this issue. Org version 7.8.10 on Emacs 23.3.1. This is the old exporter, I haven't

Re: [O] new exporter, conditional options according to backend

2013-01-19 Thread Nicolas Goaziou
Hello, Ezequiel Birman writes: > Is it possible to write something like this with the new exporter? > > #+OPTIONS: (if (and (boundp 'org-export-current-backend) (eq > org-export-current-backend 'e-beamer)) "H:1" "H:3") There is no `org-export-current-backend' in the new exporter. Besides, what

Re: [O] Embedded checklists and C-u C-c C-c

2013-01-19 Thread Nicolas Goaziou
Hello, François Pinard writes: > This is for current Org (7.9.3d-827-g7cd81b, says the manual). In node > node Checkboxes, near the end, we read: > >(3) `C-u C-c C-c' on the _first_ item of a list with no checkbox will >add checkboxes to the rest of the list. > > It seems it only works

[O] view only tags related topics

2013-01-19 Thread Mohamad Atef Radwan
just beginner in org mode how could i view topics only that tags is assigned to when i searched for certain tag and hide the others ... for example i want to view / print only topics that have :linux: tag Thanks

[O] Latex export repeating captions

2013-01-19 Thread Russell Adams
I discovered my captions were growing... This seemed to fix the problem. I'm on Org 7.8.10. --- org-exp.el~ 2012-05-16 12:42:30.0 -0500 +++ org-exp.el 2013-01-19 11:39:05.772305510 -0600 @@ -1919,7 +1919,7 @@ ;; there is a caption ((match-end 1) (progn - (

[O] managing a playlist

2013-01-19 Thread 42 147
What's the best way to keep a playlist in org-mode? I just want to keep a list of everything I like. Right now my format is: Judas Priest * Painkiller (1990) ** (2) Hell Patrol ** (6) Night Crawler ** (7) Between the Hammer and the Anvil At The Gates * Slaughter of t

[O] Using Properties in Capture Templates.

2013-01-19 Thread Ian Barton
I want to create a capture template which prompts for certain properties in a property draw, but alos creates some other properties without prompting for a value. However, I am having trouble mixing properties which are entered by the user and blank properties. The following example shows what