[O] Mobile-Org Issues

2014-08-17 Thread Shiyuan
Hi, I am on iOS 7.06 and using the Orgmode from git repos(commit 381ad4b on Aug 3). I installed the MobileOrg from AppStore and noticed the following issues. The problems don't seriously hurt the functionality but are a bit annoying. Any advice on fixing them is appreciated. 1. `org-mobile-push`

[O] Marking items done in the past

2014-08-17 Thread Noah Slater
Hello, I have a number of habits set up that I regularly fill in the day after the activity was done. Is there a way to mark an item as done (in a way that hooks into the habits stuff) but for a day in the past? So instead of doing C-c C-t d (I have "d" set up as "DONE") I could get a prompt whic

Re: [O] new to exporting: how to export to a specific location (aromatically?)

2014-08-17 Thread Charles Millar
Hi Xebar Xebar Saram wrote: Hi list im new (in general and to exporting in particular). I have a few questions: 1.how does one specify a location where exported files go? can one set this per file or perhaps per export type etc? Org manual section 12.3 at the end EXPORT_FILE_NAME for subtre

Re: [O] Auto-encrypting/decrypting the whole org file with EasyPG

2014-08-17 Thread Charles Philip Chan
On 17 Aug 2014, celose...@gmail.com wrote: It works perfectly for me. > # -*- mode: org -*- -*- epa-file-encrypt-to: > # -*- ("my@gpgkeyemail.address") -*- No need to do that. > I'm loading org-epa and enabling like this: > > (require 'epa-file) > (epa-file-enable) > > And I made sure it was lo

Re: [O] where Babel looks for binaries?

2014-08-17 Thread Steven Arntson
Achim Gratz writes: > Steven Arntson writes: >> I've stumbled straight into another issue. ly-tangle now works, but when >> I try to invoke lilypond-mode in my org document by typing C-c ' in a >> code block, I now get: >> >> Language mode `lilypond-mode' fails with: "Cannot open load file" > > T

[O] Auto-encrypting/decrypting the whole org file with EasyPG

2014-08-17 Thread Marcelo de Moraes Serpa
Hi everyone, I currently use org-crypt successfully to encrypt the contents of an org-mode entries. For some files though, it's more practical to just encrypt the whole file, and I followed the instructions here: http://orgmode.org/worg/org-tutorials/encrypting-files.html, but could not get it to

Re: [O] Updating to 8.2.5 broke org-mode

2014-08-17 Thread Marcelo de Moraes Serpa
@Achim Thanks - replacing (require 'org-install) with (require 'org-loaddefs) solved the issue! Cheers, -- Marcelo On Sun, Aug 17, 2014 at 12:52 AM, Achim Gratz wrote: > Marcelo de Moraes Serpa writes: > > I've updated org to 8.2.5 (by checking out the release_8.2.5 tag) from > > 7.9.4. After

Re: [O] where Babel looks for binaries?

2014-08-17 Thread Achim Gratz
Steven Arntson writes: > I've stumbled straight into another issue. ly-tangle now works, but when > I try to invoke lilypond-mode in my org document by typing C-c ' in a > code block, I now get: > > Language mode `lilypond-mode' fails with: "Cannot open load file" This tells you that you haven't l

Re: [O] where Babel looks for binaries?

2014-08-17 Thread Steven Arntson
Steven Arntson writes: > Achim Gratz writes: > >> Steven Arntson writes: >>> I reverted the change to ob-lilypond.el and did as you suggested, >>> adding >>> >>> (setq ly-nix-ly-path "/usr/local/lilypond") >> >> I don't think that path points to an actual lilypond executable, but is >> rather an

Re: [O] where Babel looks for binaries?

2014-08-17 Thread Steven Arntson
Achim Gratz writes: > Steven Arntson writes: >> I reverted the change to ob-lilypond.el and did as you suggested, adding >> >> (setq ly-nix-ly-path "/usr/local/lilypond") > > I don't think that path points to an actual lilypond executable, but is > rather an installation directory. Since it woul

Re: [O] [PATH] Speedups to org-table-recalculate

2014-08-17 Thread Michael Brand
Hi Nathaniel On Thu, Aug 7, 2014 at 4:57 PM, Nathaniel Flath wrote: > I'd be fine with displaying every > second, but I don't see a good way of doing this - do you have any > suggestions? I thought of something like in this example: (let ((row 0) (log (time-add (current-time) '(0 1 0 0 (w

Re: [O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Rasmus
Hi Xebar, Xebar Saram writes: > do i use this inside my org-publish code or independent. currently my code > is like this: > > #+BEGIN_SRC emacs-lisp :results none > (setq org-publish-project-alist >'(("NNorg" > :base-directory "~/org/files/help/" >

Re: [O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Xebar Saram
Perfect! that solved my issues thanks alot all! z On Sun, Aug 17, 2014 at 2:53 PM, Nick Dokos wrote: > Xebar Saram writes: > > > Hi list > > > > i manage to export using the publish function for html. i really want > actually to publih to txt and found these function in the mailing list: >

Re: [O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Nick Dokos
Xebar Saram writes: > Hi list > > i manage to export using the publish function for html. i really want > actually to publih to txt and found these function in the mailing list: > > org-publish-org-to-ascii > org-publish-org-to-latin1 > org-publish-org-to-utf8 > > i have tried using them instead

Re: [O] babel: ob-C with Visual C++ and compilation-mode

2014-08-17 Thread Thierry Banel
Le 15/08/2014 19:22, Ernesto Durante a écrit : > I agree with you. Creating a new syntax is not a good idea. > > However, in some way, ob-C has created a new syntax implicitly by > instantiating a new main in absence of such a function in the source > block. True. And to achieve that the :includes

Re: [O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Xebar Saram
thx rasmus since im very bad with lisp do i use this inside my org-publish code or independent. currently my code is like this: #+BEGIN_SRC emacs-lisp :results none (setq org-publish-project-alist '(("NNorg" :base-directory "~/org/files/help/" :publish

Re: [O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Rasmus
Xebar Saram writes: > Hi list > > i manage to export using the publish function for html. i really want > actually to publih to txt and found these function in the mailing list: > > org-publish-org-to-ascii > org-publish-org-to-latin1 > org-publish-org-to-utf8 > > i have tried using them instead

[O] publish to ascii/utf8 dosent work anymore?

2014-08-17 Thread Xebar Saram
Hi list i manage to export using the publish function for html. i really want actually to publih to txt and found these function in the mailing list: org-publish-org-to-ascii org-publish-org-to-latin1 org-publish-org-to-utf8 i have tried using them instead of html but got this error: funcall: S

[O] ob-lilypond code cleanup

2014-08-17 Thread Achim Gratz
Triggered by the discussion about it, I've looked at ob-lilypond and found that it should be cleaned up a bit. The defvars holding the various commands should really be defcustoms, but I've ran out of time for now. If anybody thinks this should go to maint please say so, otherwise I will commit

[O] Bug: insert link to header with date [8.3beta (release_8.3beta-240-g88101e @ /usr/local/share/emacs/site-lisp/org/)]

2014-08-17 Thread Ed Kademan
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. --

[O] new to exporting: how to export to a specific location (aromatically?)

2014-08-17 Thread Xebar Saram
Hi list im new (in general and to exporting in particular). I have a few questions: 1.how does one specify a location where exported files go? can one set this per file or perhaps per export type etc? 2. can one auto export files when saved/changed etc? 3. i cant understand the difference so m