Re: [Orgmode] [BUG] org-latex ignores org-export-latex-hyperref-format?

2010-10-16 Thread Noorul Islam
On Sat, Oct 16, 2010 at 3:32 PM, Guy Wiener wiener@gmail.com wrote: I found the following weird thing in org-latex, and I think it is a bug: The customization option org-export-latex-hyperref-format is suppose to render links to hyperrefs in the exported tex file. However, in org-latex.el,

[Orgmode] Re: org-hide-entry

2010-10-15 Thread Noorul Islam K M
Andreas Röhler andreas.roeh...@easy-emacs.de writes: Hi. as org-mode knows a command `org-show-entry' looked for `org-hide-entry', but couldn't get it. So here it is. Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components diff --git a/lisp/org.el

[Orgmode] [Arik Mitschang] org-mode ASCII export of in-word LaTeX symbols support

2010-10-15 Thread Noorul Islam K M
I am not sure whether this is already forwarded. I am forwarding this thread from emacs-devel mailing list. Hopefully patchworks picks up this patch. Thanks and Regards Noorul ---BeginMessage--- Hi emacs-devel, I would like to suggest the following small change to the org-mode ascii export

[Orgmode] [PATCH] Fix Typo in README_maintainer

2010-10-15 Thread Noorul Islam
Fix typo * README_maintainer: Fix typo Thanks and Regards Noorul diff --git a/README_maintainer b/README_maintainer index 37d1494..5d1a67a 100644 --- a/README_maintainer +++ b/README_maintainer @@ -28,8 +28,8 @@ release. The release process is a single make command: The release number for

[Orgmode] Re: Auto clock-out? [7.01trans]

2010-10-14 Thread Noorul Islam K M
David Abrahams d...@boostpro.com writes: When I mark an item DONE, Org clocks me out, fantastic! When I switch an item from TODO to WAITING, it doesn't. Is there a way to get it to clock me out of an item when is switched to WAITING? Did you get a chance to read this

[Orgmode] Re: org-insert-heading and inline tasks

2010-10-14 Thread Noorul Islam K M
Matt Lundin m...@imapmail.org writes: Hi Carsten, The following commit changes the behavior of org-insert-heading within the context of inline tasks: 19d695ef8fd27ac1b1ef1b675c3960b9b7d6abdc I find that new headlines are no longer inserted at the same depth as inline tasks. A quick skim

[Orgmode] Re: Adding tags, grouping tags

2010-10-14 Thread Noorul Islam K M
Karl Maihofer ignora...@gmx.de writes: I'd like to define many many tags and use numerics (1-0) as selection keys. I want to define tags for different clients, people, gtd-contexts, and other contexts. So I had the idea to group the tags (less than ten tags per group) to be able to define

[Orgmode] Re: export

2010-10-12 Thread Noorul Islam K M
Jörg Hagmann joerg.hagm...@unibas.ch writes: regarding export to latex: When exporting to latex (C-e, l) a new frame opens (it didn't before). There must be a customization option for avoiding that, but I can't find it. Emacs 23.2.1, recent pull. I am not able to reproduce this on

Re: [Orgmode] Bug: No match - create this as a new heading? [7.01trans]

2010-10-09 Thread Noorul Islam
On Sun, Oct 10, 2010 at 4:19 AM, David Abrahams d...@boostpro.com wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See     http://orgmode.org/manual/Feedback.html#Feedback Your bug report will

Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Noorul Islam
On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote: I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note) --- The log done time and log done note are very useful while I am

Re: [Orgmode] How to not publish log done note?

