Re: [O] Wrong type argument listp on export

2011-07-21 Thread Aankhen
’ on ‘(x . 3)’ at line 759. It doesn’t seem to be specific to Python—using ‘:var foo=bar’ seems to be what triggers it. Aankhen

Re: [O] DONE all subtasks recursively

2011-07-21 Thread Aankhen
-todo’ is what changes the todo state of the headline containing point. Add your custom function to either ‘org-after-todo-state-change-hook’[1] or ‘org-trigger-hook’.[2] (I’m not sure what the difference is.) Happy hacking! Aankhen [1]: http://orgmode.org/worg/org-configs/org-hooks.html#sec-1_13

Re: [O] What's the license for worg.css?

2011-08-14 Thread Aankhen
that line fixes the overlap without any apparent problems. Aankhen

Re: [O] extending automatic screenshot insertion

2011-08-26 Thread Aankhen
the bounding box; have a look at the documentation for both ‘import’ and ‘call-process’. Aankhen [1]: http://permalink.gmane.org/gmane.emacs.orgmode/40271

[Orgmode] Bug: Missing prompt label in capture template expansion

2011-02-24 Thread Aankhen
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 be posted to the Org-mode mailing list.

[Orgmode] Re: [PATCH] Missing prompt label in capture template expansion

2011-02-25 Thread Aankhen
, it seems to be working, so thank you for that. :-) Aankhen ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
? Aankhen ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
=images/apples6.jpeg//a Try changing that to ‘[[./images/apples6.jpeg]]’ (add ./ to the beginning). Not sure what else it might be—my Org experience is still in a nascent stage. By the way, the ‘width’ attribute already uses pixels for its units, so ‘width=100’ would be enough. Aankhen

Re: [Orgmode] adding a style to individual images

2011-02-27 Thread Aankhen
/index.html#sec-3 for more. Aankhen ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [O] scheduling items question

2011-03-03 Thread Aankhen
. Aankhen [1] http://orgmode.org/worg/org-faq.html#org-diary-class

Re: [O] [OT] Custom inline reply quotes

2011-03-03 Thread Aankhen
Hi Jeff, On Fri, Mar 4, 2011 at 11:50, Jeff Horn jrhorn...@gmail.com wrote: What MUA/package/magic are you using to get custom inline replies with the sender's initials? One possibility is Supercite, which lets you specify your own citation format.[1] Aankhen [1] http://emacs-es.manticore.es

[O] Re: [Orgmode] Bug: Missing prompt label in capture template expansion

2011-03-06 Thread Aankhen
On Sun, Mar 6, 2011 at 23:48, David Maus dm...@ictsoc.de wrote: At Fri, 25 Feb 2011 12:41:34 +0530, Aankhen wrote: STEPS TO REPRODUCE: 1. Add this to the list of capture templates:     (t Test entry (file z:/Temp/t.org)      *** TODO %^{Foo} [[bar:%^{Bar}][Bar]]) 2. Run org-capture. 3

Re: [O] Different (setq org-export-with-section-numbers) depending on HTML or LaTeX export

2011-03-06 Thread Aankhen
} | \label{sec-3} | | \end{document} ` Which seems about right when converted to a PDF. Aankhen

Re: [O] Different (setq org-export-with-section-numbers) depending on HTML or LaTeX export

2011-03-07 Thread Aankhen
On Mon, Mar 7, 2011 at 21:54, Eric S Fraga e.fr...@ucl.ac.uk wrote: Aankhen aank...@gmail.com writes: On Mon, Mar 7, 2011 at 04:37, Jakub Szypulka cubib...@googlemail.com wrote: I'm trying to hide section numbers in the HTML export, while keeping the sections in the LaTeX export. Adding

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-07 Thread Aankhen
errors. This one seemed easy to fix, so I thought I’d butt in. :-) Hope the format of the patch is right (I’m using hg-git). --8---cut here---start-8--- # HG changeset patch # User Aankhen # Date 1299568135 -19800 # Node ID

Re: [O] latex fragments, dvipng and mathjax

2011-03-08 Thread Aankhen
-origin policy in the context of image fonts being used instead of web fonts.[1] Seems unlikely to be the culprit in this case though. *shrugs* Hope this helps narrow it down a little. Aankhen [1]: http://www.mathjax.org/resources/faqs/#image-fonts

Re: [O] Re: [REGRESSION] org-html.el (targets)

2011-03-09 Thread Aankhen
Hi Bastien, On Wed, Mar 9, 2011 at 16:06, Bastien b...@altern.org wrote: Aankhen aank...@gmail.com writes: This one seemed easy to fix, so I thought I’d butt in. :-) Hope the format of the patch is right (I’m using hg-git). The patch was caught by patchwork, but wrongly wrapped. Thanks

Re: [O] How to change column view background color ?

2011-03-09 Thread Aankhen
/tumblr_lhsnjosKkt1qhjuqco1_400.png How can I change the background color of column view ? I believe you should be able to do this by changing the ‘org-column’ face. Try ‘M-x customize-face RET org-column’. Aankhen

Re: [O] [BUG] Unmatched #+end-src

2011-03-12 Thread Aankhen
0 cannot belong to a list: stop. --8---cut here---end---8--- Hope this helps, Aankhen

[O] Automatically clocking into parent items

2011-03-12 Thread Aankhen
to avoid this double-clocking? And while I’m asking for help, can anyone think of some less obnoxious names for the functions, variables and property? :-) I hope all this makes sense. Thanks for your time. Aankhen

[O] Re: [BUG] Unmatched #+end-src

2011-03-12 Thread Aankhen
Hi, On Sun, Mar 13, 2011 at 01:37, Nicolas n.goaz...@gmail.com wrote: Aankhen aank...@gmail.com writes: --8---cut here---start-8--- * Unmatched #+end-src bug #+end_src --8---cut here---end---8--- With the above

[O] Re: Automatically clocking into parent items

2011-03-14 Thread Aankhen
On Sun, Mar 13, 2011 at 01:30, Aankhen aank...@gmail.com wrote: I’ve been working on getting org-mode to automatically clock into an item’s ancestor when clocking out of that item.  The way I have it set up now, it walks up the tree looking for an item that has a particular property set

Re: [O] Re: Merging .org files

2011-03-19 Thread Aankhen
to jump from headline to headline. I use this function to jump quickly (via ido) to a first level headline in my org files: [snip] Do you normally have ‘org-completion-use-ido’ turned off or something? (Just wondering why you couldn’t use ‘org-refile’ directly.) Aankhen

[O] Re: Merging .org files

2011-03-19 Thread Aankhen
On Sat, Mar 19, 2011 at 18:23, Matt Lundin m...@imapmail.org wrote: Aankhen aank...@gmail.com writes: [snip] Do you normally have ‘org-completion-use-ido’ turned off or something? (Just wondering why you couldn’t use ‘org-refile’ directly.) Yes, that is correct. I normally have org

Re: [O] Re: [Bug] MCE for HTML test of export

2011-03-19 Thread Aankhen
/ is the correct choice here. Aankhen [1]: Unless you’re serving it up as real XHTML, which I highly doubt. ;-)

Re: [O] Re: Completing with anything

2011-03-22 Thread Aankhen
On Mon, Mar 21, 2011 at 22:34, Julien Danjou jul...@danjou.info wrote: On Mon, Mar 21 2011, Stefan Monnier wrote: As Tassilo mentions, maybe we could have a post-completion step that can perform some kind of expansion/replacement/cleanup once a valid completion is selected.  I'm not sure what

Re: [O] org-remember and lists

2011-03-25 Thread Aankhen
to ‘load-path’ in order to use ‘org-capture’. Hope this helps, Aankhen [1]: http://orgmode.org/org.html#Capture

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Aankhen
(or proper ‘section’ elements in HTML5) and alternate subsections and text to your heart’s content. As far as I know, there is no equivalent in the other two formats: you need to use other containers within the section, such as lists or tables. Aankhen

Re: [O] latex export settings in init files

2011-03-28 Thread Aankhen
straightforward to understand… Aankhen [1]: http://a-nickels-worth.blogspot.com/2007/11/effective-emacs.html

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Aankhen
-mode and then have the text end up as part of the last subsection when exported. Aankhen

Re: [O] Re: Test framework needed

2011-03-30 Thread Aankhen
way to perform regression testing and catch any unintended consequences. On the other hand, it /does/ take a lot of effort to keep it in sync with the codebase… maybe we need a Test Fairy. ;-) Aankhen

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-31 Thread Aankhen
the remaining export formats. Aankhen

Re: [O] org-attach link proposal

2011-04-01 Thread Aankhen
calling it programmatically elsewhere. Aankhen [1]: http://orgmode.org/org.html#Adding-hyperlink-types

[O] Enforcing drawer setup

2011-04-01 Thread Aankhen
Hi, Is there any command I can run to put into effect my ‘org-log-into-drawer’ setting? I recently changed it to ‘t’, but I have a fair number of existing entries where it was ‘nil’, meaning that the files as a whole look rather haphazardly organized. Thanks, Aankhen

[O] Re: Enforcing drawer setup

2011-04-01 Thread Aankhen
Hi Bernt, On Fri, Apr 1, 2011 at 22:31, Bernt Hansen be...@norang.ca wrote: Aankhen aank...@gmail.com writes: Is there any command I can run to put into effect my ‘org-log-into-drawer’ setting?  I recently changed it to ‘t’, but I have a fair number of existing entries where it was ‘nil

Re: [O] Re: unnumbered subsections in latex export

2011-04-04 Thread Aankhen
the other way and provide both in Org and combine them where there’s no distinction, I suppose. Uhm, anyway. Acronyms are natively supported in HTML. That is all. Aankhen

Re: [O] Re: unnumbered subsections in latex export

2011-04-05 Thread Aankhen
Hi Sébastien, 2011/4/5 Sébastien Vauban wxhgmqzgw...@spammotel.com: Aankhen wrote: [snip] Acronyms are natively supported in HTML. That is all. Thanks for reporting this. Wasn't aware of it. Though, that does not alter the need (at least, what I consider so) for acronyms handling in/from

Re: [O] Re: unnumbered subsections in latex export

2011-04-05 Thread Aankhen
On Wed, Apr 6, 2011 at 00:57, Eric S Fraga e.fr...@ucl.ac.uk wrote: Aankhen aank...@gmail.com writes: [...] Thank you for the clarifications.  I’m going to talk a bit more about HTML as that’s where I have the most experience.  I am in agreement with you when you say that builtin support

Re: [O] Re: export options toc:t depends on num:t

2011-04-06 Thread Aankhen
}: , | \setcounter{secnumdepth}{0} ` Aankhen

Re: [O] [BUG] HTML Export/Broken coderef links?

2011-04-13 Thread Aankhen
associated with any program. [snip] Try the attached patch for a quick fix. Works here. Aankhen fix-coderefs-in-html.patch Description: Binary data

Re: [O] [BUG] HTML Export/Broken coderef links?

2011-04-13 Thread Aankhen
Oops, looks like I’m rather late. Scratch that. :-) Aankhen

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Aankhen
=\\))) (if caption (format /p%s /div%s --8---cut here---end---8--- Aankhen

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-20 Thread Aankhen
On Wed, Apr 20, 2011 at 13:39, Manuel Giraud manuel.gir...@univ-nantes.fr wrote: Aankhen aank...@gmail.com writes: This might not be the best solution. The purpose of the ‘alt’ attribute is to provide a textual alternative, which the file name really isn’t. It would be better to provide

Re: [O] Feature request: modify italic regexp list to include non-breaking space and other characters

2011-04-20 Thread Aankhen
afterwards (unless you used the Customize interface) so that ‘org-emph-re’ is updated accordingly. Using 7.4. This little problem aside, you might want to upgrade (if not to the development version, at least to 7.5). Aankhen

Re: [O] NEW auto dimension tables doesn't work in orgtbl Text mode

2011-04-20 Thread Aankhen
will see things lining up correctly. Aankhen

Re: [O] Inline Images Showing as Link

2011-04-21 Thread Aankhen
this variable. ` ,[ C-h f org-file-image-p RET ] | org-file-image-p is a compiled Lisp function in `org.el'. | | (org-file-image-p FILE optional EXTENSIONS) | | Return non-nil if FILE is an image. ` I think you’d need to majorly rejigger them to make Org recognize your link as an image. Aankhen

[O] Timesheet from clocking data

2011-04-21 Thread Aankhen
on Thursday. I really have no idea where to begin in order to obtain this sort of report, if it is even possible. Any pointers would be most appreciated! Thanks, Aankhen

Re: [O] Timesheet from clocking data

2011-04-22 Thread Aankhen
Hi Bernt, On Fri, Apr 22, 2011 at 03:25, Bernt Hansen be...@norang.ca wrote: Aankhen aank...@gmail.com writes: Greetings, Given an Org file with clocking data, is there a way to generate a timesheet?  This would complement the clock table by focusing on the timings rather than the headings

Re: [O] editing org-export-latex-default-packages-alist has no effect

2011-04-23 Thread Aankhen
) \\tolerance=1000))) ) However, fontenc and textcomp are still in the org-generated tex file. bug, or feature ? That line you pasted contains both packages. Maybe you forgot to set it after customising it or some such thing? Aankhen

Re: [O] editing org-export-latex-default-packages-alist has no effect

2011-04-23 Thread Aankhen
On Sat, Apr 23, 2011 at 23:51, Stinky Wizzleteet wizzlet...@hotmail.com wrote: Stinky Wizzleteet wizzlet...@hotmail.com writes: Aankhen aank...@gmail.com writes: -snip- However, fontenc and textcomp are still in the org-generated tex file. bug, or feature ? That line you pasted contains

Re: [O] bug: hovering window obscures text

2011-05-02 Thread Aankhen
. Meanwhile, for a quick fix, try this user style: http://userstyles.org/styles/47418/worg-disable-fixed-toc Aankhen

Re: [O] bug: hovering window obscures text

2011-05-02 Thread Aankhen
On Tue, May 3, 2011 at 11:11, Jambunathan K kjambunat...@gmail.com wrote: Aankhen aank...@gmail.com writes: On Mon, May 2, 2011 at 22:39, Samuel Wales samolog...@gmail.com wrote: On this page  http://orgmode.org/worg/org-faq.html#closing-outline-sections a hovering window in the upper

Re: [O] bug: hovering window obscures text

2011-05-03 Thread Aankhen
(Sorry for replying to my own message.) On Tue, May 3, 2011 at 11:26, Aankhen aank...@gmail.com wrote: On Tue, May 3, 2011 at 11:11, Jambunathan K kjambunat...@gmail.com wrote: Aankhen aank...@gmail.com writes: On Mon, May 2, 2011 at 22:39, Samuel Wales samolog...@gmail.com wrote

Re: [O] Problems with capture in tables

2011-05-05 Thread Aankhen
) | | # | %t | %^{weight} | | :table-line-pos II-1))) ` Hope this helps. Aankhen

Re: [O] [dev] footnotes improvements

2011-05-12 Thread Aankhen
’ sounds even better to me, if it can be done. Aankhen

Re: [O] insert picture feature request.

2011-05-16 Thread Aankhen
Sorry for the late response! I forgot about this thread. On Mon, May 9, 2011 at 07:35, Mark S. throa...@yahoo.com wrote: Note to Aankhen: To get inline images to work, you need to install the PNG and JPEG libraries from http://gnuwin32.sourceforge.net/ . Then put the resulting C:...gnuwin32

Re: [O] understanding the function outline-level

2011-06-07 Thread Aankhen
the Match Data. Where is that last search or match operation? Here’s a slightly more complicated alternative method: , | (progn | (org-back-to-heading) | (org-reduced-level (org-current-level))) ` This will take into account `org-odd-levels-only'. Aankhen

Re: [O] Define capture template with dynamic id target

2011-06-11 Thread Aankhen
will then be either a string with the error message, | or a marker if everything is OK. | | If THIS-BUFFER is set, the outline path does not contain a file, | only headings. ` So the code would look something like this: , | (org-find-olp '(2011 May Sub-headline) t) ` Aankhen

Re: [O] Calendar-like view of the org-agenda

2011-07-13 Thread Aankhen
it has special support for font substitution or something… Aankhen [1]: http://code.google.com/p/emacs-for-windows/ attachment: Emacs font substitution.png

Re: [O] Calendar-like view of the org-agenda

2011-07-14 Thread Aankhen
On Wed, Jul 13, 2011 at 18:14, Jason F. McBrayer jmcb...@carcosa.net wrote: On Wed, 13 Jul 2011 11:34:48 +0530, Aankhen wrote: That's odd. I'm using Emacs 24 on Windows 7 64-bit (and before this I've used 23 on both 7 and Vista), and my font is set to Consolas. Emacs happily substitutes other

Re: [O] Release 7.6

2011-07-14 Thread Aankhen
Thanks for another great release! Aankhen

Re: [O] how to change the headline starter *

2011-07-17 Thread Aankhen
a request to change the headline starter. Aankhen