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 your previous workflow, you

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 doesn't seem to have an

Re: [O] :minlevel for columnview dynamic block

2015-11-15 Thread Puneeth Chaganti
On Sat, Nov 14, 2015 at 8:35 PM, Joon Ro wrote: > I'm sorry, what is an ECM? http://orgmode.org/worg/org-faq.html#ecm

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 afaics. Yes, that is correc

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
0:00 2001 From: Puneeth Chaganti 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-25 Thread Puneeth Chaganti
Hi Nicolas, On Sun, Oct 25, 2015 at 2:08 PM, Nicolas Goaziou wrote: > Hello, > > Puneeth Chaganti writes: > >> Here is a patch that works for the case you describe. > > Thank you. Some comments follow. Thanks for your careful review and detailed comments. I'

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 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 requiring org-id, org-narrow-to-sub

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 > shouldn’t wide

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 wrapped in save-restriction type

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 wrote: > Hi Puneeth, > > Thanks for the followup. > > Puneeth Chaganti writes: > >> On Fri, Oct 23, 2015 at 8:57 PM, Rasmus wrote: >>> It's not obvious that org should change a—potentially—carefully selec

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 interactive. I agre

[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 Dat

[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 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 provides ob-

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. 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. 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 --no-confirm-exit") To reliably

Re: [O] Org-drill and checking spelling

2015-05-10 Thread Puneeth Chaganti
On Sun, May 10, 2015 at 7:08 PM, Marcin Borkowski 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 minutes at

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 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 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 happening for y

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 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 > around this,

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
On Sat, Dec 6, 2014 at 5:01 AM, Nicolas Goaziou wrote: > Hello, > > Puneeth Chaganti writes: > >> It looks the commit 8d8ad983823c63b13fd6b471ce9db8c2f95e3808 broke >> generation of org sparse trees, when searching with properties that >> are not all uppercase

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 specia

[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 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 > - lune

[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 Date: Thu, 23 Oct 2014 17:48:29 +0530 Subject: [PATCH] Org-drill uses

Re: [O] Org + Elpy Python + IPython

2014-05-07 Thread Puneeth Chaganti
On Thu, May 8, 2014 at 8:22 AM, Ken Mankoff 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 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 what is it done with

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

2013-10-16 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 wrote: > Puneeth Chaganti 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 don&#x

Re: [O] org-blog 0.9 release

2013-04-30 Thread Puneeth Chaganti
On Wed, May 1, 2013 at 8:35 AM, Rafael wrote: > Michael Alan Dorman 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 two commands at this point, and

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 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 supposed to have for

Re: [O] org for blogger

2012-08-31 Thread Puneeth Chaganti
On Sat, Sep 1, 2012 at 8:09 AM, Rustom Mody 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 specifically for blogger. I

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 wrote: >>>>>> Puneeth Chaganti : > >> 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!] >

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 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 wrote: >> Is there

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 wrote: > Is there a way to reference other blog posts in org2blog, other than > using absolute URLs for that article on the

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 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] 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 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 release comes wit

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

2012-06-17 Thread Puneeth Chaganti
On Thu, Jun 14, 2012 at 8:39 PM, scrawler 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 because > it

Re: [O] Org -> markdown

2012-05-29 Thread Puneeth Chaganti
On May 30, 2012 8:54 AM, "brian powell" 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 markdown.

Re: [O] source code folding

2012-05-28 Thread Puneeth Chaganti
On Mon, May 28, 2012 at 8:42 PM, Petro Khoroshyy 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 define one for you

Re: [O] README.org on github

2012-05-22 Thread Puneeth Chaganti
On Tue, May 22, 2012 at 9:24 PM, suvayu ali wrote: > Hi Tom, > > On Mon, May 21, 2012 at 3:29 PM, Tom Regner wrote: >> Hi, >> >> suvayu ali writes: >> >>> I see source blocks formated as example blocks. Is that the same as you >>> are seeing? If so, I wouldn't call that support for source blocks

Re: [O] README.org on github

2012-05-21 Thread Puneeth Chaganti
On Mon, May 21, 2012 at 2:32 PM, Rainer M Krug 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 wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>

Re: [O] README.org on github

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

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 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 in case you wonde

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 wrote: > Alvar Maciel 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. But when I try to post something >

Re: [O] question about org2blog and latex

2012-03-15 Thread Puneeth Chaganti
On Thu, Mar 15, 2012 at 10:21 PM, Nick Dokos wrote: > Stephen J. Barr 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 instead just get things like: >>

Re: [O] setting default pdf viewer

2012-03-11 Thread Puneeth Chaganti
Prad, On Sun, Mar 11, 2012 at 1:31 PM, prad 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 that orgmode has

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 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 basics more or >

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 wrote: >>>>>> Puneeth Chaganti : > [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,

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 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 to help 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 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. > Also how c

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

2011-12-10 Thread Puneeth Chaganti
On 12/11/11, Sankalp wrote: > Hi, > I've been using org mode's #+BEGIN_SRC ... #+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 could use the #+INCLUD

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 wrote: > * Puneeth Chaganti 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 wrote: >>> * Pu

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 wrote: > * Puneeth Chaganti wrote: >> On 12/4/11, Karl Voit wrote: >>> >>> Therefore I sat down and thought about a workflow that should be >>> enough for writing simple weblog entries: >>>

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

2011-12-07 Thread Puneeth Chaganti
On 12/4/11, Karl Voit 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 HTML and have

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 with

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, 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, good to

Re: [O] Org Mode export: xelatex

2011-08-18 Thread Puneeth Chaganti
On Thu, Aug 18, 2011 at 9:09 PM, Rainer Thiel 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 > , > b

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 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. (`emacs -Q`). I don't

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 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? -- Puneeth

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 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 load foo.html fr

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 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 should open

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 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 to replicate wha

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 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] - http://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg012

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 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] - http://johnmacfarlane

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 wrote: > Hello, > > Puneeth Chaganti 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 w

[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. 819fbec64160c3c

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

2011-07-19 Thread Puneeth Chaganti
Hi Nathan, On 7/19/11, Nathan Neff 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 use, for the LaTeX

[O] [bug] Lists get appended with

2011-07-18 Thread Puneeth Chaganti
Hi Bastien, Exporting an org-file using org-mw-export appends a

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

2011-07-18 Thread Puneeth Chaganti
Please add it to the EXPERIMENTAL 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

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 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 to Mediawiki for

Re: [O] Release 7.6

2011-07-07 Thread Puneeth Chaganti
Bastien On Thu, Jul 7, 2011 at 12:46 PM, Bastien 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. Shouldn't one be

Re: [O] Release 7.6

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

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 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, like Milestones

Re: [O] HTML Syntax Highlighting Questions

2011-05-29 Thread Puneeth Chaganti
On Mon, May 30, 2011 at 7:55 AM, Avdi Grimm wrote: > On Sun, May 29, 2011 at 9:32 PM, Jambunathan K 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 run or font-locking simply not

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 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 if I type any t

[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 int

Re: [O] automatically closing example?

2011-05-24 Thread Puneeth Chaganti
Hello, On Tue, May 24, 2011 at 1:38 PM, Steinar Bang 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 then is >

Re: [O] Help with WORG Style Exports

2011-05-23 Thread Puneeth Chaganti
On Mon, May 23, 2011 at 8:51 PM, Mike McLean wrote: > Hello > > I trying to cull the upper right corner of the webpage hover menu from > WORG pages for my use in org-mode files I export to HTML. I have had no > luck with either Google nor reading the various export options and > publishing setup f

Re: [O] Org mode articles

2011-05-16 Thread Puneeth Chaganti
On Tue, May 17, 2011 at 10:22 AM, Nick Dokos wrote: > Eden Cardim 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 entire article is written in >> org-mo

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 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 TODO items befo

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

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 9:41 PM, Bernt Hansen wrote: > Robert Inder writes: > >> On 19 April 2011 14:59, Puneeth Chaganti wrote: >> >>> >>>> So I'd like a way to review the time-line for a day: a way to see all the >>>> clock-in/clo

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 wrote: > On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder > wrote: >> On 19 April 2011 14:59, Puneeth Chaganti wrote: >> >>> >>>> So I'd like a way to review the time-line for a day: a way to see all th

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 wrote: > On 19 April 2011 14:59, Puneeth Chaganti 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 7:22 PM, Robert Inder 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 jobs.  That's OK, org

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. 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/*/project

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

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

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

2011-04-10 Thread Puneeth Chaganti
Hi Lin, 2011/4/10 Lin : > 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 and the

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 wrote: > On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. > I'm not sure this is the best way to do it, but this works. > > (setq org-agenda-files (append >                        

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. 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 org-agenda-fil

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

2011-04-10 Thread Puneeth Chaganti
Hi, 2011/4/10 林帅 > 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 list

[O] Bulk function documentation is missing

2011-04-08 Thread Puneeth Chaganti
hed 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 Date: Fri, 8 Apr 2011 11:23:31 +0530 Subject: [PATCH] Document option to allow applying a function as Bulk Age

[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 wrote: > > Puneeth > >> Attached is a patch that allows having lists, tables, blockquotes and >> other org blocks in footnotes.  Source code blocks

[O] Re: [Orgmode] Daily Debian Builds

2011-03-24 Thread Puneeth Chaganti
On Fri, Jul 30, 2010 at 11:03 PM, Mark A. Hershberger wrote: > suvayu ali 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: > >    https://code.launchpad.net/~org-mode/+archive/daily-ppa > > I'm a

  1   2   >