2010-10-03 Thread Noorul Islam
On Sun, Oct 3, 2010 at 5:48 PM, Noorul Islam noo...@noorul.com wrote: On Sun, Oct 3, 2010 at 4:36 PM, Water Lin water...@sohu.com wrote: I have set the log done time and log done note for my org files using code: --- (setq org-log-done 'time) (setq org-log-done 'note

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam K M
Jörg Hagmann joerg.hagm...@unibas.ch writes: Dear list, I have an org file named test.org structured as follows (minimal example): --minimal example * Head text * Second head :PROPERTIES: :EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t ::t |:t ^:{} -:t f:t *:t

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam K M
, Noorul Islam K M wrote: Jörg Hagmannjoerg.hagm...@unibas.ch writes: Dear list, I have an org file named test.org structured as follows (minimal example): --minimal example * Head text * Second head :PROPERTIES: :EXPORT_OPTIONS: H:5 num:nil toc:t \n:nil @:t

[Orgmode] Re: latex export problem

2010-10-01 Thread Noorul Islam
On Fri, Oct 1, 2010 at 2:33 PM, Noorul Islam K M noo...@noorul.com wrote: Jörg Hagmann joerg.hagm...@unibas.ch writes:  org-version: yesterday's pull emacs: 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29)  of 2010-05-09 I copied your example to a file /tmp/test.org

[Orgmode] Re: POPERTIES Effort and HTML export

2010-10-01 Thread Noorul Islam K M
Rouvinez, Jean-Claude jean-claude.rouvi...@ipi.ch writes: Hi, I have defined in an org file some entries like that: *** TODO Actions :PROPERTIES: :Effort: 24 :END: I want to export the POPERTIES Effort in an html file but I don't know how. I want to export a table view of

[Orgmode] Re: with-parsed-tramp-file-name

2010-09-30 Thread Noorul Islam K M
Austin F. Frank austin.fr...@gmail.com writes: Hello! Recently I discovered that I can no longer evaluate R source code blocks on a file opened using TRAMP. I've recreated the bug using a minimal config. The process to reproduce this bug is described below. Using Org-mode version

[Orgmode] Re: Compiling multiple times the LaTeX output

2010-09-29 Thread Noorul Islam K M
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, I've been taught of a weird observation: the page number indicated in the TOC of a PDFLaTeX output is wrong by one page... I've re-exported my Org document. Same observation. So, it was not a problem during export or so. Taking

[Orgmode] Re: bug with spaces in regexp search

2010-09-26 Thread Noorul Islam K M
Samuel Wales samolog...@gmail.com writes: The bug has been fixed, so the following is moot. Ah, but he didn't . :) Hence my question. :) I appreciated the effort to help, but I was wondering what he was trying to say, because he used strings instead of regexps and he used different

Re: [Orgmode] Problem with PROPERTIES :OPTIONS: when exporting subtree

2010-09-25 Thread Noorul Islam
On Sat, Sep 25, 2010 at 4:02 PM, Rainer M Krug r.m.k...@gmail.com wrote: Hi I hava a problem with exporting to LaTeX. I want to export a table to latex. I put it into a subtree, containing only the table, i.e. no headers, as I want to include it into another document. I thought, that using

Re: [Orgmode] table, moving cells

2010-09-25 Thread Noorul Islam
On Sat, Sep 25, 2010 at 9:32 PM, Martin G. Skjæveland mart...@ifi.uio.no wrote: Hi, is there a quick way for moving a cell about in a table? I enjoy swapping the order of rows and columns in a table using Meta + [arrow], but I have not found a ways of doing the same for a single cell. Is it

Re: [Orgmode] File-level execute permissions?

2010-09-24 Thread Noorul Islam
On Fri, Sep 24, 2010 at 6:41 PM, Bill Harris bill_har...@facilitatedsystems.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I understand at least the obvious risks in executing source code blocks inside an unknown org file, but, when I created the org file myself, it would be nice

[Orgmode] Re: bug with spaces in regexp search

2010-09-23 Thread Noorul Islam K M
Samuel Wales samolog...@gmail.com writes: Meaning? I meant, I have both these variables set as nil org-agenda-search-view-always-boolean org-agenda-search-view-force-full-words and then in org agenda buffer. I typed M-x org-search-view and then typed in faster than which displayed the

[Orgmode] Re: Bug: subtree export fails with src block

2010-09-23 Thread Noorul Islam K M
Christian Moe m...@christianmoe.com writes: Hi, Selecting a subtree only, export to html fails if the subtree contains a src block. Using 7.01trans, freshly pulled, on Emacs 23. Example file: test2.org --- * Heading 1 Text * Heading 2 Text #+begin_src

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam K M
Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following: --8-coupez ici--début--8--- If you want to set properties that can be inherited by

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam K M
Nick Dokos nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam K M noo...@noorul.com wrote: In the below example #+PROPERTY: Age 25 #+COLUMNS: %25ITEM %Age * Heading 1

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam
On Wed, Sep 22, 2010 at 2:13 PM, Noorul Islam K M noo...@noorul.com wrote: Nick Dokos nicholas.do...@hp.com writes: Nick Dokos nicholas.do...@hp.com wrote: Noorul Islam K M noo...@noorul.com wrote: In the below example

[Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Noorul Islam K M
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 22, 2010, at 8:58 AM, Noorul Islam K M wrote: Nick Dokos nicholas.do...@hp.com writes: Vincent Belaïche vincent@hotmail.fr wrote: In the org manual node `(org) Property syntax' one can read the following: --8

Re: [Orgmode] bug with spaces in regexp search

2010-09-22 Thread Noorul Islam
On Thu, Sep 23, 2010 at 2:06 AM, Samuel Wales samolog...@gmail.com wrote: With the headline * text search much faster than tag search and an agenda text search:  {faster than} does not return it  {faster\ than} also I think of {...} as a single token even if it has spaces in it.

[Orgmode] Re: Agenda Question

2010-09-22 Thread Noorul Islam K M
Andre Powell apowell...@gmail.com writes: I hope that this is not a stupid question. Is there anyway to move forward in the agenda view and have the scheduled and due items from the current day move forward as well? The reason that I ask is I typically try and review my next day the night

[Orgmode] Re: No link found error during export of source block when headline has link

2010-09-22 Thread Noorul Islam K M
Hsiu-Khuern Tang tan...@gmail.com writes: Hi all, When I export this file to HTML * [[http://www.example.com][example]] #+BEGIN_SRC R 1 #+END_SRC I get a

[Orgmode] Re: Trying to write an elisp function to move subtree to end of file

2010-09-21 Thread Noorul Islam K M
Charles Cave charles_c...@optusnet.com.au writes: I am writing an elisp function to move the subtree (at the point/cursor) to the end of the file. The code from .elisp is shown I get an error message Invalid function: (org-cut-subtree) (defun move-subtree-to-end () (interactive)

[Orgmode] Re: Version number via inline source in header of exported html and pdf? and Custom export name?

2010-09-08 Thread Noorul Islam K M
Rainer M Krug r.m.k...@gmail.com writes: Hi two questions: 1) is it possible to add the result of an inline code snipet (in my case the SVN revision number) into the title or subtitle of a document (as in e.g. the org manual)? At the moment, I am putting it into the first header, which

[Orgmode] Re: Bug: escaping a star in a heading [7.01trans]

2010-09-07 Thread Noorul Islam K M
Aidan Gauland aidal...@no8wireless.co.nz writes: Escaping a star ('*') in a heading with a backslash works (i.e. exports to a literal '*') when exporting to PDF (via LaTeX; probably because LaTeX then processes it), but not when exporting to HTML. My situation is that I have a heading which

[Orgmode] Re: Weird notes... Conflict with lists?

2010-09-07 Thread Noorul Islam K M
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi, When diffing versions of my Org files, before committing, just noticed this... ** WAIT Vérifier la réception du BC - SCHEDULED: 2010-09-03 Fri + SCHEDULED: 2010-09-08 Wed :LOGBOOK: - State WAIT from TODO

[Orgmode] [PATCH] Re: bug: [[file:something.org]] is exported to [[http:something.html]]

2010-09-07 Thread Noorul Islam
On Wed, Sep 8, 2010 at 2:12 AM, Daniel Clemente n142...@gmail.com wrote: Commit bd1b57f92a33485c90db1efc407c8b7c7450993a (Thu Sep 2 11:35:43 2010 +) did something like this in org-html.el:               ((str (org-export-html-format-href thefile))) -             (if (and type (not

Re: [Orgmode] bug in export due to org-list-automatic-rules

2010-09-07 Thread Noorul Islam
On Wed, Sep 8, 2010 at 12:49 AM, Daniel Clemente n142...@gmail.com wrote: Hi.  This change in org.el (commit fd16515b4a88d48362223b19c511c4973cdbc84c, 2010-08-07 18:31:54):     '(^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\...@start:[0-9]+\\][ \t]*\\)?\\)\\(\\[[- X]\\]\\)              2

Re: [Orgmode] Directory Links (and a bug?)

2010-09-07 Thread Noorul Islam
On Wed, Sep 8, 2010 at 1:05 AM, Achim Gratz strom...@nexgo.de wrote: Making a directory link like this: [[file://bla/fasel/]] will open that folder in explorer on Windows at work, which is nice since I can just keep a bunch of those in my notes.org file and fire them up whenever I need to (the

Re: [Orgmode] [Babel][BUG] Executing python code fails due to indentation error

2010-09-07 Thread Noorul Islam
On Tue, Sep 7, 2010 at 4:36 AM, Seth Burleigh wbu...@gmail.com wrote: #+begin_src python def add(a,b):    return a+b def sub(a,b):    return a-b #+end_src Fails to execute due to 'unexpected indentation' in general, this is a problem for copy/pasting into any emacs python shell, it wont

[Orgmode] Re: Value of `ispell-dictionary-alist' reset by `org-agenda-list'

2010-09-06 Thread Noorul Islam K M
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Noorul and everybody, Noorul Islam wrote: 2010/9/3 Sébastien Vauban wxhgmqzgw...@spammotel.com: I still don't understand what's going on, but I've managed getting closer to a long experienced problem in my Emacs: while I set the value

Re: [Orgmode] This is probably a misconfiguration rather than a bug, but...

2010-09-03 Thread Noorul Islam
On Fri, Sep 3, 2010 at 2:31 PM, Tim O'Callaghan tim.ocallag...@gmail.com wrote: I'm tracking the master git repo, the emacs git repo (running emacs 24.0.50.1) and just updated git from 11e7a57 to ba4bf2c. The problem is still there, I've been trying to work out exactly what the criteria is

Re: [Orgmode] Capture abort: (void-function -mode)

2010-09-03 Thread Noorul Islam
2010/9/3 Sébastien Vauban wxhgmqzgw...@spammotel.com: Hello, With git pull'ed yesterday eve, I now have this popping up when capturing some text from Gnus: --8---cut here---start-8--- Debugger entered--Lisp error: (error Capture abort: (void-function

Re: [Orgmode] Value of `ispell-dictionary-alist' reset by `org-agenda-list'

2010-09-03 Thread Noorul Islam
2010/9/3 Sébastien Vauban wxhgmqzgw...@spammotel.com: Hello, I still don't understand what's going on, but I've managed getting closer to a long experienced problem in my Emacs: while I set the value of =ispell-dictionary-alist= in the beginning of my =.emacs= file, it is reset when calling

[Orgmode] Re: cannot enable org-habit

2010-09-02 Thread Noorul Islam K M
Paul Sexton psex...@xnet.co.nz writes: Joseph Buchignani joseph.buchignani at gmail.com writes: Yes, here is how it looks: ... Hi Joseph The following item has been working fine for me. However I can't see any glaring differences wrt to your example item. ** TODO Add MCQs

[Orgmode] Re: HTML export of org source blocks

2010-09-02 Thread Noorul Islam K M
Thomas S. Dye t...@tsdye.com writes: Aloha all, The following example from the Ledger tutorial http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php doesn't export the #+end_src line: #+begin_src org ,#+begin_src ledger :cmdline -s bal :results value ,!include

[Orgmode] Re: svn version number as tag or property?

2010-09-02 Thread Noorul Islam K M
Rainer M Krug r.m.k...@gmail.com writes: On 01/09/10 22:33, Achim Gratz wrote: Rainer M Krug r.m.k...@gmail.com writes: Hm - I can't find that command (I assume it is a function)? And if how can I get the file name of the buffer? Yes, an elisp function. You either already know the name

[Orgmode] Re: cannot enable org-habit

2010-09-02 Thread Noorul Islam
On Thursday, September 2, 2010, Julien Fantin julien.fan...@gmail.com wrote: I'm watching this as I wasn't able to enable this module either. I have state logging enable with :  (setq org-todo-keywords        (quote         ((sequence TODO(t!) NEXT(n!) | DONE(d!))          (sequence

[Orgmode] Re: org-capture : latest git pull, template selection broken ?

2010-08-28 Thread Noorul Islam K M
Dave Abrahams d...@boostpro.com writes: Julien Fantin julien.fantin at gmail.com writes: With the org-capture-templates described in the doc, right after the template selection, the buffer disappears, and the empty template gets written to the target file. The following messages are

[Orgmode] [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Noorul Islam
Latest pull is throwing error while quitting emacs. Here is the patch to fix this. ob.el: Fix minor bug * lisp/ob.el (org-babel-remove-temporary-directory) : Pass correct number of arguments to (delete-directory) Thanks and Regards Noorul diff --git a/lisp/ob.el b/lisp/ob.el index

Re: [Orgmode] [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory)

2010-08-26 Thread Noorul Islam
. -- Thanks and Regards Noorul Thanks -- Eric Noorul Islam noo...@noorul.com writes: Latest pull is throwing error while quitting emacs. Here is the patch to fix this. ob.el:  Fix minor bug * lisp/ob.el (org-babel-remove-temporary-directory) : Pass correct number of arguments

[Orgmode] [PATCH] Re: Bug: habit: better error handling required [TAG=7.01g]

2010-08-25 Thread Noorul Islam K M
paulusm paul...@bigpond.com writes: Hi org-mode people, Whilst playing with the shaving example from http://orgmode.org/manual/Tracking-your-habits.html I accidentally put a bad character in the SCHEDULED timestamp. Instead of: SCHEDULED: 2010-08-26 Thu .+2d/4d I had: SCHEDULED:

[Orgmode] Re: Argument to org-insert-subheading should be optional [7.01trans]

2010-08-25 Thread Noorul Islam K M
M. Creidieki Crouch creidi...@gmail.com writes: The (org-insert-subheading arg) function in org.el should probably have arg as an optional argument. It's used only as a parameter to (org-insert-heading (optional force-heading invisible-ok)), so it doesn't make much sense as a mandatory

[Orgmode] Re: Fix typo in org-find-exact-headling-in-buffer

2010-08-24 Thread Noorul Islam K M
Jambunathan K kjambunat...@gmail.com writes: Still thinkling but have no inkling about headling. Jambunathan K. From a49dcabccf5d4589d553115d7ce8a648ab4328f2 Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat...@gmail.com Date: Tue, 24 Aug 2010 03:05:04 +0530 Subject: [PATCH] Fix typo

[Orgmode] Re: make without make cleanall safe?

2010-08-19 Thread Noorul Islam K M
Samuel Wales samolog...@gmail.com writes: Seems it takes a while to make, perhaps because of all the excellent features like org-babel. I do make cleanall first, to be safer, but as the purpose of make is to avoid doing recompilation, will a simple make suffice? Whenever I make a small

Re: [Orgmode] Some useful timestamp s-expressions

2010-08-18 Thread Noorul Islam K M
I think it will be great if this goes into worg? - Noorul On Aug 19, 2010, at 1:52 AM, Paul Sexton psex...@xnet.co.nz wrote: In org, timestamps can be in the usual angle-bracket format, eg 2010-08-19 +2w, or you can use lisp s-expressions. These are in the same format as the s-expressions

[Orgmode] Re: export TODO keyword

2010-08-16 Thread Noorul Islam K M
Rares Pop rares@gmail.com writes: Hi Carsten, I've attached the org file and the exported PDF file. I'm using org-6.35i and export settings are the default ones. Thanks again for trying to help, Rares I am not able to re-produce this with the trunk version. May be bug in the older

[PATCH] Re: [Orgmode] typo in org.texi?

2010-08-13 Thread Noorul Islam
On Fri, Aug 13, 2010 at 10:27 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Hi Bastien, looks like a typo in org.texi make info sends a warning. git blame -L 4735 org.texi 3f0d9351 doc/org.texi ... 2010-08-03 18:34:47 +0200 4735) @var{(title)} @r{The header text for

[Orgmode] Re: Proposed command: org-agenda-clock-goto

2010-08-12 Thread Noorul Islam K M
Bastien bastien.gue...@wikimedia.fr writes: Noorul Islam K M noo...@noorul.com writes: For me J takes me to the org file entry not to the agenda entry. That's weird. Did you pull and get the last Org? `J' should: - move the point to the clocked in entry in the agenda buffer

[Orgmode] Re: Print / export TODO Tree

2010-08-12 Thread Noorul Islam K M
Nathan Neff nathan.n...@gmail.com writes: Sorry if this is a FAQ, but is there a way to export or print a TODO tree? For example you can export a subtree as HTML and open the same in browser by placing the cursor on the subtree and using Use C-c C-e 1 b Try different option instead of 'b'

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-11 Thread Noorul Islam K M
On Aug 12, 2010, at 3:43 AM, Bastien bastien.gue...@wikimedia.fr wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hmmm, I just pulled, and J jumps to the org-mode file while C-c C-x C- j goes to the agenda lines corresponding to the clocking item. I meant it the other way

[Orgmode] Re: ReRe[2]: need detailed instructions for submitting the patch

2010-08-10 Thread Noorul Islam K M
Thomas S. Dye t...@tsdye.com writes: Aloha Dmitry, Another reason for working in topic branches is it leaves your master branch clean so that changes in the remote are easily merged. You're are probably more computer savvy than I am, but my struggles with merges after making changes to the

Re: [Orgmode] bug report: timeline agenda in an indirect buffer

2010-08-08 Thread Noorul Islam
Carsten, Does commit 5188f71ee85aee753db07d0fccea4a9217eb8a4d fix this issue? Thanks Noorul On Sat, Aug 7, 2010 at 2:43 PM, Noorul Islam noo...@noorul.com wrote: On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter ilya_...@alum.mit.eduwrote: Right now making a timeline agenda of an indirect

[PATCH] Re: [Orgmode] Problem when exporting to PDF to a different directory

2010-08-08 Thread Noorul Islam
On Wed, Aug 4, 2010 at 1:26 AM, Manuel Amador amador.man...@gmail.comwrote: Hi everybody, I am running into the following issue. I would like to export certain subtrees of an org file to a particular directory. I set the export property as follows: * Test 1 :PROPERTIES:

[Orgmode] org.el: Compiler warnings

2010-08-08 Thread Noorul Islam
Carsten, These two functions in org.el has compiler warnings. org-find-exact-headling-in-buffer org-find-exact-heading-in-directory These functions were added in commit 251a3ca7c3a84b65547f4d125d961fd5845add41 and seems to be unused in the code base. Thanks and Regards Noorul

[Orgmode] [PATCH] ob.el - Hide compiler warning

2010-08-08 Thread Noorul Islam
Hi, Patch to hide compiler warning in ob.el * lisp/ob.el Declare org-babel-lob-execute-maybe() to avoid compiler warning. Thanks and Regards Noorul diff --git a/lisp/ob.el b/lisp/ob.el index ffb0aab..607d53a 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -61,6 +61,7 @@ (declare-function

Re: [Orgmode] bug report: timeline agenda in an indirect buffer

2010-08-08 Thread Noorul Islam
On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter ilya_...@alum.mit.eduwrote: Right now making a timeline agenda of an indirect buffer causes a crash. I think it's because buffer-file-name is null for such buffers, so in the call (org-prepare-agenda (concat Timeline

[Orgmode] Re: org-bbdb: Be lenient. Ignore case in anniv class string.

2010-08-08 Thread Noorul Islam K M
Jambunathan K kjambunat...@gmail.com writes: Permit bbdb entries like '1973-06-22 Birthday'. i.e., Ignore the case of anniv class. ps: Have I mixed up tabs/spaces and/or indentations? Kindly point me to the emacs settings for editing org elisp files. I always use the default one for

[Orgmode] Re: text color + highlight

2010-08-08 Thread Noorul Islam K M
Jambunathan K kjambunat...@gmail.com writes: Eric but again, I'm reticent to commit to any particular format, as Eric Org-mode does a good job of feeling consistent, and I'd not Eric want to hurt that consistency. In an edit buffer, I would personally prefer to see the colour

[Orgmode] Re: [PATCH] question about org-agenda-files

2010-08-06 Thread Noorul Islam
On Fri, Aug 6, 2010 at 4:12 PM, Carsten Dominik carsten.domi...@gmail.comwrote: On Aug 6, 2010, at 10:30 AM, Bastien wrote: Rustom Mody rustompm...@gmail.com writes: Why is it that if org-agenda-files is a list the list should have absolute file names whereas when it (points to) a single

Re: [Orgmode] [PATCH] Proposed command: org-agenda-clock-goto

2010-08-06 Thread Noorul Islam
On Sun, Aug 1, 2010 at 1:27 PM, Bastien bastien.gue...@wikimedia.fr wrote: From the agenda, I often want to jump to the currently clocking task without leaving the agenda buffer. The attached patch contains a function that does so. Would that be useful to anyone else? If so, any

Re: [Orgmode] bug in dynamic block for clock table using :tags

2010-08-06 Thread Noorul Islam
On Wed, Aug 4, 2010 at 9:45 PM, Inquisitive Scientist inquisitive.scient...@gmail.com wrote: Dear Experts, There seems to be a bug in the tags feature for clock tables. When I try to generate a dynamic block for a clock-table in the following example file it goes into an infinite loop.

[Orgmode] [PATCH] Bug in org-colview/org-beamer?

2010-07-31 Thread Noorul Islam
On Sat, Jul 31, 2010 at 12:54 PM, Simon Guest simon.gu...@tesujimath.orgwrote: Hi, I'm making my first real Org mode Beamer presentation, using org-mode 7.01g, and trying to set the ignore_heading for a multi-column slide. In column mode, when I hit 'e' in the Env column, Emacs says: Wrong

[Orgmode] [PATCH] org-capture: Make messages consistent.

2010-07-31 Thread Noorul Islam
A very small patch that makes the message displayed consistent. * lisp/org-capture.el (org-capture-finalize): Make messages consistent. diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 0ecea6a..111f7f7 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -527,7 +527,7 @@

[Orgmode] [PATCH] org-gnus.el: Suppress compiler warning.

2010-07-31 Thread Noorul Islam
The attached patch suppresses a compiler warning in org-gnus.el * lisp/org-gnus.el: Suppress compiler warning by declaring outside function nnimap-retrieve-headers-from-file. diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 7a339cd..16aa476 100644 --- a/lisp/org-gnus.el +++

[Orgmode] Re: TODO type problem on speedbar and imenu.

2010-07-23 Thread Noorul Islam K M
Osamu OKANO okano.os...@gmail.com writes: Hi. I found a problem on speedbar and imenu. Reproducing date is here * someday/maybe * SOMEDAY/maybe * SOMEDAY maybe * someday maybe * read/review * READ/review * conf #+TYP_TODO: SOMEDAY When a head line includes TODO state name, I am

[Orgmode] Re: Bug Report: refile and attachments

2010-07-23 Thread Noorul Islam K M
Colin Fraizer orgm...@cfraizer.com writes: 1. Exactly what I did I created an entry in an org file. I added an attachment to that entry. I used refile (C-c C-w) to move the entry to another org file. Before doing this, can you try opening it from initial org file itself. using C-c

[Orgmode] Re: orgmode html export uses wrong browser

2010-07-21 Thread Noorul Islam K M
Vikas Rawal vikasli...@agrarianresearch.org writes: From org, when I export an org buffer to html and open in browser (using C-c C-e b), it opens epiphany web browser. On the other, if I open a url from within orgmode, the urls are opened in firefox. How can I change the browser that is used

[Orgmode] Re: word wrap preferences in org-mode buffers

2010-07-19 Thread Noorul Islam K M
Eric S Fraga ucec...@ucl.ac.uk writes: On Fri, 16 Jul 2010 14:37:54 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Hello, As I use org-mode more and more for actually writing things, I'm wondering what your favorite Emacs word/line-wrapping mode is. Basically, I see two main ways of

[Orgmode] Re: Tiny font in org-agenda-columns when using emacs --daemon

2010-07-14 Thread Noorul Islam K M
Jakob Lombacher ja...@lombacher.net writes: Hi, When I start emacs as daemon emacs --daemon and than attache a client to it, the org-agenda-columns view appears in a very tiny font. If I start emacs normally the view appears in standard font size. I think you are tyring to run emacs

[Orgmode] Re: Error: byte-code: Symbol's function definition is void: calendar-current-date (org 6.33x, cocoa emacs 23.2.1 OSX)

2010-07-11 Thread Noorul Islam K M
Marcelo de Moraes Serpa celose...@gmail.com writes: Hey guys, I'm going through a small quirck with org. Everytime I start emacs, open my gtd.org file and try to schedule an item, it halts with the following error: byte-code: Symbol's function definition is void: calendar-current-date

[Orgmode] Re: preserving location of point

2010-07-09 Thread Noorul Islam K M
Bernt Hansen be...@norang.ca writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm using org mode of about a week ago, and have noticed that when I leave point inside a table in org mode, switch to another buffer, and switch back again, point is placed at the the end of the table. I'm

[Orgmode] Re: Bulk refile is not working as expected

2010-07-06 Thread Noorul Islam K M
David Maus dm...@ictsoc.de writes: Noorul Islam K M wrote: I have couple of tasks in one of my org files which I want to re-file to some other org file. Both these files are in my agenda list. This is what I did. 1. Go to agenda-view 2. Navigate to both the tasks and use 'm' to mark them. 3

[Orgmode] Re: Don't create marker if target is entire file.

2010-07-06 Thread Noorul Islam K M
David Maus dm...@ictsoc.de writes: * org-agenda.el (org-agenda-bulk-action): Don't create marker for position if target is entire file. If the target of a bulk refile operation is the entire file, `org-refile-get-location' returns nil for the refile position. Creating a marker for the

[Orgmode] Bulk refile is not working as expected

2010-07-05 Thread Noorul Islam K M
Hello all, I have couple of tasks in one of my org files which I want to re-file to some other org file. Both these files are in my agenda list. This is what I did. 1. Go to agenda-view 2. Navigate to both the tasks and use 'm' to mark them. 3. 'B r' to bulk refile tasks 4. The marked tasks

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-30 Thread Noorul Islam K M
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 28, 2010, at 1:36 PM, Leo wrote: On 2010-06-28 11:19 +0100, Tassilo Horn wrote: (setq org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) (file .

[Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Noorul Islam K M
Daniel E. Doherty ded-...@ddoherty.net writes: All, In playing around with the date prompt (C-.), I ran across the following puzzling behavior from rather simple inputs. I entered the following on June 1, 2010. Here is a date entered as 3/15: 2011-03-15 Tue. It interpreted it as the

[Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Noorul Islam K M
Noorul Islam K M gnu...@gmail.com writes: Daniel E. Doherty ded-...@ddoherty.net writes: All, In playing around with the date prompt (C-.), I ran across the following puzzling behavior from rather simple inputs. I entered the following on June 1, 2010. Here is a date entered as 3/15

[Orgmode] Re: See available keybindings?

2010-02-06 Thread Noorul Islam
Daniel Martins daniel...@gmail.com writes: I tried and it did not work. I wonder why f9 C-h is not working for you? How did you define this key binding in your load file? Thanks and Regards Noorul ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: file location

2010-02-06 Thread Noorul Islam
Shawn Koons srko...@gmail.com writes: Hello, Is there a command (or two) that will identify the locations of the below-listed files/folders? I am using Ubuntu and it seems that there is more than one emacs install on this computer and multiple files that *could* If you have installed both

[Orgmode] Re: Hang after agenda export [6.34c]

2010-02-01 Thread Noorul Islam K M
manonf...@lavabit.com writes: The problem could be solved by removing the example code snippet suggested in the manual (Page 104 for 6.34c) from .emacs which is (setq org-agenda-exporter-setting) '((ps-number-of-columns 2) (ps-landscape-mode t)

[Orgmode] Re: Bug: Docstring for org-cycle does not document org-cycle-level behavior

2010-01-31 Thread Noorul Islam
Ryan Thompson r...@thompsonclan.org writes: Title says it all. In recent versions of Org, doing org-cycle at the end of an empty headline will cycle that headline through different levels, if the appropriate variable is non-nil. However, the docstring does not mention What is the appropriate

[Orgmode] Re: Hang after agenda export [6.34c]

2010-01-31 Thread Noorul Islam K M
manonf...@lavabit.com writes: Hello, this org-mode is fantastic but I experienced a little problem. When trying to export the agenda with C-x C-w filename, emacs hangs and causes high cpu load with all file types (txt,html,pdf). No file is created. This also happened with 6.33f. I have a

[Orgmode] [PATCH] Org-mode version 6.33trans; incorrect speed command help message

2009-11-19 Thread Noorul Islam K M
Huang Tao htbest2...@gmail.com writes: Hi, Function `org-speed-commands-default' has two same form (/ . org-sparse-tree). I found this from the help message of speed commands. Attached is a patch to fix this. * org-speed-commands-default + Remove duplicate entry of org-sparse-tree

Re: [Orgmode] Re: [PATCH] Removes obsolete functions, variable and fix typos.

2009-11-18 Thread Noorul Islam K M
Carsten Dominik carsten.domi...@gmail.com writes: 4. Because I don't think I have a copyright assignment from you, so I always need to check if your patch is small enough (this one is, but please consider signing the paper so that I can skip this delay step next time) E-mailed

Re: [Orgmode] [orgmobile] Search by two tags or more

2009-11-18 Thread Noorul Islam
On Thu, Nov 19, 2009 at 3:44 AM, Richard Moreland r...@ncogni.to wrote: Hi again Marcelo, I haven't yet implemented this feature, but it is a good idea.  I will consider how to best implement this for a future release. I remember reading this

Re: [Orgmode] [orgmobile] Search by two tags or more

2009-11-18 Thread Noorul Islam K M
Nick Dokos nicholas.do...@hp.com writes: Noorul Islam gnu...@gmail.com wrote: On Thu, Nov 19, 2009 at 3:44 AM, Richard Moreland r...@ncogni.to wrote: Hi again Marcelo, I haven't yet implemented this feature, but it is a good idea.  I will consider how to best implement

[Orgmode] Re: [PATCH] Removes obsolete functions, variable and fix typos.

2009-11-17 Thread Noorul Islam
Hi all, Is something wrong with the patch. Curious to know why is it not applied. Thanks and Regards Noorul On Sun, Nov 15, 2009 at 9:38 PM, Noorul Islam gnu...@gmail.com wrote: Hello all, Attached is the patch which has following changes. * lisp/org-agenda.el:  - Removed obsolete

Re: [Orgmode] Bug: Enabling Flyspell mode gave an error [6.33trans]

2009-11-16 Thread Noorul Islam K M
Raju Gandhi raju.gan...@gmail.com writes: I get this error everytime I fire up org-mode. I just upgraded to Emacs 23 yesterday, and started seeing this error. I searched around for fixed, and tried a few things but I can't seem to get flyspell to work. Emacs  : GNU Emacs 23.1.1

Re: [Orgmode] org batch job using emacsclient?

2009-11-16 Thread Noorul Islam K M
Stefan Vollmar voll...@nf.mpg.de writes: Hello, we are currently setting up some org-templates for simple web pages (e.g. CV information for members of our institute). So far this seems to work surprisingly well - even for users who use editors other than Emacs (yes, we need to try

[Orgmode] [PATCH] Removes obsolete functions, variable and fix typos.

2009-11-15 Thread Noorul Islam
Hello all, Attached is the patch which has following changes. * lisp/org-agenda.el: - Removed obsolete functions, org-highlight-until-next-command and org-unhighlight-once. - Removed obsolete variable org-agenda-remove-date. * lisp/org.el - Fixed some typos. Thanks and Regards, Noorul

Re: [Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Noorul Islam
On Mon, Nov 16, 2009 at 7:49 AM, Robert P. Goldman rpgold...@sift.info wrote: I just pulled an update from git for the first time in a long while, and when I tried to build org-mode, it failed with an undefined function error for the function org-float-time in org-ascii. It only took me a

<    1   2   3   >