Re: [O] org to static site?

2017-05-31 Thread Puneeth Chaganti
I really wrestled with getting it to behave initially. I hope the intro to the docs is a joke, as either I'm an idiot or the author definitely failed :) - https://getnikola.com/handbook.html "DON'T READ THIS MANUAL. IF YOU NEED TO READ IT I FAILED, JUST USE THE THING." To be fair to the author,

Re: [O] Migrating to org-mode - question on lists

2017-05-14 Thread Puneeth Chaganti
On Mon, May 15, 2017 at 12:44 AM, John Kitchin wrote: > This sounds like what TODO keywords are for. For example: > > You can easily change the TODO state with shift-left/right on each heading. > > #+TODO: TODO CLARIFY | CANCELLED DONE To make it *look* more similar to

Re: [O] Writing for Blogger, including images

2015-12-25 Thread Puneeth Chaganti
On Thu, Dec 24, 2015 at 10:28 PM, Peter Davis wrote: > I do regularly use org-mode for text blog posts, but I don't know a way to > include images, preview the results, and then upload the whole thing to one > of several blogs I have. There is also org2blog/atom[1] (which

Re: [O] bug in org-habits

2015-11-03 Thread Puneeth Chaganti
On Tue, Nov 3, 2015 at 3:26 PM, Marco Wahl wrote: > > > Actually there has been introduced a constraint on the ordering planning > lines and property drawers in 8.3. See http://orgmode.org/Changes.html. > > This at least invalidates to use PROPERTIES before SCHEDULED

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-26 Thread Puneeth Chaganti
On Sun, Oct 25, 2015 at 4:49 PM, Rasmus wrote: > The latest patch from > > Date: Sun, 25 Oct 2015 14:36:16 +0530 > > looks good to me. Thanks! I guess, this can be merged, then? Thanks! Puneeth

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-25 Thread Puneeth Chaganti
Hi Nicolas, On Sun, Oct 25, 2015 at 2:08 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Puneeth Chaganti <puncha...@gmail.com> writes: > >> Here is a patch that works for the case you describe. > > Thank you. Some comments follow. Thanks

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-25 Thread Puneeth Chaganti
2001 From: Puneeth Chaganti <puncha...@muse-amuse.in> Date: Sun, 25 Oct 2015 14:36:16 +0530 Subject: [PATCH] Widen if target id location is not in the narrow. If the target location for `org-id-goto' or `org-id-open' is in a narrowed buffer but not in the narrowed region, the buffer is widened

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Puneeth Chaganti
Hi Rasmus, On Sun, Oct 25, 2015 at 7:54 AM, Puneeth Chaganti <puncha...@gmail.com> wrote: > >> However, your patch doesn’t work for me in the following example, starting >> from emacs -q, adding /tmp/test.org (with the below content) to my agenda >> list and r

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Puneeth Chaganti
Hi Rasmus, On Sat, Oct 24, 2015 at 5:57 PM, Rasmus wrote: > > However, you need to make sure that it only widens if ID is in the same > buffer and outside of the narrow. In particular, when ID is in another > file you shouldn’t widen. When it’s within the scope of the narrow it

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-24 Thread Puneeth Chaganti
Hi John, On Sat, Oct 24, 2015 at 5:03 PM, John Kitchin wrote: > > Maybe I am missing something here. I would expect org-id-goto to actually > get to the id entry when it is used independent of narrowing. When used in a > program, I would expect this behavior to be

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-23 Thread Puneeth Chaganti
Hi Rasmus, On Fri, Oct 23, 2015 at 8:57 PM, Rasmus wrote: > It's not obvious that org should change a—potentially—carefully selected > narrowed region. I agree. But, am I not explicitly asking to jump to the specified item. I don't mind the widening, at least when the call is

