Re: [O] Git merge tool for Org files

2011-08-20 Thread suvayu ali
Hello everyone, On Sat, Aug 20, 2011 at 6:04 PM, Nick Dokos nicholas.do...@hp.com wrote:  And emacs has the emerge tool already built in.  In fact, Chacon mentions emerge as one of the presets in git, so it may be even simpler than what he describes. When there is a conflict, this should

Re: [O] git diff: hunk header config

2011-08-20 Thread suvayu ali
Hi Michael, On Sat, Aug 20, 2011 at 6:12 PM, Michael Brand michael.ch.br...@gmail.com wrote: 1) Since there has been no feedback yet I'd like to bump my previous post repeated below. I would like to have the config of the repo orgmode.org/org-mode.git to be extended to support more useful diff

Re: [O] archive problem [7.7 (release_7.7.167.gfceb)]

2011-08-22 Thread suvayu ali
Hi Yagnesh, On Mon, Aug 22, 2011 at 8:47 AM, yagnesh raghava yagn...@live.com wrote: when I do C-c C-x C-a to archive a entry in the agenda view i get the following back trace Debugger entered--Lisp error: (wrong-type-argument stringp nil)  string-match(^/tmp_mnt/ nil)  

[O] [PATCH] Implement history facility for org-occur searches

