master
muflax 2012-06-05 08:05:58 +02:00
parent 7d14ca2b4b
commit 7f49476557
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Nanoc::CLI::Commands
i.reps.any? {|r| r.name == :wordcount}
end
page = logs.last.identifier.gsub(/(\d+)/) {|s| s.to_i + 1}
page = "content_daily" + logs.last.identifier.gsub(/(\d+)/){|s| s.to_i + 1}.chop + ".mkd"
puts "editing: #{page}..."
system "emacs-gui #{page}"
end

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB