[O] Bug: Remote column editing from agenda is broken [9.1.1 (9.1.1-6-gd40deb-elpa @ /Users/bnbeckwith/.emacs.d/elpa/org-20170925/)]

2017-09-25 Thread Benjamin Beckwith
Given a list of agenda files, I can bring up a global view of all tasks. Then, if I enter into column mode and try to edit one of the columns (say priority), it complains about the marker. My config is the minimal one found on http://orgmode.org/manual/Feedback.html. The agenda file I used is

[O] [PATCH] Columnview: Fix the case of #+ content present

2013-09-17 Thread Benjamin Beckwith
* lisp/org-colview.el (org-dblock-write:columnview): Change the capture of pos to after inserting the original content The problem is with a block that has content preceding the table. Upon recreating the content, the `pos' gets set to the beginning of this content instead of the table. Later

[O] Field coordinates and moving averages

2011-11-15 Thread Benjamin Beckwith
I'm trying to create a table of periodic data and calculate a moving average in an adjacent column. I was trying to use field coordinates, but they do not work how I would like them to work. Here is what I have for a 5-day moving average: | Daily Data | Moving Average |

[Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-16 Thread Benjamin Beckwith
Hi Paul, I have a small emacs project that creates a word-count mode and function for use. It currently does not ignore sections like your proposal, but I think that would be interesting functionality. Mine does keep a running tally of adds/delete in the mode line. It also lets you set a goal

Re: [Orgmode] Re: Context-sensitive word count in org mode (elisp)

2011-02-16 Thread Benjamin Beckwith
Nice.  How hard would it be to make it org-aware (i.e. don't count syntactic elements in an org buffer)? I use the how-many function to get the search. I'm not sure off the top of my head, but there would be some rework required to make it work properly and ignore those items. I'll gladly

Re: [Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-25 Thread Benjamin Beckwith
Eric, I should mention that I am using the Syntaxhighlighter Evolved plugin for Wordpress. It allows shortcodes with just the language name. I probably should use the [sourcecode lang=...] variant instead. Maybe that is why my version did not work for you? My latest page created with my code

[Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-24 Thread Benjamin Beckwith
Hi, I also was interested in posting these blocks (through org2blog in wordpress). The code I posted below is added to 'org-export-preprocess-hooks' where it looks for BEGIN_SRC blocks as well as ':' blocks of code. In the case of BEGIN_SRC blocks, I add a header option, :syntaxhl where I can

[Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-24 Thread Benjamin Beckwith
Rafael, I had my shortcodes setup to accept the language directly. Your change should work as you indicated. I have an additional fix to my code that should behave better for you. I add a property, org-protected, that prevents processing of the text. I tried it on your code blocks by calling

[Orgmode] Issue with correctly resuming interrupted timer

2010-07-23 Thread Benjamin Beckwith
I have an issue with my particular setup when using org-capture. Here is my relevant capture template: (setq org-capture-templates '((t todo entry (file ~/Documents/Org/Refile.org) * TODO %?\n %U\n %a :clock-in t :clock-resume t)) I have all tasks go to the file