2011-08-23 Thread Suvayu Ali
00:00:00 2001 From: Suvayu Ali fatkasuvayu+li...@gmail.com Date: Tue, 23 Aug 2011 14:25:08 +0200 Subject: [PATCH] Implement history facility for org-occur searches Changed function: * org.el (org-occur): Add history functionality and corresponding documentation New functions: * org.el (org

Re: [O] [PATCH] Add customisable face for inlinetasks

2011-08-24 Thread Suvayu Ali
the changes. Let me know if they are up to your expectations. -- Suvayu Open source is the future. It sets us free. From 006046bd20758c387e9cb2340e1d97610365b060 Mon Sep 17 00:00:00 2001 From: Suvayu Ali fatkasuvayu+li...@gmail.com Date: Tue, 2 Aug 2011 00:24:50 +0200 Subject: [PATCH] Define org

Re: [O] Code vanishes on export

2011-08-24 Thread suvayu ali
Hi Eric, On Wed, Aug 24, 2011 at 3:58 PM, Eric Schulte schulte.e...@gmail.com wrote: Vikas Rawal vikasli...@agrarianresearch.org writes: I obviously do not want the code to be removed from my org file. There are ways of controlling whether code or results or both or neither are included in

Re: [O] Underline ONLY the first character of a word?

2011-08-24 Thread suvayu ali
On Wed, Aug 24, 2011 at 10:16 PM, Michael Hannon jm_han...@yahoo.com wrote: I haven't been able to find a way to underline just the first character of a word.  For instance,     _e_vent doesn't produce what I want.  I tried:     _e_ vent and that underlined the 'e' but, of course, left

Re: [O] Code vanishes on export

2011-08-25 Thread suvayu ali
Hi Vikas, On Thu, Aug 25, 2011 at 1:37 AM, Vikas Rawal vikasli...@agrarianresearch.org wrote: For the last few days, I have been manually copying my org file before every export to save it. Maybe an easier option would be make the buffer read-only before export. `C-x C-q' The problem is that

Re: [O] Problem with exporting image to PDF

2011-08-25 Thread suvayu ali
Hi Toby, John and Nick, Its early in the morning for me, so whatever follows could simply be wrong. :-p On Thu, Aug 25, 2011 at 3:59 AM, Nick Dokos nicholas.do...@hp.com wrote: Thomas S. Dye t...@tsdye.com wrote: Toby orgm...@freerangekiwi.com writes: I have tried different classes

Re: [O] nested and partially emphasizing

2011-08-26 Thread suvayu ali
On Fri, Aug 26, 2011 at 4:27 PM, joe gr...@cognitec.com wrote: What would make me sad, because it actually has too much other features being unavailable within the Wiki world... You can always export to wiki formats and edit the wiki source. I believe there are some hints about exporting to

[O] Exporting visible tree doesn't respect file local variables

2011-08-27 Thread suvayu ali
Hi everyone, I think I found a bug. When exporting the visible outlines (say after a sparse tree search) file local variables are ignored. To give you an example, in the attached org file I use file local variables to setup latex export to use xelatex by customising org-latex-to-pdf-process. For

Re: [O] Footnotes and Tufte-Latex

2011-08-27 Thread suvayu ali
Hi Aditya, On Thu, Aug 25, 2011 at 4:55 PM, Aditya Mandayam adity...@gmail.com wrote: This would mean conditional export to HTML and Latex. How can this be done? What do you mean by conditional export? Are you talking about \cite{..} macros being translated to footnotes for html export, or

Re: [O] The Orgfather

2011-08-27 Thread suvayu ali
On Sat, Aug 27, 2011 at 5:05 PM, Bastien b...@altern.org wrote: Hi folks, http://lumiere.ens.fr/~guerry/theorgfather.html Enjoy! Ignoring the Hindi audio was a bit difficult for me. :D :D -- Suvayu Open source is the future. It sets us free.

Re: [O] a new way to navigate your org files

2011-08-28 Thread suvayu ali
On Sun, Aug 28, 2011 at 10:44 AM, Stelian Iancu stelian.ia...@gmail.com wrote: The code is on EmacsWiki for easier downloed: http://www.emacswiki.org/emacs/org-occur-goto.el Sorry for the stupid question, but how do I enable this? Something like this in your `org-mode-hook' maybe? ;;

[O] Custom latex environments using properties

2011-08-29 Thread suvayu ali
Hi everyone, I am trying to implement a way to wrap a custom latex environment around a sub-tree where I specify the environment and its options as a PROPERTY. I am expecting it to work as BEAMER_env or BEAMER_envargs works for org-beamer export. To give you an example: * Bs decay (Bs-Dsh)

Re: [O] Custom latex environments using properties

2011-08-30 Thread Suvayu Ali
Hi Jambu, On Tue, 30 Aug 2011 22:50:07 +0530 Jambunathan K kjambunat...@gmail.com wrote: However the most severe limitation was the inability to search for an entry like this with a tags search or assign a TODO keyword or maybe even add a timestamp. I guess I could have a separate

Re: [O] [odt] equation labels

2011-08-31 Thread suvayu ali
On Wed, Aug 31, 2011 at 1:09 PM, Myles English mylesengl...@gmail.com wrote: I your previous post you asked for my org file but I think that it is superseded by your attachment?  When I have finished this report I am working on I'll cut it down and offer it as an example if you like. Examples

Re: [O] Best practices? Multiple .org files?

2011-09-01 Thread suvayu ali
On Thu, Sep 1, 2011 at 11:01 PM, Darlan Cavalcante Moreira darc...@gmail.com wrote: But the original question remains. Is it better, regarding speed, to split the content into several files (all included in the agenda) or a single file will be faster? If you have source blocks, one big file

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-01 Thread suvayu ali
Hi Jambunathan, On Thu, Sep 1, 2011 at 9:31 PM, Jambunathan K kjambunat...@gmail.com wrote: I am pleased to announce support for list-tables in the odt/xhtml exporters. See below for some introductary note. Also refer to the attached org/odt/html files. Thanks for your past and future

Re: [O] orgmode 7.7 broke latex beamer export

2011-09-02 Thread suvayu ali
Hi Aaron, On Fri, Sep 2, 2011 at 2:01 PM, Aaron Hammitt aaron.hamm...@gmail.com wrote: After some poking around I found that the default value of org-latex-to-pdf-process was the problem. Placing the following in my .emacs fixed the problem: (setq org-latex-to-pdf-process   '(pdflatex

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-09-05 Thread suvayu ali
Hi, On Mon, Sep 5, 2011 at 9:52 AM, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Hi, Kelly, I can understand that this seems to be illogical from your point of view, but  folded subtrees are meant for a faster and cleaner organization of the text, not for editing. Once you've decided

[O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Orgers, What is the recommended way to filter/select headlines I want to preprocess in any of the export hooks? I have tried using tags like this: (let ((match tag1|tag2)) (org-map-entries (lambda () (my-preprocess-function)) match)) But this only works when tags: is

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Carsten, On Tue, Sep 6, 2011 at 10:58 AM, Carsten Dominik carsten.domi...@gmail.com wrote: But this only works when tags: is non-nil. Any hints on how I could achieve something that works always? May be I do not understand, but how about (let ((match tag1|tag2))  (when match  

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Carsten, On Tue, Sep 6, 2011 at 11:49 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Which of the preprocessing hooks are you using?  I am still confused by your description, maybe you can make a small example and show exactly what works and what does not work? This is what I am

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
On Tue, Sep 6, 2011 at 12:16 PM, suvayu ali fatkasuvayu+li...@gmail.com wrote: I am not using org-export-preprocess-hook because some of the latex gets escaped during the export (e.g. {..} becomes \{..}). Sorry I confused this with an old issue, the problem here is org markup like /italics

Re: [O] orgmode 7.7 broke latex beamer export

2011-09-06 Thread suvayu ali
Hi Bernt, On Tue, Sep 6, 2011 at 6:09 PM, Bernt Hansen be...@norang.ca wrote: Hi suvayu, pdflatex -interaction=nonstopmode                     ^                    maybe? I think the '=' sign is optional (which is often the case for most *nix utilities). In any case the OP responded later

Re: [O] Filtering in export hooks

2011-09-06 Thread suvayu ali
Hi Carsten, On Tue, Sep 6, 2011 at 11:49 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Which of the preprocessing hooks are you using?  I am still confused by your description, maybe you can make a small example and show exactly what works and what does not work? I finally managed to

Re: [O] Beamer export: Are handout notes possible?

2011-09-07 Thread suvayu ali
Hi Eric and Tassilo, On Wed, Sep 7, 2011 at 10:07 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: In any case, I think this will be very difficult to do directly, due to the reason you have already noted: org is an outliner at its heart! If you had a heading like this: * Text between frames

Re: [O] [babel] VC-Log does not run correctly

2011-09-09 Thread suvayu ali
Hi Seb, On Thu, Sep 8, 2011 at 4:16 PM, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote:  (when (vc-find-backend-function         (vc-backend (buffer-file-name (get-buffer buf))) 'print-log) AFAIU from a previous issue (more than a year back I think), you need to ensure buffer-file-name

Re: [O] Allo org-agenda-text-search-extra-files to be a directory

2011-09-09 Thread suvayu ali
On Fri, Sep 9, 2011 at 9:09 PM, Darlan Cavalcante Moreira darc...@gmail.com wrote: Is it possible to set org-agenda-text-search-extra-files with a directory so that all .org files in that directory are considered for text searches (similarly to how you can set org-agenda-files)? This should

Re: [O] Adding Timestamps

2011-09-10 Thread suvayu ali
On Fri, Sep 9, 2011 at 7:49 PM, Chris Niven cjni...@gmail.com wrote: Hi there, Is there any way to sum timestamps in org-mode? This thread discusses date calculations using tables. Maybe that can be adapted? http://thread.gmane.org/gmane.emacs.orgmode/34562/focus=34563 -- Suvayu Open

Re: [O] Having problems with annotations of generated pdfs :(

2011-09-13 Thread suvayu ali
On Tue, Sep 13, 2011 at 1:55 PM, Piter_ x.pi...@gmail.com wrote: I am exporting my thesis from orgmode to latex. Than I go in this way dvi - ps - pdf. For my thesis I used this: (setq org-latex-to-pdf-process '(pdflatex -interaction nonstopmode %b /usr/bin/bibtex %b

Re: [O] Open Drawer using keys or even better automatically

2011-09-13 Thread suvayu ali
Hi Markus, On Tue, Sep 13, 2011 at 11:50 PM, Markus Grebenstein p...@mgrebenstein.de wrote: Dear List, after converting my whole thesis from Scrivener to Orgmode I'm missing just one feature: Synopsis The method proposed in the list using the VISIBILITY property is not suitable for me

Re: [O] plus in superscript.

2011-09-14 Thread suvayu ali
Hi Nick, On Wed, Sep 14, 2011 at 6:55 PM, Nick Dokos nicholas.do...@hp.com wrote: * This is a test: \(T^{+}\) Apart from what Christian said, do you have any comments about $..$ and \(..\) ? I hear conflicting arguments about which is preferred (e.g. $..$ is a TeX construct where as \(..\) is a

Re: [O] Automatically insert R source code block?

2011-09-15 Thread suvayu ali
Hey Mike, On Fri, Sep 16, 2011 at 1:18 AM, Michael Hannon jm_han...@yahoo.com wrote: but Emacs complains about an org-mode fontification error and doesn't give me an executable R source-code block.  I've tried numerous minor variations on this theme, but I don't think it's worth wasting your

Re: [O] Problems with pdf export (and bibtex) after upgrading to TeXLive-2011 on Lion

2011-09-22 Thread suvayu ali
On Fri, Sep 23, 2011 at 12:44 AM, Tony Ware afw...@gmail.com wrote: After upgrading to Lion and TeXLive-2011, I found my pdflatex export was no longer working (in that it would only call pdflatex once, and would not run bibtex). Having spent a couple of hours finding a solution, I thought I

Re: [O] different hoisting in two panes

2011-09-26 Thread suvayu ali
On Mon, Sep 26, 2011 at 4:53 PM, Nick Dokos nicholas.do...@hp.com wrote: Sure you can - check out Indirect buffers in the Emacs manual. C-c C-x b -- Suvayu Open source is the future. It sets us free.

Re: [O] TABLES: Remove/add cell

2011-10-01 Thread suvayu ali
2011/9/30 Michael Brand michael.ch.br...@gmail.com: Ehm - it is doable, but not by editing commands from Org table. Only with several rectangular edits or an Org table formula with a few tricks and a temporary column to be removed afterward. There are some org-table specific rectangle edit

Re: [O] would take more than an org-mode strip-down.

2011-10-03 Thread suvayu ali
Hi Carsten, On Fri, Sep 30, 2011 at 8:00 AM, Carsten Dominik carsten.domi...@gmail.com wrote: 3. File structure and letting other people be you assistant   I agree that Org-mode will not be easy for an assistant to open up   in you absence, if that assistant is not trained in  

Re: [O] headline navigation and refiling.

2011-10-05 Thread suvayu ali
On Wed, Oct 5, 2011 at 12:05 PM, Le Wang l26w...@gmail.com wrote: I like using the org-refile interface to navigate.  It's very intuitive to me.  But I want to navigate to headlines deeper than my org-refile-target :max-level.  Is there anything to do other than rolling my own?  I can see

Re: [O] headline navigation and refiling.

2011-10-05 Thread Suvayu Ali
Hi Carsten, On Wed, 5 Oct 2011 16:34:20 +0200 Carsten Dominik carsten.domi...@gmail.com wrote: Not a part of org, but I think this occur based library is brilliant: http://www.emacswiki.org/emacs/org-occur-goto.el This is good and should be part of Org-mode. Anyone knows who wrote

Re: [O] Merge Properties into Template

2011-10-06 Thread suvayu ali
On Thu, Oct 6, 2011 at 11:35 AM, Richard Parsons richard.lee.pars...@gmail.com wrote: Could someone point me to the right bit of the manual so I can learn how to do this? Maybe some custom lisp function using the property API will do the job?

Re: [O] Org-agenda-custom-commands, restrict Agenda to file/files?

2011-10-06 Thread suvayu ali
2011/10/6 Gustav Wikström gustav.e...@gmail.com: I want to simplify this with a custom-command. And here comes my problem, what is the option to restrict the agenda to a certain file? Changing the org-agenda-files list does not seem to make a difference when using a custom agenda. Something

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-10-07 Thread suvayu ali
Hi Brian, On Fri, Oct 7, 2011 at 12:38 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: It just seemed that since orgmode parse text yanked into the dt prompt, it would be in keeping with the general spirit of the mode to parse selected text, too. But, as I said, it isn't a big

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-10-08 Thread suvayu ali
On Fri, Oct 7, 2011 at 4:36 PM, Brian van den Broek brian.van.den.br...@gmail.com wrote: What I was suggesting was it would be cool and a small time-saver if I could select the text Tuesday at 3pm and hit C-u C-c . and have the region replaced with the stamp 2011-10-11 Tue 15:00, entirely

Re: [O] [PATCH] Implement history facility for org-occur searches

2011-10-10 Thread suvayu ali
Hi Carsten, Sorry, I somehow missed this email. On Thu, Oct 6, 2011 at 9:54 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Suvayu, could you describe your use case for this addition?  When would you need this above calling org-occur again and using the minibuffer history to repeat

Re: [O] [PATCH] Implement history facility for org-occur searches

2011-10-10 Thread suvayu ali
On Mon, Oct 10, 2011 at 8:16 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On 10.10.2011, at 09:47, suvayu ali wrote: My use case was to easily traverse through a sequence of sparse-tree searches. Something that I thought might be useful when searching in a large file. My

Re: [O] [agenda] Case-insensitive tag search

2011-10-10 Thread suvayu ali
Hi Marcelo, On Mon, Oct 10, 2011 at 10:54 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Would it be hard to add such feature, considering I'm just beginning with elisp? Might be a candidate for my first patch to orgmode :) Since you mention lisp, I think you can have an easy solution

Re: [O] [bug-report] #+LaTeX_CLASS: whitespaces in the parameter list are not omitted

2011-10-12 Thread suvayu ali
On Wed, Oct 12, 2011 at 6:34 PM, Torsten Wagner torsten.wag...@gmail.com wrote: The error message on export was correct to say org-export-latex-set-initial-vars: No definition for class `koma_article ' in `org-export-latex-classes' (again notice the space) I can reproduce this with one of the

Re: [O] Can't have tags with a dash

2011-10-12 Thread suvayu ali
On Wed, Oct 12, 2011 at 7:37 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: I've noticed org can't handle a single tag with a dash in it. If I try to tag an item with 'payment-integration' for example, org turns it into two tags - ':payment:integration'. Is that intended? I believe so.

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread suvayu ali
On Thu, Oct 13, 2011 at 11:11 AM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear all, In the manual, I found that numbered lists can be created with 1), 2), ... or 1., 2., ... How can I get numbered lists like this: (1), (2),...? I found org-list-demote-modify-bullet, but the help

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread suvayu ali
Hi Marius, On Thu, Oct 13, 2011 at 5:26 PM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear Suvayu, thanks. It would be good to know how latex export can be customized to achieve this. This thread might be helpful: http://thread.gmane.org/gmane.emacs.orgmode/46763/focus=46771 --

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-14 Thread suvayu ali
Hi everyone, On Fri, Oct 14, 2011 at 2:05 PM, Jambunathan K kjambunat...@gmail.com wrote: Is it psychologically very taxing to see 1. instead of a (1) in an Org buffer. Could it be so taxing that a user's productivity will be impacted by it? For my personal use I don't care much as long as

Re: [O] Org, Diffs, and Version Control

2011-10-17 Thread suvayu ali
On Mon, Oct 17, 2011 at 8:55 AM, Rustom Mody rustompm...@gmail.com wrote: I wonder how much is involved in using the generic org parser (which one I am not sure) to hook into ediff?? I believe you mean something like this[1] discussion? That thread wasn't particularly conclusive. [1]

Re: [O] Turn off sparse tree highlighting?

2011-10-18 Thread suvayu ali
On Tue, Oct 18, 2011 at 6:04 PM, John Hendy jw.he...@gmail.com wrote: Just discovered sparse trees. Fantastic. Once I'm done... how do I stop headlines from being illuminated in yellow? I don't see it on the sparse tree page here: Have you tried C-c C-c (the all mighty do it all key

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-20 Thread suvayu ali
Hi Eric, On Thu, Oct 20, 2011 at 11:34 PM, Eric Schulte schulte.e...@gmail.com wrote: 2. The existing #+PROPERTY: line may now be used to specify values for   header arguments, e.g.,   #+PROPERTY: results silent   would silence all results in the current buffer. Is the 'results' without a

Re: [O] [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines

2011-10-20 Thread Suvayu Ali
On Thu, 20 Oct 2011 15:52:42 -0600 Eric Schulte schulte.e...@gmail.com wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Eric, On Thu, Oct 20, 2011 at 11:34 PM, Eric Schulte schulte.e...@gmail.com wrote: 2. The existing #+PROPERTY: line may now be used to specify values

Re: [O] Cannot display images inline any more

2011-10-21 Thread suvayu ali
On Fri, Oct 21, 2011 at 2:39 PM, Rainer Stengele rainer.steng...@online.de wrote: I have for example [[file:c:/img.jpg]] which is exported correctly as html. In Emacs, after C-c C-x v Org says: No images to display inline. Does anybody use Emacs 24.0.90.1 and is able to display images

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread suvayu ali
Hi Bastien, On Sat, Oct 22, 2011 at 12:13 PM, Bastien b...@altern.org wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: I think this might be the right time to ask for a feature request, unfold a tree if someone tries to edit it. This will prevent many mishaps. Good idea

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-22 Thread suvayu ali
Hi Bastien, A few comments. I have also attached a small test file. On Sat, Oct 22, 2011 at 15:53, Bastien b...@altern.org wrote: Here is a dummy patch that prevents the user from editing invisible parts of the buffer.  It doesn't prevent query-and-replace commands. Can people test it and

Re: [O] Agenda views w/m: inconsistency, bug

2011-10-23 Thread suvayu ali
On Sun, Oct 23, 2011 at 12:06, Karl Voit devn...@karl-voit.at wrote:  Personally I do think that org-aganda-week-view[1] and  org-agenda-month-view behave differently. The first one shows  today and the upcoming six days whereas the month view shows the  current calendar month, independent of

Re: [O] Source blocks for tiny snippets

2011-10-24 Thread suvayu ali
Hi Eric, On Sat, Oct 22, 2011 at 18:08, Eric Schulte schulte.e...@gmail.com wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: Hi everyone, I was wondering what people do when they need to put a few (1 or 2) lines of code snippets in org files? I like the syntax highlighting one gets

[O] Bug: tags search in org-sparse-tree is broken

2011-10-25 Thread suvayu ali
Hi, The tags search for org-sparse-tree seems to be broken. With a minimal setup, C-c / m match RET doesn't perform a tags search. I bisected the problem to this commit. dfcb6faef11a2439b56b18a6289803361d402130 is the first bad commit commit dfcb6faef11a2439b56b18a6289803361d402130 Author:

Re: [O] Orgmode performance problem and solution

2011-10-26 Thread suvayu ali
On Wed, Oct 26, 2011 at 10:07, Rainer Stengele rainer.steng...@online.de wrote: Lacking knowledge of git I deleted everything, cloned from the new repo and compiled the files. Result was a significantly faster Org experience. For future reference, a sinple `git pull` would have sufficed. --

Re: [O] Orgmode performance problem and solution

2011-10-26 Thread suvayu ali
Hi Rainer, On Wed, Oct 26, 2011 at 14:16, Rainer Stengele rainer.steng...@online.de wrote: No, the old repo git://repo.or.cz/org-mode.git I used is some time behind the one I use now. If I want to get a fix immediately I learned I have to use the new repo git://orgmode.org/org-mode.git

Re: [O] Bug: tags search in org-sparse-tree is broken

2011-10-26 Thread Suvayu Ali
Hi Giovanni, On Wed, 26 Oct 2011 15:40:53 +0200 Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: Hi, suvayu The tags search for org-sparse-tree seems to be broken. With a minimal setup, C-c / m match RET doesn't perform a tags search

[O] Tags included in subtree export title despite tags:nil in header

2011-10-26 Thread suvayu ali
Hi, I have an org file with lots of notes for myself. I sometimes export it to html for reading on the browser. I also have a subtree where I wrote beamer presentation about the project. I would like to exclude this from the html export, so I tag it with noexport. Now when I do a subtree export

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-27 Thread Suvayu Ali
Hi Giovanni, On Thu, 27 Oct 2011 11:06:00 +0200 Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: Hi, Suvayu, I also have a subtree where I wrote beamer presentation about the project. I would like to exclude this from the html export

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-27 Thread Suvayu Ali
On Thu, 27 Oct 2011 13:42:20 +0200 Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi Giovanni, On Thu, 27 Oct 2011 11:06:00 +0200 Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: Hi, Suvayu, I also have a subtree where I wrote

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-29 Thread Suvayu Ali
Hi Bastien, On Sat, 29 Oct 2011 15:08:44 +0200 Bastien b...@altern.org wrote: Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: org-exp.el:2155:(defun org-export-get-title-from-subtree () Can you instrument this function with edbug-defun and see what might be wrong

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-29 Thread suvayu ali
Hi Bastien, On Sat, Oct 29, 2011 at 16:10, Bastien b...@altern.org wrote: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com writes: A few comments. I have also attached a small test file. thanks for the comments.   Can you try the updated patch? It will take care of unfold the invisible

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-29 Thread suvayu ali
29, 2011 at 17:40, Bastien b...@altern.org wrote: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com writes: Did you by any chance attach the old patch again? ;) Er, yes :) Here is the fresh one -- thanks for testing it. As for `org-reveal', please report a bug if it doesn't work

Re: [O] Outline and org-mode don't insert text into folded sections logically

2011-10-29 Thread suvayu ali
On Sat, Oct 29, 2011 at 18:15, Bastien b...@altern.org wrote: Hi Suvayu, suvayu ali fatkasuvayu+li...@gmail.com writes: This works beautifully! I noticed that there is a tiny lag (maybe about half a second) between the revealing and inserting the character. However there is no such issue

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-29 Thread Suvayu Ali
Hi Bastien and others, On Sat, 29 Oct 2011 18:13:49 +0200 Bastien b...@altern.org wrote: Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: Sorry I should have provided an example file in the first place. I am not setting the EXPORT_TITLE property. The bug is the tags:nil

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-10-30 Thread Suvayu Ali
Hi Nick, On Sat, 29 Oct 2011 21:07:27 -0400 Nick Dokos nicholas.do...@hp.com wrote: Suvayu Ali fatkasuvayu+li...@gmail.com wrote: In the attached patch, I use the variable org-export-with-tags to check whether tags should be included or skipped in the export title. However irrespective

Re: [O] Link abbreviations, org-files with searches

2011-10-31 Thread suvayu ali
Hello Gustav, 2011/10/31 Gustav Wikström gustav.e...@gmail.com: Hello! When defining a link-abbreviation to an org-file with a headline search I manage to get it to work with the following syntax:   #+LINK: foo     file:/long/path/to/file/foo.org AFAIK, this is not required. Support for

Re: [O] Link abbreviations, org-files with searches

2011-10-31 Thread Suvayu Ali
On Mon, 31 Oct 2011 13:33:31 +0100 Gustav Wikström gustav.e...@gmail.com wrote: Hi Suvayu! I know about the normal links and the possibility to search with these. The thing is that I want to use an abbreviation (see sec. 4.6 in the manual) to not have to type the path for this particular

Re: [O] Link abbreviations, org-files with searches

2011-10-31 Thread Suvayu Ali
Hi Gustav, On Mon, 31 Oct 2011 14:55:27 +0100 Gustav Wikström gustav.e...@gmail.com wrote: This works when adding :: to the end of the link. But with this setting I cannot use the link as a simple file-link, eg. the following does not work: #+LINK: foo     file:/long/path/to/file/foo.org::

Re: [O] Tags included in subtree export title despite tags:nil in header

2011-11-01 Thread suvayu ali
Hi Bastien and all, On Sun, 30 Oct 2011 09:48:06 +0100 Bastien b...@altern.org wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: That said, the problem I am facing is org-export-with-tags evaluates to not-in-toc irrespective of what is set by the tags: option (see for example

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-01 Thread suvayu ali
Hi John, On Wed, Nov 2, 2011 at 03:22, John Hendy jw.he...@gmail.com wrote: I'm creating a beamer presentation and screencasting a walkthrough of it for work. I wanted to use impress!ve, but was getting errors about there being no pages in the document. [1] In looking this error up, it seems

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-02 Thread suvayu ali
On Wed, Nov 2, 2011 at 03:43, suvayu ali fatkasuvayu+li...@gmail.com wrote: You could try replacing that with the following: pdflatex -interaction nonstopmode -output-directory %o \pdfminorversion=4 $(cat %f) I did some testing. The following should work. pdflatex -interaction nonstopmode

Re: [O] Archive to date-tree

2011-11-02 Thread suvayu ali
On Wed, Nov 2, 2011 at 15:02, Andrew Hyatt ahy...@gmail.com wrote: Would anyone be interested in the ability to archive to the current date in date-tree instead of an archive file?  I'm toying with the idea of implementing this, and I could send it in as a patch when it is done, or just leave

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-03 Thread suvayu ali
On Thu, Nov 3, 2011 at 18:48, John Hendy jw.he...@gmail.com wrote: On Wed, Nov 2, 2011 at 5:30 AM, suvayu ali fatkasuvayu+li...@gmail.com wrote: On Wed, Nov 2, 2011 at 03:43, suvayu ali fatkasuvayu+li...@gmail.com wrote: You could try replacing that with the following: pdflatex -interaction

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-04 Thread suvayu ali
Hi John, On Fri, Nov 4, 2011 at 18:29, Nick Dokos nicholas.do...@hp.com wrote: Alternatively, you can define a new entry in org-export-latex-classes that does what you want - I just cribbed the existing beamer entry and modified it a bit (I had called it beamerpdf14 at first, but apparently

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread suvayu ali
On Mon, Nov 7, 2011 at 13:19, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Fabrizio Chiarello fabrizio.chiare...@ieee.org writes: I have many tasks with a DEADLINE, and I wish to have their subtasks to inherit such DEADLINE. To this aim, I set:   (setq org-use-property-inheritance

Re: [O] Bug: :tags: in title [7.7 f8168144a]

2011-11-07 Thread suvayu ali
Hi Giovanni, On Mon, Nov 7, 2011 at 15:31, Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: When I export the subtree mathjax test: C-c @ C-c C-e B of the example file below, (please note that the PROPERTY EXPORT_TITLE does not have a value!!) the exported HTML file (00-b.html) has

[O] Improving bug reporting documentation

2011-11-07 Thread Suvayu Ali
it would be easier if the manual mentioned this little detail. A patch is attached. Hope this helps. PS: I marked the patch as TINY CHANGE. -- Suvayu Open source is the future. It sets us free. From cf8935331d2f57ef5c954fad2f5e3f179d902081 Mon Sep 17 00:00:00 2001 From: Suvayu Ali fatkasuvayu

Re: [O] [BUG] Unable to use TODO(t@!) to track TODO state changes

2011-11-09 Thread suvayu ali
Hi Jason, On Wed, Nov 9, 2011 at 15:56, Jason Dunsmore jasondunsm...@gmail.com wrote: After reading http://orgmode.org/org.html#Tracking-TODO-state-changes, I expected the @! TODO syntax, eg. TODO(t@!), to do the following: - Log timestamp when entering state - Add note when entering state

Re: [O] regenerating agendas automatically if any .org files change

2011-11-10 Thread suvayu ali
Hello Stephen, Welcome to the list. Hope you have fun using org-mode. :) On Fri, Nov 11, 2011 at 00:54, Stephen J. Barr stephenjb...@gmail.com wrote: I would like B to simply regenerate 3 different agenda views whenever the .org files on Dropbox change. This is documented on our git based

Re: [O] getting a tilde into LaTeX export

2011-11-11 Thread suvayu ali
On Fri, Nov 11, 2011 at 11:46, Eric Abrahamsen e...@ericabrahamsen.net wrote: I'm sure this has been answered many times but I can't find it… I want to get a tilde into my LaTeX export -- not a LaTeX-escaped tilde, but a plain tilde, that will turn into a small non-breaking space in LaTeX.

Re: [O] Debugging background export

2011-11-14 Thread suvayu ali
On Mon, Nov 14, 2011 at 14:39, Jacek Generowicz jacek.generow...@cern.ch wrote: Greetings, When I export the org file I am working on (C-c C-e b), everything works fine. When I try to export the same file in the background (C-x C-s C-u C-u C-c C-e b), I get the very informative messages

Re: [O] New feature branch: org-xhtml-and-org-odt

2011-11-14 Thread suvayu ali
Hi Matt, On Mon, Nov 14, 2011 at 21:06, Matt Price mopto...@gmail.com wrote: hmm, what are the pul instructions for this? sorry, my git-fu is pretty basic: I tried git pull origin/org-xhtml-and-org-odt and git pull org-xhtml-and-org-odt With master checked out (git checkout master), do the

Re: [O] odt export to google-docs problem

2011-11-17 Thread suvayu ali
Hi Jambunathan, On Thu, Nov 17, 2011 at 11:06, Jambunathan K kjambunat...@gmail.com wrote: Can anyone else reproduce this? I can replicate this. The odt file exported by org-odt is not accepted by google docs even though libreoffice opens it without problems. However it I open it with

Re: [O] [beamer] Can I just export one frame?

2011-11-21 Thread suvayu ali
On Mon, Nov 21, 2011 at 06:40, zwz zhangwe...@gmail.com wrote: SO I just want to know if there is some convenient way to export just one frame without tagging all the other frames as :noexport. Subtree export? -- Suvayu Open source is the future. It sets us free.

Re: [O] beamer right aligned table

2011-11-21 Thread suvayu ali
On Mon, Nov 21, 2011 at 17:24, Haluk Dogan hlk.do...@gmail.com wrote: Even though table column are right aligned, in my pdf result they are still left aligned. What am I supposed to do? #+ATTR_LATEX: align=lr to left align the first column and right align the second column. HTH -- Suvayu

Re: [O] TABLES: aesthetics on columns

2011-11-23 Thread Suvayu Ali
On Wed, 23 Nov 2011 09:13:18 -0200 Daniel Martins daniel...@gmail.com wrote: 1) Can I do the same in org-mode i.e. a previous (and possibly local) definition or long variable befopre putting them in a table? Try this in the header of the org file: #+LATEX_HEADER: \def\ll{$\lambda$} The

Re: [O] Dynamically generating todo entries

2011-11-23 Thread suvayu ali
On Thu, Nov 3, 2011 at 00:35, Daniel Schoepe dan...@schoepe.org wrote: Diary sexps is probably the wrong thing to use for what you want: I don't know how far you want to take it, but iiuc, the easiest thing to do is write a script (in your favorite language) that generates a file of entries,

Re: [O] No LaTeX preview if non-ASCII chars included

2011-12-08 Thread suvayu ali
Hi Andreas, On Wed, Dec 7, 2011 at 22:29, Andreas Domberg a.domb...@t-online.de wrote: Is it possible to link the preview-latex machinery with the export one, or modify it accordingly? I have similar issues. I think org just uses the preview machinery for auctex. So asking for a preview just

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-10 Thread suvayu ali
On Sat, Dec 10, 2011 at 18:22, Bastien b...@altern.org wrote: as the subject says.  Please all test this heavily and report any problems.  This will be part of Org 7.8 and soon in Emacs. Thanks a lot to Jambunathan for all this efforts, let's make sure everything is smooth before the release!

Re: [O] benefit to having org files in one folder

2011-12-10 Thread suvayu ali
On Sun, Dec 11, 2011 at 01:23, Herbert Sitz hes...@gmail.com wrote: If you include a directory in the agenda-files variable then all .org files in that directory will automatically be included in agenda-files. And I believe all archive files are included in the text search (C-c a s). --

<    1   2   3   4   5   6   7   8   9   10   >