Re: [O] Including headlines in export with specific tags AND no tags?

2014-05-05 Thread Rehan Iftikhar
com> wrote: > Hi Rehan, > > Rehan Iftikhar wrote: > > > I'd like to export a .org file which includes all headlines without > any tags AND headlines with selected tags. Headlines with tags which > do not match the specified list are skipped. > > > > I am not sure

[O] Including headlines in export with specific tags AND no tags?

2014-05-04 Thread Rehan Iftikhar
Hello I'd like to export a .org file which includes all headlines without any tags AND headlines with selected tags. Headlines with tags which do not match the specified list are skipped. My testing so far reveals that setting org-export-select-tags only selects headlines which strictly match the

[O] [babel] Parse another code block's output then use captured data in another code block

2014-03-07 Thread Rehan Iftikhar
Hello I have a .org file where I am using sh code blocks to interact with a REST API via curl. My first call is to authenticate with the REST API which returns a token in the HTTP response. I would like to parse that HTTP response (ie. with elisp via a subsequent code block) and use the token in s

Re: [O] Suggestion: Stackoverflow for Orgmode

2011-07-20 Thread Rehan Iftikhar
Personally I feel that the StackExchange interface is more accessible to newcomers than mailing lists or Worg. Its a great way to ask a questions and get an answer. The mailing list is better at having conversations about a topic. Worg is a great resource for hand-curated advice, which will always

Re: [O] [Bug] HTML export hangs on certain characters

2011-03-11 Thread Rehan Iftikhar
I verified the fix, thanks. On Fri, Mar 11, 2011 at 9:35 AM, Nick Dokos wrote: > Rehan Iftikhar wrote: > >> Hi >> >> Im trying to do an html export of an org file and it keeps hanging / >> freezing emacs. I have narrowed it down to this: >> >> * Th

[O] [Bug] HTML export hangs on certain characters

2011-03-11 Thread Rehan Iftikhar
Hi Im trying to do an html export of an org file and it keeps hanging / freezing emacs. I have narrowed it down to this: * This headline exports fine * But when the headline includes an & it does not I have verified this on master as of 10 minutes ago. -- -Rehan

Re: [O] org-collector calculated rows?

2011-03-09 Thread Rehan Iftikhar
I updated to 7.5, recompiled, and now it works! Thanks for the help! On Wed, Mar 9, 2011 at 9:46 PM, Nick Dokos wrote: > Rehan Iftikhar wrote: > >> I have tried adding >> >>  #+TBLFM: @>$>=vmean(I..II) >> >> between the #+BEGIN and #+END lines (after

Re: [O] org-collector calculated rows?

2011-03-09 Thread Rehan Iftikhar
11 at 12:48 AM, Nick Dokos wrote: >> Rehan Iftikhar wrote: >> >> >   * More Complex Example: displaying the mean of the "Amount" column >> > for each week. >> > > > I see that I misread this: the formula calculates the mean of all the entries,

Re: [O] using org-mode with MS Outlook

2011-03-03 Thread Rehan Iftikhar
David Are you using an MS exchange server? I've been thinking about how one might pull down data and present it in org-mode. -Rehan On Thu, Mar 3, 2011 at 12:31 PM, David Ellis wrote: > I would like to move my calendar and task data from MS Outlook into > org files. I would like to know if anyo

[O] org-collector calculated rows?

2011-03-03 Thread Rehan Iftikhar
Hi Org list! For those of you familiar with org-collector (ie. propview dynamic block) is there already a way to include a calculated row? For example, in the demonstration of how to use org-collector @ http://orgmode.org/worg/org-contrib/org-collector.html, I'd be interested in: * Simple Examp