Re: [O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-23 Thread Puneeth Chaganti
Hi Rasmus, On Sat, Oct 24, 2015 at 1:52 AM, Rasmus <ras...@gmx.us> wrote: > Hi Puneeth, > > Thanks for the followup. > > Puneeth Chaganti <puncha...@gmail.com> writes: > >> On Fri, Oct 23, 2015 at 8:57 PM, Rasmus <ras...@gmx.us> wrote: >>> It

[O] [PATCH] org-id-goto doesn't work if buffer is narrowed.

2015-10-23 Thread Puneeth Chaganti
Hello, I've attached a one-line patch to fix `org-id-goto' if the target buffer is narrowed. Let me know if this fix sounds reasonable or if you have other suggestions! Thanks, Puneeth From 3f3deb84fc2e2739307e820cdfa7de1c6fbf4f23 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti <puncha...@m

[O] Website down?

2015-10-05 Thread Puneeth Chaganti

Re: [O] org-babel for prolog

2015-05-14 Thread Puneeth Chaganti
On Thu, May 14, 2015 at 11:41 PM, Lawrence Bottorff borg...@gmail.com wrote: Confused by the requirement: ;; To activate ob-prolog add the following to your init.el file: ;; ;; (eval-after-load 'org ;;'(require 'org-prolog)) I'm guessing its a typo and should be ob-prolog. The file

Re: [O] strange behavior with org-babel python

2015-05-13 Thread Puneeth Chaganti
On Tue, May 12, 2015 at 2:40 PM, Doyley, Marvin M. mdoy...@ur.rochester.edu wrote: Doy you know why this is the case? I'm not sure what is going on here, and have not been able to reproduce your problem. What version of Emacs and Org-mode are you using?

Re: [O] strange behavior with org-babel python

2015-05-11 Thread Puneeth Chaganti
On Tue, May 12, 2015 at 6:37 AM, Doyley, Marvin M. mdoy...@ur.rochester.edu wrote: Hi there, If run the follow codes I get the following, could someone explain to me what is going wrong [snip] PS in .emacs, I have (setq org-babel-python-command ipython --no-banner --classic

Re: [O] Org-drill and checking spelling

2015-05-10 Thread Puneeth Chaganti
On Sun, May 10, 2015 at 7:08 PM, Marcin Borkowski mb...@mbork.pl wrote: I looked through org-drill docs and didn't find anything like that. Maybe someone did it for themselves already? If not, I'll be happy to code it. I assume that writing a suitable function in Elisp is a question of 15

Re: [O] minimal config for bug testing/reporting

2015-02-25 Thread Puneeth Chaganti
On Wed, Feb 25, 2015 at 9:28 AM, Subhan Michael Tindall subh...@familycareinc.org wrote: Unfortunately gmane is blocked by my company firewall How about the same thread on the org-mode mailing list archives? https://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg0.html

Re: [O] New ELPA addition bogs down Emacs

2015-02-11 Thread Puneeth Chaganti
On Thu, Feb 12, 2015 at 3:26 AM, Lawrence Bottorff borg...@gmail.com wrote: Changing to #+STARTUP: showeverything did the trick . . . although I don't know why. Why? One of the reasons I discovered recently was this inconspicuous change (around v8.2.6) [1], though this may or may not be what is

Re: [O] babel: using empty lines in python code while using session

2015-01-23 Thread Puneeth Chaganti
On Tue, Mar 11, 2014 at 6:05 AM, Arun Persaud apers...@lbl.gov wrote: Hi I started using python in org babel. The manual, for example [1], points to the fact that in session mode you can't have empty lines, since they will be interpreted differently. However, if you use ipython you can get

Re: [O] xml-rpc-request error for wordpress

2015-01-21 Thread Puneeth Chaganti
Shiyuan, Wordpress has moved all the blogs to https. You will need to change your blog's url to https://myname.wordpress.com/xmlrpc.php; instead of using http://. See: https://github.com/punchagan/org2blog/issues/177 Best, Puneeth

Re: [O] [RFC] Change property drawer syntax

2014-12-05 Thread Puneeth Chaganti
Hi Nicolas, It looks the commit 8d8ad983823c63b13fd6b471ce9db8c2f95e3808 broke generation of org sparse trees, when searching with properties that are not all uppercase. The fix seems to be just removing the conversion of key to upcase in `org-entry-properties'. Since the comparison with

Re: [O] [RFC] Change property drawer syntax

2014-12-05 Thread Puneeth Chaganti
On Sat, Dec 6, 2014 at 5:01 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Puneeth Chaganti puncha...@gmail.com writes: It looks the commit 8d8ad983823c63b13fd6b471ce9db8c2f95e3808 broke generation of org sparse trees, when searching with properties that are not all uppercase

[O] Bug: header-args:C++ doesn't work

2014-12-04 Thread Puneeth Chaganti
Hello, I was helping out ablephar` on IRC and they found that setting a file property `header-args:C++` does not work. After some edebug magic, I discovered that org has a feature that lets you append property values! (Not the best way to discover a great feature, I must say! :-) The fix could

Re: [O] [patch] Minor worg patch for org-drill documentation

2014-12-01 Thread Puneeth Chaganti
Hi Bastien, Thanks for applying the patch. I am back to using org-mode quite regularly. Can I get commit access to worg, so I can fix things as I notice them? Thanks! -- Puneeth

Re: [O] [org-drill] understand description-lists

2014-11-25 Thread Puneeth Chaganti
On Tue, Nov 25, 2014 at 4:59 PM, Rasmus ras...@gmx.us wrote: Hi, I would like to use org-drill to train my Spanish vocabulary. However, it's essential that I can also export my file for offline-review. I don't want to maintain two files. I like to organize my file like this: *** Days -

[O] [patch] Minor worg patch for org-drill documentation

2014-10-23 Thread Puneeth Chaganti
Hi, This is a minor patch to the documentation of org-drill. Thanks for the wonderful extension to org, Paul! -- Puneeth From 1e4d3a5a673090ac5ce82a804c38fac2fcbb978e Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti puncha...@muse-amuse.in Date: Thu, 23 Oct 2014 17:48:29 +0530 Subject: [PATCH

Re: [O] Org + Elpy Python + IPython

2014-05-08 Thread Puneeth Chaganti
On Thu, May 8, 2014 at 8:22 AM, Ken Mankoff mank...@gmail.com wrote: I now have Org, Python, IPython, and Elpy (including (elpy-use-ipython)) all running together in session and non-session mode. Awesome. Thanks for sharing!

Re: [O] --more--?

2013-12-24 Thread Puneeth Chaganti
On Tue, Dec 24, 2013 at 6:24 PM, Sharon Kimble boudic...@talktalk.net wrote: I'm publishing a rather long org-mode document and want it to break after the first paragraph so that you have to explicitly click the document title to get it all to show. In WordPress its done with '--more--' but

Re: [O] FYI: Github updated Org ruby gem in github.com

2013-10-17 Thread Puneeth Chaganti
Cool! Thanks for letting us know.

[O] Org-mode support for Nikola (static site generator in Python)

2013-10-14 Thread Puneeth Chaganti
tl,dr: Created a new plugin to support org-syntax for Nikola. Attached patch for worg page update. Hi, I haven't been using org-mode very heavily for the past couple of years, but intend to get back to using it, atleast for writing. I have been using Nikola (Python based static site generator)

Re: [O] org-blog 0.9 release

2013-05-01 Thread Puneeth Chaganti
Mike, On Wed, May 1, 2013 at 4:18 PM, Michael Alan Dorman mdor...@ironicdesign.com wrote: Puneeth Chaganti puncha...@gmail.com writes: Or, if it seems reasonable, we could club the two projects into a single one to give the users something that's better than a sum of the parts! [..] If you

Re: [O] org-blog 0.9 release

2013-04-30 Thread Puneeth Chaganti
On Wed, May 1, 2013 at 8:35 AM, Rafael rvf0...@gmail.com wrote: Michael Alan Dorman mdor...@ironicdesign.com writes: I've just tagged version 0.90 of my org-blog minor mode on github[1]. This is intended to be a simple but powerful assistant to using Org for writing blog posts---there's only

Re: [O] state of the art for html5 presentations?

2012-09-18 Thread Puneeth Chaganti
On Tue, Sep 18, 2012 at 8:24 PM, John Hendy jw.he...@gmail.com wrote: [..] Has anyone used this? I just cloned it and created the example presentation. For Chromium, Google-Chrome, and Firefox on Linux, I get messages that my browser is not supported. Is there some specific plugin I'm

Re: [O] org for blogger

2012-08-31 Thread Puneeth Chaganti
On Sat, Sep 1, 2012 at 8:09 AM, Rustom Mody rustompm...@gmail.com wrote: What is the best way to use orgmode to prepare posts for blogger? Sorry if this is a FAQ; I did google around and best I get is http://orgmode.org/worg/org-blog-wiki.html which does not seem to have something

Re: [O] org2blog: referencing to other blog posts?

2012-08-28 Thread Puneeth Chaganti
On Wed, Aug 29, 2012 at 3:01 AM, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: I hope we are talking of org2blog/wp. There's another package called org2blog authored by tehom, that works for blogger. Yes, org2blog/wp. [snip!] Also is there a way to link related

Re: [O] org2blog: referencing to other blog posts?

2012-08-27 Thread Puneeth Chaganti
Hi, I hope we are talking of org2blog/wp. There's another package called org2blog authored by tehom, that works for blogger. On Sun, Aug 26, 2012 at 11:44 PM, Steinar Bang s...@dod.no wrote: Is there a way to reference other blog posts in org2blog, other than using absolute URLs for that

Re: [O] org2blog: referencing to other blog posts?

2012-08-27 Thread Puneeth Chaganti
On Mon, Aug 27, 2012 at 11:50 PM, Puneeth Chaganti puncha...@gmail.com wrote: Hi, I hope we are talking of org2blog/wp. There's another package called org2blog authored by tehom, that works for blogger. On Sun, Aug 26, 2012 at 11:44 PM, Steinar Bang s...@dod.no wrote: Is there a way

Re: [O] Kudos to Auréliens and Andrew who finished the GSoC successfully!

2012-08-25 Thread Puneeth Chaganti
On Fri, Aug 24, 2012 at 9:41 PM, Bastien b...@altern.org wrote: I'm happy to announce Aurélien and Andrew both passed the final evaluation for their GSoC. Join me in congratulating them :) Aurélien and Andrew, Congratulations on successfully completing your GSoC, and the wonderful projects!

Re: [O] Stupid questions. this time: org-protocol

2012-06-17 Thread Puneeth Chaganti
On Thu, Jun 14, 2012 at 8:39 PM, scrawler scraw...@gmail.com wrote: Hey guys, Maybe there can be a subject-line label just for me: [O:sq] because I have a million of them. I really don't want to clutter up the list, though. I haven't used org-protocol yet. I've been staying away from it

Re: [O] The best way to keep up-to-date with new features?

2012-06-17 Thread Puneeth Chaganti
On Thu, Jun 14, 2012 at 10:09 PM, Enda enda...@yahoo.com wrote: If you have read the manual, what is the best way to keep up-to-date with new features?, DiffPDF between the manual that was read and latest manual? There's a nice change log here -- http://orgmode.org/Changes.html Also, every

Re: [O] Org - markdown

2012-05-29 Thread Puneeth Chaganti
On May 30, 2012 8:54 AM, brian powell briangpowel...@gmail.com wrote: * PanDoc! http://johnmacfarlane.net/pandoc/ As far as I know Pandoc only has an org output. So org markdown won't work, but org html markdown will work. You could also try org-jekyll without having to convert to

Re: [O] source code folding

2012-05-28 Thread Puneeth Chaganti
On Mon, May 28, 2012 at 8:42 PM, Petro Khoroshyy khoros...@gmail.com wrote: Hi all. I can fold source code block using TAB key on begin_src block. Is there a shortcut to do it within source code block, without navigation to begin_src line? I'm not sure there's such a short cut, but you can

Re: [O] README.org on github

2012-05-22 Thread Puneeth Chaganti
On Tue, May 22, 2012 at 9:24 PM, suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Tom, On Mon, May 21, 2012 at 3:29 PM, Tom Regner t...@goochesa.de wrote: Hi, suvayu ali fatkasuvayu+li...@gmail.com writes: I see source blocks formated as example blocks. Is that the same as you are seeing?

Re: [O] README.org on github

2012-05-21 Thread Puneeth Chaganti
On Mon, May 21, 2012 at 2:08 PM, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05/12 09:35, Bastien wrote: Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: I would like to use a README.org file on github, and also include code blocks in

Re: [O] README.org on github

2012-05-21 Thread Puneeth Chaganti
On Mon, May 21, 2012 at 2:32 PM, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/12 10:57, Puneeth Chaganti wrote: On Mon, May 21, 2012 at 2:08 PM, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/05

Re: [O] Error in org2blog/wp-login: Must provide a callback function to url-retrieve

2012-05-01 Thread Puneeth Chaganti
Steinar, Thanks for debugging the problem and sending us updates on it. :) I was trying to reproduce the problem, before getting back to you on this. Thanks, Puneeth

Re: [O] [FYI/noise] GSoC 2012 new email

2012-04-23 Thread Puneeth Chaganti
On Tue, Apr 24, 2012 at 3:29 AM, Thorsten Jolitz tjol...@googlemail.com wrote: Hi List, my GSoC 2012 proposal was accepted, so I'm going to spend this summer implementing bugpile - a bugtracker for GNU Emacs Org-mode. I use the opportunity to change to a different (more serious) email, just

Re: [O] Error 500 with org2blog with wordpress

2012-03-26 Thread Puneeth Chaganti
On Sat, Mar 17, 2012 at 12:58 AM, Achim Gratz strom...@nexgo.de wrote: Alvar Maciel alvarmac...@gmail.com writes: I'm a begginer so... be nice with me please. I manage to use org-mode for almost all my daily work. I'm trying to post to my blog (worpdtess 3.3.1) from org-mode using org2blog.

Re: [O] question about org2blog and latex

2012-03-15 Thread Puneeth Chaganti
On Thu, Mar 15, 2012 at 10:21 PM, Nick Dokos nicholas.do...@hp.com wrote: Stephen J. Barr stephenjb...@gmail.com wrote: Hello, I am working on blogging using org2blog, allowing me to update my wordpress blog with org-mode. All is working well except latex. I was expecting latex images but

Re: [O] setting default pdf viewer

2012-03-11 Thread Puneeth Chaganti
Prad, On Sun, Mar 11, 2012 at 1:31 PM, prad p...@towardsfreedom.com wrote: how do i set evince as the default. right now xpdf is, but if i remove it, following a link to a pdf file produces nothing. i'm using gnome and evince is the default there (eg through nautilus), so somehow it seems

Re: [O] Org-mode workshop: has anyone done this already?

2012-03-07 Thread Puneeth Chaganti
On Wed, Mar 7, 2012 at 8:08 PM, Karl Voit devn...@karl-voit.at wrote: Hi! I do have the please of conducting an Org-mode workshop (3x4 hours) for up to twelve participants. So far I am planning to show my (advanced) setup in form of my workflows for misc things as a teaser and start with

Re: [O] Minimal overhead Org-mode blogging system

2012-01-16 Thread Puneeth Chaganti
On Sun, Jan 15, 2012 at 12:08 PM, Steinar Bang s...@dod.no wrote: Puneeth Chaganti puncha...@gmail.com: [snip!] https://github.com/punchagan/blog-files I've added a short README that tries to include the things that you are looking for.  But, it's something I wrote up quickly.  Feel free

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-11 Thread Puneeth Chaganti
On Sun, Dec 11, 2011 at 1:10 PM, Mikhail Titov m...@gmx.us wrote: I've tried both your suggestions before and that is why I'm asking here in the list. Sorry that it didn't help. But, IMHO all of these details should've gone into the first mail. Nevermind, hopefully someone else would be able

Re: [O] Including source code *from* a file in #+BEGIN_SRC blocks

2011-12-10 Thread Puneeth Chaganti
On 12/11/11, Sankalp sankalpkh...@gmail.com wrote: Hi, I've been using org mode's #+BEGIN_SRC ... code #+END_SRC feature to display source code. I was wondering if there's a way to include code from an external file. Like the *\lstinputlisting* feature in the LaTeX *listings* package. You

Re: [O] Export all clocks or find last clock out. Is it possible?

2011-12-10 Thread Puneeth Chaganti
On 12/11/11, Mikhail Titov m...@gmx.us wrote: Hello! I wonder if I can see all clocks in a table or export them somehow as csv or alike? Look at `org-clock-report' function [ http://orgmode.org/manual/The-clock-table.html ] Also, hitting R in the agenda mode enables a clockreport mode.

Re: [O] Minimal overhead Org-mode blogging system

2011-12-08 Thread Puneeth Chaganti
On Thu, Dec 8, 2011 at 7:49 PM, Karl Voit devn...@karl-voit.at wrote: * Puneeth Chaganti puncha...@gmail.com wrote: Hi Kurt, Almost :-) Aarrgggh! Really sorry about that! My sleep deprivation showing it's effect. :-) On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit devn...@karl-voit.at wrote

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Puneeth Chaganti
On 12/4/11, Karl Voit devn...@karl-voit.at wrote: Hi! I got a nice idea on how a very easy to use Org-mode blog system should look like. Currently, I am using Serendipidy with web-based editor to write HTML. Org-mode enabled me to write blog entries and export it to HTML. Then I paste the

Re: [O] Minimal overhead Org-mode blogging system

2011-12-07 Thread Puneeth Chaganti
Hi Kurt, On Thu, Dec 8, 2011 at 6:01 AM, Karl Voit devn...@karl-voit.at wrote: * Puneeth Chaganti puncha...@gmail.com wrote: On 12/4/11, Karl Voit devn...@karl-voit.at wrote: Therefore I sat down and thought about a workflow that should be enough for writing simple weblog entries

Re: [O] github: (partial) support for Org-mode files

2011-10-09 Thread Puneeth Chaganti
Hi Karl, Org-mode support in GitHub is provided by the package org-ruby[1][2]. Looking at the source code and test-cases here would give you a fair idea of what is supported and what is not. Also, the version of org-ruby presently deployed on GitHub is a bit old, and the latest release comes

Re: [O] Org Mode export: xelatex

2011-08-18 Thread Puneeth Chaganti
On Thu, Aug 18, 2011 at 9:09 PM, Rainer Thiel r.th...@uni-jena.de wrote: I am aware I am not the only one who wants to export text written in org-mode in pfd through XeLaTeX.  In fact, I am aware of Kieran Healy's blog and of

Re: [O] missing todo's in agenda after emacs/org upgrade

2011-08-18 Thread Puneeth Chaganti
On Thu, Aug 18, 2011 at 11:11 PM, peter.fri...@agfa.com wrote: Hi Suvayu, On 18 Aug 2011, at 18:44, suvayu ali wrote: It might be helpful to know how your TODO entries are formatted. Maybe its not the setup, but how the agenda files are formatted that was causing the issue? In any case,

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Puneeth Chaganti
On Mon, Aug 15, 2011 at 1:44 PM, Bodhi thebb...@gmail.com wrote: Dear Puneeth, The org-mode link works magically. Thanks! But the same doesn't work for the generated html page. The pages get built, and the ID gets created, the html href contains that unique ID, but the browser is unable to

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Puneeth Chaganti
On Tue, Aug 16, 2011 at 11:01 PM, Bodhi thebb...@gmail.com wrote: Nope. No luck. :( Both files are exported, because I can individually access foo.html and bar.html. Where does the link in foo.html point to? Can you send the sample files that you are using? Or a simplified version of them? --

Re: [O] Reg: Publishing in html using property tags

2011-08-16 Thread Puneeth Chaganti
On Wed, Aug 17, 2011 at 8:51 AM, Bodhi thebb...@gmail.com wrote: Here you go. I'm not able to make my org-mode use the PROPERTY ID that's already been defined by you. I got rid of it and created a new ID. The export works for me. I tested with realease_7.4 without any of my customizations.

Re: [O] Reg: Publishing in html using property tags

2011-08-15 Thread Puneeth Chaganti
Hi Bodhi, On Mon, Aug 15, 2011 at 9:20 AM, Bodhi thebb...@gmail.com wrote: Hi Puneeth, Let us assume I have two files: foo.org and bar.org. foo.bar contains: :PROPERTIES: :CUSTOM_ID: testing :END: bar.org contains [[CUSTOM_ID:testing]] Now, I wish to click on bar.org's link, and it

Re: [O] Reg: Publishing in html using property tags

2011-08-14 Thread Puneeth Chaganti
Hi Bodhi, On Sun, Aug 14, 2011 at 9:43 PM, Bodhi thebb...@gmail.com wrote: Hi, I am trying to publish my content in html using the ID and PROPERTY tags. But the end result is a href with no content. Can you give a more detailed description of what you are trying to do? A simplified example

Re: [O] howto paste html table in org-mode

2011-07-26 Thread Puneeth Chaganti
On Wed, Jul 27, 2011 at 3:20 AM, OSiUX xu...@osiux.com.ar wrote: How to paste (and convert automatically) html table in org-table? There was a discussion [1], very recently, on converting a html doc to an org file. It should help. HTH, Puneeth [1] -

Re: [O] convert html file into orgmode .org file?

2011-07-21 Thread Puneeth Chaganti
On Thu, Jul 21, 2011 at 2:08 PM, Jude DaShiell jdash...@shellworld.net wrote: Can org-mode do this so that a user of orgmode can edit the page in orgmode then export the edited work back out to an html file? Org-mode cannot import html files. But, you could try using Pandoc[1] for this. [1] -

Re: [O] [bug] Org-capture bug due to recent dired-buffers related feature

2011-07-20 Thread Puneeth Chaganti
Nicolas, On 7/19/11, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Puneeth Chaganti puncha...@gmail.com writes: The recent commit that adds a dired-buffer related feature, breaks org-capture when dired-mode has not been loaded. The dired-buffers variable becomes available only when

Re: [O] Use org for jobs/resume writing?

2011-07-19 Thread Puneeth Chaganti
Hi Nathan, On 7/19/11, Nathan Neff nathan.n...@gmail.com wrote: [..] Now that org has odt-export and of course HTML, etc. I'm re-thinking using .org for resume writing. Anyone else? I have recently started using Org-mode for my Resume [1]. I have created a custom LaTeX stylesheet, that I

[O] [bug] Org-capture bug due to recent dired-buffers related feature

2011-07-19 Thread Puneeth Chaganti
Hi Nicolas, The recent commit that adds a dired-buffer related feature, breaks org-capture when dired-mode has not been loaded. The dired-buffers variable becomes available only when dired-mode has been loaded atleast once. Thanks, Puneeth Git bisect output, just for reference.

Re: [O] Exporting to wiki syntax from org mode

2011-07-18 Thread Puneeth Chaganti
On Sun, Jul 17, 2011 at 1:21 PM, damitr dam...@gnowledge.org wrote: Hi, Is there any option for exporting .org file to a wiki syntax? If there is none, are there any people working on it? There's an experimental generic exporter written by Bastien. It comes along with an experimental exporter

Re: [O] Exporting to wiki syntax from org mode

2011-07-18 Thread Puneeth Chaganti
directory, if you think that's the right way to go about it. Otherwise, tell me what would be the best way to officially release it. PS: Maybe you can just fix s/Bastien G./Puneeth Chaganti in this file, so that I will not be credited for this piece of code? :) :) Sorry for leaving your name

[O] [bug] Lists get appended with / when using EXPERIMENTAL/org-mw.el

2011-07-18 Thread Puneeth Chaganti
Hi Bastien, Exporting an org-file using org-mw-export appends a / at the end of lists (both ordered and unordered). -- Puneeth

Re: [O] Release 7.6

2011-07-07 Thread Puneeth Chaganti
On Thu, Jul 7, 2011 at 12:46 PM, Bastien b...@altern.org wrote: Dear all, I'm releasing Org 7.6. Congratulations to Bastien and everybody else who made this release possible! -- Puneeth

Re: [O] Release 7.6

2011-07-07 Thread Puneeth Chaganti
Bastien On Thu, Jul 7, 2011 at 12:46 PM, Bastien b...@altern.org wrote: Dear all, I'm releasing Org 7.6. You can get it from the website as an archive:  http://orgmode.org/org-7.6.zip  http://orgmode.org/org-7.6.tar.gz Looks like a new tag with release_7.6 has not been created.

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-06-01 Thread Puneeth Chaganti
Hi William, On Mon, May 30, 2011 at 8:08 PM, William Henney when...@gmail.com wrote: [..] Is the v2 API missing some features you need? Maybe it would be better to use that until v3 is out of beta v2 API doesn't provide access to the new features of Issues, added in version 2 of GitHub Issues,

Re: [O] [Announce] A GitHub Issues interface for Org-mode

2011-05-29 Thread Puneeth Chaganti
William, Thanks for trying it out! On Mon, May 30, 2011 at 9:16 AM, William Henney when...@gmail.com wrote: This looks very promising - thanks! It is a shame though that the body of the issue and the comments don't get synched (I see that you have these listed as TODO). I also noticed that

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Puneeth Chaganti
On Mon, May 30, 2011 at 7:55 AM, Avdi Grimm a...@avdi.org wrote: On Sun, May 29, 2011 at 9:32 PM, Jambunathan K kjambunat...@gmail.com wrote: Let me guess - It is either htmlize not being in your load path during the batch run or font lock being not being explicity turned on during the batch

Re: [O] automatically closing example?

2011-05-24 Thread Puneeth Chaganti
Hello, On Tue, May 24, 2011 at 1:38 PM, Steinar Bang s...@dod.no wrote: Is there a shortcut to quickly add an #+END_EXAMPLE at the same indentation level as the #+BEGIN_EXAMPLE I have just typed?  I have googled but not found. I know that I can type C-j # + b M-TAB e M-TAB, but what I get

[O] [Announce] A GitHub Issues interface for Org-mode

2011-05-24 Thread Puneeth Chaganti
Hello Orgsters, Issue Tracker integration with Org-mode has been something that a lot of people have been looking for. Being the GitHub addict, that I am, I decided to hack up something that integrates GitHub issues with Org-mode. It presently allows - Importing all open issues from a project

Re: [O] Org mode articles

2011-05-16 Thread Puneeth Chaganti
On Tue, May 17, 2011 at 10:22 AM, Nick Dokos nicholas.do...@hp.com wrote: Eden Cardim edencar...@gmail.com wrote: I just started publishing a series of articles about org-mode, describing my personal setup from start to finish. Thought I'd mention it here in case anyone's interested. The

Re: [O] Agenda view has no TODO items

2011-04-26 Thread Puneeth Chaganti
On Tue, Apr 26, 2011 at 10:48 AM, Noorul Islam K M noo...@noorul.com wrote: Recent pull from master changed the behaviour of the default agenda view. It used to list the TODO items also but now it only displays the scheduled one. Am I missing something? The feature of showing all unfinished

Re: [O] How can I review a day?

2011-04-20 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 9:41 PM, Bernt Hansen be...@norang.ca wrote: Robert Inder rob...@interactive.co.uk writes: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see all the clock-in/clock-out pairs in order

Re: [O] How can I review a day?

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 7:22 PM, Robert Inder rob...@interactive.co.uk wrote: I've recently started using Org mode in earnest, and in particular using the time logging stuff. It's brilliant. But I have a problem.  I sometimes (well, OK, fairly often, actually!) forget to clock in/out of

Re: [O] How can I review a day?

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder rob...@interactive.co.uk wrote: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see all the clock-in/clock-out pairs in order, so I can see any gaps or overlaps

Re: [O] How can I review a day?

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 8:54 PM, Puneeth Chaganti puncha...@gmail.com wrote: On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder rob...@interactive.co.uk wrote: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see

Re: [O] org-mediawiki.el problem: can't work

2011-04-10 Thread Puneeth Chaganti
Hi, 2011/4/10 林帅 mysnowls@163. Problem #2:     When I M-x org-mw-export,  an error occurs:     save-current-buffer: Symbol's function definition is void: org-export-mark-list-ending     As I found, `org-export-mark-list-ending` is used in line 264, org-export.el        ;; Mark end of

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Puneeth Chaganti
On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. an...@sysphere.org wrote: Hello, I read the FAQ entry How can include all org files in a directory in my agenda? and I'd like to merge both examples from the answer for my agenda-files. To include all org files in a directory I would use (setq

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Puneeth Chaganti
Sorry for replying to my own mail. On Sun, Apr 10, 2011 at 7:36 PM, Puneeth Chaganti puncha...@gmail.com wrote: On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. an...@sysphere.org I'm not sure this is the best way to do it, but this works. (setq org-agenda-files (append

Re: Re: [O] org-mediawiki.el problem: can't work

2011-04-10 Thread Puneeth Chaganti
Hi Lin, 2011/4/10 Lin mysno...@163.com: Hi Puneeth,     Thanks for your attention, but your patch doesn't work.     The problem is not solved, as I mentioned that, I can find no occurence of the function `org-export-mark-list-ending` in the whole git repo.     I tried your patch just now

Re: Re: Re: [O] org-mediawiki.el problem: can't work

2011-04-10 Thread Puneeth Chaganti
2011/4/10 Lin mysno...@163.com: Hi Puneeth, [..] Now it can work for simple org -- mediawiki exporting, including org tables. Thanks a lot:) Great! -- Puneeth

Re: [O] Merging a list and wildcard expansion in org-agenda-files

2011-04-10 Thread Puneeth Chaganti
On Sun, Apr 10, 2011 at 10:51 PM, Adrian C. an...@sysphere.org wrote: On Sun, 10 Apr 2011, Puneeth Chaganti wrote: This is more like it, I think. (setq org-agenda-files       (cons ~/org/             (file-expand-wildcards ~/projects/*/projects.org))) Great, thanks very much. AFAIK

[O] Bulk function documentation is missing

2011-04-08 Thread Puneeth Chaganti
attached a patch that documents this function. Please feel free to improve it. Thanks, Puneeth From 007f723e5bfd11b1d3c0efbb89b32f1955264314 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti puncha...@gmail.com Date: Fri, 8 Apr 2011 11:23:31 +0530 Subject: [PATCH] Document option to allow applying

[O] Re: [PATCH] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-29 Thread Puneeth Chaganti
Hi Jambunathan, Sorry for the delayed response, but here is a test case that covers the above cases. On Sun, Mar 27, 2011 at 4:28 PM, Jambunathan K kjambunat...@gmail.com wrote: Puneeth Attached is a patch that allows having lists, tables, blockquotes and other org blocks in footnotes.  

[O] Re: [Orgmode] Daily Debian Builds

2011-03-24 Thread Puneeth Chaganti
On Fri, Jul 30, 2010 at 11:03 PM, Mark A. Hershberger m...@everybody.org wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: I wanted to try it on Ubuntu Lucid but launchpad says failed build for the 26th of July. There is still a Lucid build available:    

Re: [Accepted] [O] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-23 Thread Puneeth Chaganti
On Wed, Mar 23, 2011 at 7:38 PM, Bastien Guerry b...@altern.org wrote: Patch 700 (http://patchwork.newartisans.com/patch/700/) is now Accepted. Thanks. But, it looks like the commit message doesn't get into patchwork or is it that Bastien changed my bad commit message? My commit message also

Re: [Accepted] [O] Fix html export of footnotes with lists, tables, quotes, etc.

2011-03-23 Thread Puneeth Chaganti
Hi Bastien, On Wed, Mar 23, 2011 at 8:00 PM, Bastien b...@altern.org wrote: Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: But, it looks like the commit message doesn't get into patchwork or is it that Bastien changed my bad commit message?  My commit message also mentioned

  1   2   >